summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2019-06-18Stop probing a Tx rate if transmission failure or too many retries occur.Stefan Sperling
2019-06-10Revised version of 'ifconfig mode' command fix.Stefan Sperling
2019-05-31Revert my "Repair the 'ifconfig mode' command" commit.Stefan Sperling
2019-05-29Repair the 'ifconfig mode' command.Stefan Sperling
2019-05-21Fix out-of-bounds array access in ieee80211_setbasicrates(); CID 1479607Stefan Sperling
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-05-11Show driver name on net80211 scan debug lines.Stefan Sperling
2019-05-10On the transmit path the ethernet and ip headers might not bePatrick Wildt
2019-04-28Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.Martin Pieuchot
2019-03-29Use stricter validation checks for A-MPDUs in the net80211 input path.Stefan Sperling
2019-03-15fix autojoin for WEP network by actually saving the WEP auth keyPeter Hessler
2019-03-01Improve handling of HT protection for 'mode 11n' hostap.Stefan Sperling
2019-03-01Pick up the AP's 11g ERP protection setting properly in 11n client mode.Stefan Sperling
2019-02-27Back in 2016 we enabled RTS threshold by default because it apparentlyStefan Sperling
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-24Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.Stefan Sperling
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-01-23Move 802.11n rateset definitions out of MiRA and make them available toStefan Sperling
2019-01-18when removing the currently active network from the join list, disconnectPeter Hessler
2019-01-18add a len field when we delete an essid from the joinlist. this will havePeter Hessler
2019-01-18let users automatically use join to connect to any open wifi network.Peter Hessler
2019-01-15Stop processing "no data" frames in ieee80211_input() before decryption.Stefan Sperling
2019-01-15Rename some data frame subtype macros to make the difference betweenStefan Sperling
2018-11-30MH_ALIGN -> m_align and make the spacing look the same in all three places.Claudio Jeker
2018-11-25print more details about the join'd networks we have saved when a user runsPeter Hessler
2018-11-20fix whitespace in debugging functionPeter Hessler
2018-11-20The first packet received from each AP in each QoS class would bePatrick Wildt
2018-11-12Add new routing socket message RTM_80211INFO to provide details ofKenneth R Westerback
2018-11-09M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forClaudio Jeker
2018-11-02Remove 'reused group key update received' printfs.Stefan Sperling
2018-10-27pass around the ess and ni structures we plan to use directly, insteadPeter Hessler
2018-10-27clean up accounting of the AUTO_JOIN flag by making sure it is set or clearedPeter Hessler
2018-10-27don't join to a network where we expect cleartext, and the AP is using cryptoPeter Hessler
2018-09-24Prevent ieee80211_get_txkey() from returning the integrity group temporalStefan Sperling
2018-09-18fix memory leak in ieee80211_end_scan()Ricardo Mestre
2018-09-17fix memory leaks in ieee80211_add_ess()Jonathan Gray
2018-09-11ues the format string for signed ints, for signed intsPeter Hessler
2018-09-11Nuke unused LIST() ieee80211com_head.Kenneth R Westerback
2018-09-11Nuke some trailing spaces that wandered into theKenneth R Westerback
2018-09-11With the interface debug flag enabled, print a "score" for each AP wePeter Hessler
2018-09-10do not immediately set the join'd network, the join command only updatesPeter Hessler
2018-09-10fix typo in the length of the essid we want to switch toPeter Hessler
2018-09-10extract clearing WEP/WPA in ess into helper functionsPeter Hessler
2018-09-10use the correct essid when switching during the ioctl pathPeter Hessler
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-06fix whitespaceJonathan Gray
2018-09-01Make 'ifconfig nwid' override 'ifconfig join'.Stefan Sperling
2018-08-15Update AP selection heuristics for auto-join.Stefan Sperling
2018-08-13Add support for band-steering access points to net80211.Stefan Sperling