| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revised version of 'ifconfig mode' command fix. |  stsp | 2019-06-10 | 1 | -11/+6 |
| * | Revert my "Repair the 'ifconfig mode' command" commit. |  stsp | 2019-05-31 | 1 | -2/+3 |
| * | Repair the 'ifconfig mode' command. |  stsp | 2019-05-29 | 1 | -3/+2 |
| * | Show driver name on net80211 scan debug lines. |  stsp | 2019-05-11 | 1 | -2/+2 |
| * | Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. |  mpi | 2019-04-28 | 1 | -5/+5 |
| * | fix autojoin for WEP network by actually saving the WEP auth key |  phessler | 2019-03-15 | 1 | -2/+5 |
| * | Improve handling of HT protection for 'mode 11n' hostap. |  stsp | 2019-03-01 | 1 | -12/+32 |
| * | Move 802.11n rateset definitions out of MiRA and make them available to |  stsp | 2019-01-23 | 1 | -2/+3 |
| * | add a len field when we delete an essid from the joinlist. this will have |  phessler | 2019-01-18 | 1 | -5/+5 |
| * | let users automatically use join to connect to any open wifi network. |  phessler | 2019-01-18 | 1 | -8/+17 |
| * | print more details about the join'd networks we have saved when a user runs |  phessler | 2018-11-25 | 1 | -1/+5 |
| * | fix whitespace in debugging function |  phessler | 2018-11-20 | 1 | -6/+6 |
| * | The first packet received from each AP in each QoS class would be |  patrick | 2018-11-20 | 1 | -2/+6 |
| * | pass around the ess and ni structures we plan to use directly, instead |  phessler | 2018-10-27 | 1 | -18/+15 |
| * | clean up accounting of the AUTO_JOIN flag by making sure it is set or cleared |  phessler | 2018-10-27 | 1 | -1/+3 |
| * | don't join to a network where we expect cleartext, and the AP is using crypto |  phessler | 2018-10-27 | 1 | -1/+4 |
| * | fix memory leak in ieee80211_end_scan() |  mestre | 2018-09-18 | 1 | -1/+2 |
| * | fix memory leaks in ieee80211_add_ess() |  jsg | 2018-09-17 | 1 | -3/+7 |
| * | ues the format string for signed ints, for signed ints |  phessler | 2018-09-11 | 1 | -3/+3 |
| * | With the interface debug flag enabled, print a "score" for each AP we |  phessler | 2018-09-11 | 1 | -93/+45 |
| * | fix typo in the length of the essid we want to switch to |  phessler | 2018-09-10 | 1 | -2/+2 |
| * | extract clearing WEP/WPA in ess into helper functions |  phessler | 2018-09-10 | 1 | -29/+29 |
| * | give set_ess a len variable, so we can correctly match the essid we want |  phessler | 2018-09-10 | 1 | -9/+5 |
| * | convert the things we save in 'join' into a single ioctl. mixing related |  phessler | 2018-09-09 | 1 | -35/+151 |
| * | fix whitespace |  jsg | 2018-09-06 | 1 | -2/+2 |
| * | Make 'ifconfig nwid' override 'ifconfig join'. |  stsp | 2018-09-01 | 1 | -1/+15 |
| * | Update AP selection heuristics for auto-join. |  stsp | 2018-08-15 | 1 | -76/+178 |
| * | Add support for band-steering access points to net80211. |  stsp | 2018-08-13 | 1 | -56/+79 |
| * | Add comment explaining why we read basic MCS set only from beacon/probereq. |  stsp | 2018-08-11 | 1 | -1/+6 |
| * | Ignore basic MCS set information found in association responses. |  stsp | 2018-08-07 | 1 | -3/+4 |
| * | Refactor ieee80211_add_ess(): |  stsp | 2018-08-06 | 1 | -5/+6 |
| * | Do not set nwid over and over again. We just found the ess by comparing |  florian | 2018-08-06 | 1 | -4/+3 |
| * | revert 1.133 and part of 1.131 |  phessler | 2018-08-03 | 1 | -8/+1 |
| * | Don't ask drivers to join a wifi network before an AP has been chosen. |  stsp | 2018-07-30 | 1 | -10/+1 |
| * | ieee80211_ess_is_better() returns 0 or 1, comparing > 1 is always |  florian | 2018-07-19 | 1 | -6/+6 |
| * | the AP sends their crypto parameters as a mask, so let us still select it |  phessler | 2018-07-16 | 1 | -6/+4 |
| * | don't save or use auto-join when the card is not in station (aka client) mode |  phessler | 2018-07-16 | 1 | -2/+6 |
| * | Some more checks before auto-join switches networks. |  phessler | 2018-07-13 | 1 | -1/+25 |
| * | Introduce 'auto-join' to the wifi 802.11 stack. |  phessler | 2018-07-11 | 1 | -1/+345 |
| * | When starting a background scan, free the nodes table to ensure we |  stsp | 2018-04-28 | 1 | -5/+5 |
| * | Fix the scan loop: We were only looking for an AP once and stopped |  stsp | 2018-04-27 | 1 | -4/+2 |
| * | net80211: stub SIOCS80211SCAN, make ifconfig scan instant. |  pirofti | 2018-04-26 | 1 | -26/+8 |
| * | convert the test if a node support HT (aka, 11n) into an inline function, |  phessler | 2018-02-06 | 1 | -3/+3 |
| * | Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80211_node_checkrssi(). |  stsp | 2017-12-12 | 1 | -1/+4 |
| * | Allow interfaces that aren't SCANNALLBAND drivers to benefit from the |  phessler | 2017-12-12 | 1 | -9/+10 |
| * | Fix the behavior of preferring weaker-but-still-good 5Ghz APs over |  jcs | 2017-12-12 | 1 | -26/+29 |
| * | Add support for background scanning to net80211 and iwm(4). |  stsp | 2017-12-08 | 1 | -42/+218 |
| * | When starting a new scan always set the mode to AUTO if the driver scans |  stsp | 2017-09-05 | 1 | -2/+3 |
| * | Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA |  stsp | 2017-08-17 | 1 | -1/+2 |
| * | Compile a debug printf in ieee80211_match_bss() by default, previously |  stsp | 2017-08-04 | 1 | -6/+4 |