summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* Modify the ioctl path to support querying things if the vap state isadrian2014-04-241-7/+7
* Begin fleshing out support for net80211 provided (legacy) sleep management.adrian2014-04-243-5/+132
* Add a capability to indicate that the net80211 stack should be doingadrian2014-04-241-0/+1
* Allow frames to be transmitted in either RUN or SLEEP stateadrian2014-04-231-10/+25
* Allow the state of the interface to be "up" if the VAP is in SLEEP state.adrian2014-04-231-1/+2
* Remove IPX support.glebius2014-03-141-24/+0
* Another round of removing historical mbuf(9) allocator flags.glebius2014-01-161-1/+1
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-088-19/+19
* Make sure any waiters on the scan results get notified if the scan taskadrian2013-11-291-0/+1
* Fix typo in comment.rpaulo2013-11-291-1/+1
* Fix AMRR to correctly select the initial rate.adrian2013-11-091-5/+5
* Don't return ENOBUFS if the transmit path handles the frame but queues it (eg...adrian2013-11-061-4/+8
* Don't treat the node as an 11n node if 11n rates are disabled.adrian2013-10-311-0/+8
* - Provide necessary includes, that before came via if.h pollution.glebius2013-10-282-5/+4
* Include necessary headers that now are available due to pollutionglebius2013-10-285-0/+8
* Provide includes that are needed in these files, and before were readglebius2013-10-263-0/+10
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-2623-0/+24
OpenPOWER on IntegriCloud