Age | Commit message (Expand) | Author |
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 |
2018-10-27 | pass around the ess and ni structures we plan to use directly, instead | Peter Hessler |
2018-10-27 | clean up accounting of the AUTO_JOIN flag by making sure it is set or cleared | Peter Hessler |
2018-10-27 | don't join to a network where we expect cleartext, and the AP is using crypto | Peter Hessler |
2018-09-24 | Prevent ieee80211_get_txkey() from returning the integrity group temporal | Stefan Sperling |
2018-09-18 | fix memory leak in ieee80211_end_scan() | Ricardo Mestre |
2018-09-17 | fix memory leaks in ieee80211_add_ess() | Jonathan Gray |
2018-09-11 | ues the format string for signed ints, for signed ints | Peter Hessler |
2018-09-11 | Nuke unused LIST() ieee80211com_head. | Kenneth R Westerback |
2018-09-11 | Nuke some trailing spaces that wandered into the | Kenneth R Westerback |
2018-09-11 | With the interface debug flag enabled, print a "score" for each AP we | Peter Hessler |
2018-09-10 | do not immediately set the join'd network, the join command only updates | Peter Hessler |
2018-09-10 | fix typo in the length of the essid we want to switch to | Peter Hessler |
2018-09-10 | extract clearing WEP/WPA in ess into helper functions | Peter Hessler |
2018-09-10 | use the correct essid when switching during the ioctl path | Peter Hessler |
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-06 | fix whitespace | Jonathan Gray |
2018-09-01 | Make 'ifconfig nwid' override 'ifconfig join'. | Stefan Sperling |
2018-08-15 | Update AP selection heuristics for auto-join. | Stefan Sperling |
2018-08-13 | Add support for band-steering access points to net80211. | Stefan Sperling |
2018-08-11 | Add comment explaining why we read basic MCS set only from beacon/probereq. | Stefan Sperling |
2018-08-07 | Ignore basic MCS set information found in association responses. | Stefan Sperling |
2018-08-06 | Fix debug message in ieee80211_auth_open(): s/reason/status/ | Stefan Sperling |
2018-08-06 | make ifconfig <if> join display the list of networks configured for | Sebastian Benoit |
2018-08-06 | Refactor ieee80211_add_ess(): | Stefan Sperling |
2018-08-06 | Do not set nwid over and over again. We just found the ess by comparing | Florian Obser |
2018-08-03 | revert 1.133 and part of 1.131 | Peter Hessler |
2018-07-30 | Don't ask drivers to join a wifi network before an AP has been chosen. | Stefan Sperling |
2018-07-19 | ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is always | Florian Obser |
2018-07-16 | the AP sends their crypto parameters as a mask, so let us still select it | Peter Hessler |
2018-07-16 | don't save or use auto-join when the card is not in station (aka client) mode | Peter Hessler |
2018-07-13 | Some more checks before auto-join switches networks. | Peter Hessler |
2018-07-11 | Disambiguate the source of panics in sys/net* by adding __func__ | Nayden Markatchev |
2018-07-11 | Introduce 'auto-join' to the wifi 802.11 stack. | Peter Hessler |
2018-05-23 | add missing newlines for debug printfs | Peter Hessler |
2018-05-05 | On 5GHz channels, keep the most recent RSSI measurement from a probe | Stefan Sperling |
2018-04-29 | Don't bother with background scans while the desired BSSID is fixed. | Stefan Sperling |
2018-04-29 | INIT->RUN transitions are valid in monitor mode, so don't | Stefan Sperling |
2018-04-28 | When starting a background scan, free the nodes table to ensure we | Stefan Sperling |
2018-04-28 | Fix WEP key selection in ieee80211_get_txkey(). | Stefan Sperling |
2018-04-28 | If ieee80211_encrypt() is passed a key with an unrecognized cipher | Stefan Sperling |
2018-04-27 | If a wifi driver does not provide an ic_bgscan_start() function there is no | Stefan Sperling |
2018-04-27 | Fix WEP. | Stefan Sperling |