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
Age
Commit message (
Expand
)
Author
2019-11-15
Whitespace removal, no code change.
Mike Larkin
2019-11-11
Prevent a NULL deref in ieee80211_node2req() which could be triggered
Stefan Sperling
2019-11-10
Stop connecting to available open wifi networks when the interface is put up.
Stefan Sperling
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-09
Clear the unref callback function pointer when cleaning up an ieee80211_node.
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-10-11
Probe responses are generally only seen after probe requests,
Patrick Wildt
2019-10-06
Fix net80211's accounting of discarded input control frames.
Stefan Sperling
2019-09-25
Update acces point channel in node list when receiving packets from same
tobhe
2019-09-12
Make wireless drivers call if_input() only once per interrupt.
Stefan Sperling
2019-09-02
Make net80211 expose reasons for association failures to userland and have
Stefan Sperling
2019-09-02
Reset the current wireless PHY mode to 'auto' when a scan begins if we
Stefan Sperling
2019-08-29
Always parse RSN/WPA IEs if the driver announces support for RSN.
Stefan Sperling
2019-08-27
Keep ieee80211_node structures cached across scans, rather than
Stefan Sperling
2019-08-26
remove redundant assignment to ic_curmode
Stefan Sperling
2019-08-16
check that software de/encrypt is possible: under hardware
Richard Procter
2019-07-29
Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.
Stefan Sperling
2019-07-23
In 11n hostap mode, properly disable HT protection when needed
Stefan Sperling
2019-06-18
Stop probing a Tx rate if transmission failure or too many retries occur.
Stefan Sperling
2019-06-10
Revised version of 'ifconfig mode' command fix.
Stefan Sperling
2019-05-31
Revert my "Repair the 'ifconfig mode' command" commit.
Stefan Sperling
2019-05-29
Repair the 'ifconfig mode' command.
Stefan Sperling
2019-05-21
Fix out-of-bounds array access in ieee80211_setbasicrates(); CID 1479607
Stefan Sperling
2019-05-12
Fix 'ifconfig nwflags; These flags ended up overlapping with other flags
Stefan Sperling
2019-05-11
Show driver name on net80211 scan debug lines.
Stefan Sperling
2019-05-10
On the transmit path the ethernet and ip headers might not be
Patrick Wildt
2019-04-28
Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.
Martin Pieuchot
2019-03-29
Use stricter validation checks for A-MPDUs in the net80211 input path.
Stefan Sperling
2019-03-15
fix autojoin for WEP network by actually saving the WEP auth key
Peter Hessler
2019-03-01
Improve handling of HT protection for 'mode 11n' hostap.
Stefan Sperling
2019-03-01
Pick up the AP's 11g ERP protection setting properly in 11n client mode.
Stefan Sperling
2019-02-27
Back in 2016 we enabled RTS threshold by default because it apparently
Stefan Sperling
2019-02-27
Implement support for dynamic RTS threshold in MiRA.
Stefan Sperling
2019-02-24
Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.
Stefan Sperling
2019-02-19
Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.
Stefan Sperling
2019-01-23
Move 802.11n rateset definitions out of MiRA and make them available to
Stefan Sperling
2019-01-18
when removing the currently active network from the join list, disconnect
Peter Hessler
2019-01-18
add a len field when we delete an essid from the joinlist. this will have
Peter Hessler
2019-01-18
let users automatically use join to connect to any open wifi network.
Peter Hessler
2019-01-15
Stop processing "no data" frames in ieee80211_input() before decryption.
Stefan Sperling
2019-01-15
Rename some data frame subtype macros to make the difference between
Stefan Sperling
2018-11-30
MH_ALIGN -> m_align and make the spacing look the same in all three places.
Claudio Jeker
2018-11-25
print more details about the join'd networks we have saved when a user runs
Peter Hessler
2018-11-20
fix whitespace in debugging function
Peter Hessler
2018-11-20
The first packet received from each AP in each QoS class would be
Patrick Wildt
2018-11-12
Add new routing socket message RTM_80211INFO to provide details of
Kenneth R Westerback
2018-11-09
M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for
Claudio Jeker
2018-11-02
Remove 'reused group key update received' printfs.
Stefan Sperling
[next]