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