summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Instead of always returning 0 to a scan request, indicate if there isbschmidt2011-01-301-4/+5
* Change return code semantics of start_scan_locked(). Instead of reportingbschmidt2011-01-301-1/+2
* Honor the IEEE80211_SCAN_BGSCAN flag, which makes it possible to actuallybschmidt2011-01-301-0/+2
* Jump to the next element and not to an arbitrary point. frm[1] containsbschmidt2011-01-191-1/+1
* Specify a CTLTYPE_FOO so that a future sysctl(8) change does not needmdf2011-01-181-1/+1
* Pull ieee80211_ratectl_node_init() calls from drivers into net80211.bschmidt2011-01-171-0/+4
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.mdf2011-01-122-8/+8
* The meshid element is memcpy()'ed into se_meshid if included in eitherbschmidt2010-11-221-1/+1
* The ni_rctls checks are used to verify that a ratectl algo has set upbschmidt2010-11-141-8/+0
* Some device drivers calculate various timing related things based onbschmidt2010-11-131-0/+1
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-066-23/+17
* Fix an undefined behaviour if the desired ratectl algo is not available.bschmidt2010-10-193-1/+133
* Fix background roaming to actually work in AUTO roaming mode.adrian2010-10-011-1/+1
* Wrap remaining ieee80211_ratectl_node_init() calls missed in r211314.bschmidt2010-08-211-3/+6
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-144-5/+10
* Initialize ni_txrate after txparams have been setup. Some driversbschmidt2010-08-142-0/+6
* - Introduce IEEE80211_KEY_NOREPLAY, a per-key flag to ignore replaybschmidt2010-07-013-17/+7
* Remove GNU-style struct initialization.ed2010-06-121-6/+6
* Fixing compilation bustage by adding the missing && back.avatar2010-06-111-1/+1
* Some odd APs send beacons on the same TX queue as non-beacons. This breaksrpaulo2010-06-101-1/+1
* Add missing braces.rpaulo2010-06-101-1/+2
* Fix resource leaks in ieee80211_ioctl_setchanlist() in case of error.rpaulo2010-06-011-2/+6
* Compare the address of the array, not the array.rpaulo2010-06-011-1/+1
* Don't reference null pointer in hwmp_recv_preq().rpaulo2010-06-011-0/+3
* Properly initialize stack variable sr in setmlme_assoc_adhoc().rpaulo2010-06-011-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* Decrement rxa_pad due to the addition of rxa_private.rpaulo2010-04-291-1/+1
* Add a private field to struct ieee80211_rx_ampdu do hold driver specificrpaulo2010-04-281-0/+1
* Add ic_rxstream and ic_txstream. These variables hold the number of RXrpaulo2010-04-281-1/+2
* When in the RUN -> AUTH -> RUN FSM transition happens, we'll call therpaulo2010-04-282-17/+21
* Fix typo. No functional change.rpaulo2010-04-281-1/+1
* Make this code a little more portable by wrapping the mtx calls intorpaulo2010-04-142-23/+33
* Add WPA-None support:bschmidt2010-04-103-62/+122
* Use M_NOWAIT instead of M_WAITOK to avoid race conditions.rpaulo2010-04-092-13/+28
* Swap IEEE80211_RATECTL_TX_SUCCESS/IEEE80211_RATECTL_TX_FAILURE.rpaulo2010-04-091-2/+2
* Prevent foot-shooting in ieee80211_ratectl_node_deinit().rpaulo2010-04-081-0/+2
* Fix build.rpaulo2010-04-071-1/+1
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-0711-138/+423
* Constify vap argument of ieee80211_{note,discard}* functions.rpaulo2010-03-312-13/+14
* Add a comment explaining the previous commit.rpaulo2010-03-281-0/+5
* When receiving a management frame, pass the mbuf to bpf before callingrpaulo2010-03-231-0/+3
* Add a new field for extended HT capabilities.rpaulo2010-03-233-3/+16
* Unbreak build by removing a code bit that is only related to other coderpaulo2010-03-181-1/+1
* Fix a couple of bugs with 802.11n:rpaulo2010-03-184-25/+90
* fixes a broken software beacon miss handler. There is a race to checkweongyo2010-03-143-2/+4
* Ensure that tkip_mixing_phase1() is called after a rekeying event whenbschmidt2010-02-081-0/+1
* Revert unwanted changes in revision 203422.rpaulo2010-02-061-3/+3
* Avoid a null pointer deref when parsing the meshid.rpaulo2010-02-031-3/+4
* When taking the AMPDU reorder fastpath, need_tap wasn't beingrpaulo2010-02-035-11/+7
* Call ieee80211_radiotap_rx, not ieee80211_radiotap_tx on sta_input()rpaulo2010-01-251-1/+1
OpenPOWER on IntegriCloud