summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Move counter.h include into ieee80211_freebsd.h. Should fix build.glebius2015-05-278-10/+4
* Fix spelling mistake in comment.gavin2015-05-261-1/+1
* Provide ieee80211_get_counter() that sums up ieee802comglebius2015-05-261-0/+31
* Add two counters to ieee80211com, that will be used to count transmissionglebius2015-05-268-1/+12
* Make ieee80211broadcastaddr global, so that drivers or otherglebius2015-05-262-1/+5
* Reduce diff before functional changes:glebius2015-05-261-3/+2
* Migrate the scan iterator lock typedefs out into ieee80211_freebsd.h.adrian2015-05-262-5/+12
* Migrate the 802.11s locks out into ieee80211_freebsd.h, so they can beadrian2015-05-263-18/+31
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.glebius2015-05-258-78/+0
* Change three methods in struct ieee80211com, namely ic_updateslot,glebius2015-05-253-12/+12
* When sending RTM_IEEE80211_CSA, RTM_IEEE80211_RADAR, RTM_IEEE80211_CAC andglebius2015-05-251-16/+32
* Convert malloc/free back to #define's, as part of OS portability work.adrian2015-05-2524-127/+163
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-2513-52/+174
* Add void * member to struct ieee80211com, so that drivers can obtain theirglebius2015-05-251-0/+1
* Remove unused include.glebius2015-05-251-1/+0
* Use name from ieee80211com instead of parent ifnet, in debugging printfs.glebius2015-05-2510-50/+59
* Make net80211 drivers supply their device name to the net80211 layer, soglebius2015-05-251-0/+1
* Properly update TX statistics for wlan(4).ae2015-05-232-8/+21
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-225-9/+9
* EVENTHANDLER_REGISTER() doesn't fail.glebius2015-05-201-6/+0
* Do not check sequence number for QoS Null frames; set it for generated QoS Nulladrian2015-05-127-14/+24
* Prepare for supporting driver-overridden curchan when submitting scanadrian2015-05-109-11/+21
* Fix typo introduced in previous commit.adrian2015-05-101-1/+1
* Turn ieee80211_start_scan_locked() into a swscan module private method.adrian2015-05-103-80/+77
* Attempt to address Bug #176201 - don't advertise what the AP announcedadrian2015-05-101-1/+18
* Fix string concatenation - "wlan_##name" -> "wlan_" #nameadrian2015-05-041-2/+2
* Use bssid validation for data frames only + add RUN -> RUN state transitionadrian2015-05-041-2/+7
* Add node_clear_keyixmap() and use it in the ieee80211_free_node() / node_recl...adrian2015-05-041-28/+26
* Remove old iv_bss entry from the node tableadrian2015-05-031-1/+9
* iwn, wlan: fix typoseadler2015-04-101-1/+1
* Initialise the pps / packet tracking timestamp so 11n aggregation works again.adrian2015-03-221-1/+8
* Use SYSCTL_OUT_STR() to return strings.ian2015-03-141-1/+1
* Fix kern/196290 - don't announce 11n HTINFO rates if the channel isadrian2015-02-271-2/+17
* Switch around the order of static inline to be in line with how it'sadrian2015-01-111-6/+6
* Global-ify channel_type() - this fixes non-debug net80211 builds.adrian2015-01-064-48/+26
* Refactor and split out the net80211 software scan engine from the restadrian2015-01-064-625/+1045
* To ease changes to underlying mbuf structure and the mbuf allocator, reducerwatson2015-01-051-1/+1
* Update ieee80211_sta_tim_notify() to do double duty - handle STA sleepadrian2014-12-211-1/+20
* Break out the unicast/multicast TIM bit setting into "set somethingadrian2014-12-211-5/+28
* Add more debugging to try and track down this scan hang nonsense.adrian2014-12-211-1/+21
* Add some more debugging to the scan cancel methods - I'd like to seeadrian2014-12-201-0/+14
* Document where in scan_task the scan state can change, and potentiallyadrian2014-12-201-2/+21
* Make ieee80211_add_ssid() public.adrian2014-12-192-1/+2
* Fix the scan handling for 11b->11g upgrades in a world where, well,adrian2014-12-181-4/+6
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-214-5/+5
* Mechanically convert to if_inc_counter().glebius2014-09-1910-32/+33
* After much toying around with this AMRR initial rate stuff,adrian2014-08-201-2/+3
* Undo r195846 for now - allow raw frame transmit in monitor mode.adrian2014-08-101-9/+3
* Use logical rather than bitwise OR in if() expression.ian2014-04-261-1/+1
* Add a SLEEP->SCAN transition. Without this a disassociate or scanadrian2014-04-251-9/+8
OpenPOWER on IntegriCloud