| Commit message (Expand) | Author | Age | Files | Lines |
* | Break out the current 802.11 software scan methods into an indirect table. | adrian | 2015-06-08 | 5 | -98/+121 |
* | Remove the start-scan call and re-inline it for now. | adrian | 2015-06-08 | 1 | -12/+1 |
* | For now, just default to presenting "found" channels as 11g, not 11b. | adrian | 2015-06-05 | 1 | -1/+1 |
* | Some hostap setups may result in raw frames being transmitted with | adrian | 2015-06-04 | 1 | -1/+2 |
* | Tag outbound raw 802.11 frames with both the node and an mbuf tag | adrian | 2015-06-04 | 1 | -0/+19 |
* | Fix the build by hiding ieee80211_add_xmit_params and | andrew | 2015-06-04 | 1 | -0/+2 |
* | First pass of adding transmit parameters as an option for outbound | adrian | 2015-06-04 | 2 | -0/+45 |
* | Move counter.h include into ieee80211_freebsd.h. Should fix build. | glebius | 2015-05-27 | 8 | -10/+4 |
* | Fix spelling mistake in comment. | gavin | 2015-05-26 | 1 | -1/+1 |
* | Provide ieee80211_get_counter() that sums up ieee802com | glebius | 2015-05-26 | 1 | -0/+31 |
* | Add two counters to ieee80211com, that will be used to count transmission | glebius | 2015-05-26 | 8 | -1/+12 |
* | Make ieee80211broadcastaddr global, so that drivers or other | glebius | 2015-05-26 | 2 | -1/+5 |
* | Reduce diff before functional changes: | glebius | 2015-05-26 | 1 | -3/+2 |
* | Migrate the scan iterator lock typedefs out into ieee80211_freebsd.h. | adrian | 2015-05-26 | 2 | -5/+12 |
* | Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can be | adrian | 2015-05-26 | 3 | -18/+31 |
* | Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE. | glebius | 2015-05-25 | 8 | -78/+0 |
* | Change three methods in struct ieee80211com, namely ic_updateslot, | glebius | 2015-05-25 | 3 | -12/+12 |
* | When sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR, RTM_IEEE80211_CAC and | glebius | 2015-05-25 | 1 | -16/+32 |
* | Convert malloc/free back to #define's, as part of OS portability work. | adrian | 2015-05-25 | 24 | -127/+163 |
* | Begin plumbing ieee80211_rx_stats through the receive path. | adrian | 2015-05-25 | 13 | -52/+174 |
* | Add void * member to struct ieee80211com, so that drivers can obtain their | glebius | 2015-05-25 | 1 | -0/+1 |
* | Remove unused include. | glebius | 2015-05-25 | 1 | -1/+0 |
* | Use name from ieee80211com instead of parent ifnet, in debugging printfs. | glebius | 2015-05-25 | 10 | -50/+59 |
* | Make net80211 drivers supply their device name to the net80211 layer, so | glebius | 2015-05-25 | 1 | -0/+1 |
* | Properly update TX statistics for wlan(4). | ae | 2015-05-23 | 2 | -8/+21 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 5 | -9/+9 |
* | EVENTHANDLER_REGISTER() doesn't fail. | glebius | 2015-05-20 | 1 | -6/+0 |
* | Do not check sequence number for QoS Null frames; set it for generated QoS Null | adrian | 2015-05-12 | 7 | -14/+24 |
* | Prepare for supporting driver-overridden curchan when submitting scan | adrian | 2015-05-10 | 9 | -11/+21 |
* | Fix typo introduced in previous commit. | adrian | 2015-05-10 | 1 | -1/+1 |
* | Turn ieee80211_start_scan_locked() into a swscan module private method. | adrian | 2015-05-10 | 3 | -80/+77 |
* | Attempt to address Bug #176201 - don't advertise what the AP announced | adrian | 2015-05-10 | 1 | -1/+18 |
* | Fix string concatenation - "wlan_##name" -> "wlan_" #name | adrian | 2015-05-04 | 1 | -2/+2 |
* | Use bssid validation for data frames only + add RUN -> RUN state transition | adrian | 2015-05-04 | 1 | -2/+7 |
* | Add node_clear_keyixmap() and use it in the ieee80211_free_node() / node_recl... | adrian | 2015-05-04 | 1 | -28/+26 |
* | Remove old iv_bss entry from the node table | adrian | 2015-05-03 | 1 | -1/+9 |
* | iwn, wlan: fix typos | eadler | 2015-04-10 | 1 | -1/+1 |
* | Initialise the pps / packet tracking timestamp so 11n aggregation works again. | adrian | 2015-03-22 | 1 | -1/+8 |
* | Use SYSCTL_OUT_STR() to return strings. | ian | 2015-03-14 | 1 | -1/+1 |
* | Fix kern/196290 - don't announce 11n HTINFO rates if the channel is | adrian | 2015-02-27 | 1 | -2/+17 |
* | Switch around the order of static inline to be in line with how it's | adrian | 2015-01-11 | 1 | -6/+6 |
* | Global-ify channel_type() - this fixes non-debug net80211 builds. | adrian | 2015-01-06 | 4 | -48/+26 |
* | Refactor and split out the net80211 software scan engine from the rest | adrian | 2015-01-06 | 4 | -625/+1045 |
* | To ease changes to underlying mbuf structure and the mbuf allocator, reduce | rwatson | 2015-01-05 | 1 | -1/+1 |
* | Update ieee80211_sta_tim_notify() to do double duty - handle STA sleep | adrian | 2014-12-21 | 1 | -1/+20 |
* | Break out the unicast/multicast TIM bit setting into "set something | adrian | 2014-12-21 | 1 | -5/+28 |
* | Add more debugging to try and track down this scan hang nonsense. | adrian | 2014-12-21 | 1 | -1/+21 |
* | Add some more debugging to the scan cancel methods - I'd like to see | adrian | 2014-12-20 | 1 | -0/+14 |
* | Document where in scan_task the scan state can change, and potentially | adrian | 2014-12-20 | 1 | -2/+21 |
* | Make ieee80211_add_ssid() public. | adrian | 2014-12-19 | 2 | -1/+2 |