summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_var.h
AgeCommit message (Expand)Author
2022-03-14Add initial 802.11ac (VHT) support to net80211.Stefan Sperling
2022-01-21Fix and re-enable active scans on iwm(4) and iwx(4).Stefan Sperling
2021-12-05Defer rtm_80211info() call from ieee80211_set_link_state() to a task context.Stefan Sperling
2021-12-03Introduce an optional driver-specific bgscan_done() handler whichStefan Sperling
2021-10-11Monitor 20/40 MHz channel width changes in beacons sent by our access pointStefan Sperling
2021-10-11Add support for 40MHz channels to net80211 RA.Stefan Sperling
2021-09-23Add an ADDBA_OFFLOAD capability for wifi devices manage Tx block ackStefan Sperling
2021-05-17put unused 802.11 fragmentation support code under #ifdef notyetStefan Sperling
2021-04-29Make iwn, iwm, and iwx keep track of beacon parameters at run-time.Stefan Sperling
2020-07-15ieee80211: track micfail timeout with getuptime(9) instead of tickscheloha
2019-11-09Give access points which fail to AUTH or ASSOC less priority duringStefan Sperling
2019-11-09Trigger a background scan when root runs the 'ifconfig scan' command.Stefan Sperling
2019-11-06Raise net80211's "beacon miss" threshold to avoid frequent re-connectsStefan Sperling
2019-10-31Make background scans less frequent if we keep choosing the same AP.Stefan Sperling
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-03-01Improve handling of HT protection for 'mode 11n' hostap.Stefan Sperling
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-01-18add a len field when we delete an essid from the joinlist. this will havePeter Hessler
2018-10-27pass around the ess and ni structures we plan to use directly, insteadPeter Hessler
2018-09-11Nuke unused LIST() ieee80211com_head.Kenneth R Westerback
2018-09-10give set_ess a len variable, so we can correctly match the essid we wantPeter Hessler
2018-09-09convert the things we save in 'join' into a single ioctl. mixing relatedPeter Hessler
2018-09-01Make 'ifconfig nwid' override 'ifconfig join'.Stefan Sperling
2018-08-06Refactor ieee80211_add_ess():Stefan Sperling
2018-07-11Introduce 'auto-join' to the wifi 802.11 stack.Peter Hessler
2018-04-26net80211: stub SIOCS80211SCAN, make ifconfig scan instant.Paul Irofti
2018-02-05Add a new function hook to struct ieee80211com which wireless driversStefan Sperling
2017-12-12Make IEEE80211_CHAN_ANYC be a NULL pointer instead of a pointer to 0xffff.Stefan Sperling
2017-12-08Add support for background scanning to net80211 and iwm(4).Stefan Sperling
2017-11-06move a function declaration, so the whole net80211 stack can disable wep or wpaPeter Hessler
2017-10-29Kill unused members using forward declaration only types.Martin Pieuchot
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-30Introduce ieee80211_min_basic_rate() and ieee80211_max_basic_rate().Stefan Sperling
2017-02-02Remove global counters from struct ieee80211com which track the number ofStefan Sperling
2017-01-30Enable ieee80211_edca_table, which was under #if 0. This table can be usedStefan Sperling
2017-01-09Make the net80211 stack send EDCA parameters to the driver in hostap mode.Stefan Sperling
2017-01-09Manage the HT protection setting if acting as hostap with 11n enabled.Stefan Sperling
2016-12-17Complete our half-done implementation of TKIP countermeasures in hostap mode.Stefan Sperling
2016-05-21Add a wireless driver capability flag for devices which scan 2GHz and 5GHzStefan Sperling
2016-01-25Keep track of HT protection settings in beacons and have 11n-capableStefan Sperling
2016-01-12Remove wireless turbo mode support. It is a non-standard extensionStefan Sperling
2016-01-06Initialize the A-MPDU parameters field in HT capability elements.Stefan Sperling
2016-01-05Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n modeStefan Sperling
2015-11-15Expose 11n mode to the ifmedia layer and introduce the concept of MCS.Stefan Sperling
2015-11-15Declare 802.11n mode and channel flags. Tweak 11n related fields in structStefan Sperling
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-09-27Add ieee80211_channel_init(), factored out from ieee80211_ifattach().Stefan Sperling
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2012-01-21Implement missing bits of node inactivity accounting in hostap mode.Stefan Sperling