Age | Commit message (Expand) | Author |
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 |
2010-07-19 | in hostap mode, notify drivers via a new callback when a STA leaves | Damien Bergamini |
2009-05-19 | prevent injection of raw 802.11 control frames through bpf on drivers | Damien Bergamini |
2009-03-26 | move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL instead | Damien Bergamini |
2009-02-08 | initial 802.11 defragmentation bits. | Damien Bergamini |
2009-01-28 | Block Ack agreements are unidirectional. | Damien Bergamini |
2009-01-26 | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: | Damien Bergamini |
2008-11-13 | use different TSCs when sending the two MIC failure report frames | Damien Miller |
2008-09-27 | Initial implementation of PMKSA caching and pre-authentication. | Damien Bergamini |
2008-09-08 | define IEEE80211_STA_ONLY if SMALL_KERNEL is defined to shrink | Jonathan Gray |
2008-09-01 | add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack, | Damien Bergamini |
2008-09-01 | rework previously unused ieee80211_pwrsave() function, call it from | Damien Bergamini |
2008-08-29 | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs | Damien Bergamini |
2008-08-29 | garbage collect unused capabilities and configurations flags. | Damien Bergamini |
2008-08-27 | move definitions of channels attributes away from ieee80211.h such | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-12 | nuke unused fields. | Damien Bergamini |
2008-08-12 | add IEEE80211_F_MFPR config flags (management frame protection required) | Damien Bergamini |
2008-08-12 | extend the ic_nw_keys[] array to 6 elements. | Damien Bergamini |
2008-08-12 | Change the way we process EAPOL-Key frames. | Damien Bergamini |