Age | Commit message (Expand) | Author |
2007-06-21 | cleanup CAPINFO values. | Damien Bergamini |
2007-06-21 | add EDCA Parameter Set and QoS capability IEs to appropriate frames | Damien Bergamini |
2007-06-21 | add two new functions: | Damien Bergamini |
2007-06-21 | add (currently unused) code to parse RSN IEs. | Damien Bergamini |
2007-06-21 | parse vendor-specific Microsoft WMM OUI. | Damien Bergamini |
2007-06-21 | cleanup the list of Organizationally Unique Identifiers (OUI). | Damien Bergamini |
2007-06-21 | add fields for EDCA. | Damien Bergamini |
2007-06-21 | add code to parse EDCA parameter set information elements. | Damien Bergamini |
2007-06-21 | s/IEEE80211_ELEMID_EDCA_PARAMS/IEEE80211_ELEMID_EDCAPARMS/ for consistency. | Damien Bergamini |
2007-06-21 | split ieee80211_recv_mgmt() into smaller functions: | Damien Bergamini |
2007-06-17 | Add a new capability flag IEEE80211_C_QOS indicating that the driver | Damien Bergamini |
2007-06-17 | keep track of the Tx/Rx sequence numbers for each TID in the | Damien Bergamini |
2007-06-17 | - remove two unused structures | Damien Bergamini |
2007-06-16 | move global declaration of ieee80211_merge_print_intvl into the only | Damien Bergamini |
2007-06-16 | remove stupid macro. | Damien Bergamini |
2007-06-16 | ieee80211_lookup_node() does not exist. | Damien Bergamini |
2007-06-16 | constify | Damien Bergamini |
2007-06-16 | don't mix u_int{8,16,32}_t and uint{8,16,32}_t | Damien Bergamini |
2007-06-16 | de-static | Damien Bergamini |
2007-06-11 | remove unused structure. | Damien Bergamini |
2007-06-11 | adds 802.11e EDCA tables for QAPs and non-AP QSTAs. | Damien Bergamini |
2007-06-07 | expand the IEEE80211_NODE_{LOCK,UNLOCK}* macros into their respective | Damien Bergamini |
2007-06-07 | move ieee80211_compute_duration() and ieee80211_compute_duration1() | Damien Bergamini |
2007-06-06 | The license permits us to redistribute this code under the BSD or the GPLv2. | Damien Bergamini |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-02-14 | FALLTHRU -> FALLTHROUGH for consistency. | Jonathan Gray |
2006-12-29 | fix the key buffer size used for software wep, this could cause | Reyk Floeter |
2006-12-25 | print the phy mode in IFF_DEBUG status output which helps to debug | Reyk Floeter |
2006-12-20 | Put all net80211 interfaces into the ``wlan'' interface group. Idea from me, | Alexander Yurchenko |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-11-15 | s/roundup/howmany/ where it makes sense. | Damien Bergamini |
2006-11-13 | fix a possible NULL deref. | Damien Bergamini |
2006-11-03 | Add two new functions: | Damien Bergamini |
2006-10-19 | s/Mhz/MHz/ in comments and printf() strings | Tom Cosgrove |
2006-08-29 | Fix handling of beacon frames by stations while they're associated. | Damien Bergamini |
2006-08-29 | make ic_stats.is_rx_tooshort statistic more accurate. | Damien Bergamini |
2006-08-29 | Change the way ieee80211_fix_rate() handles the IEEE80211_F_DOFRATE flag. | Damien Bergamini |
2006-08-19 | move computation of mbps after checking the value of ni->ni_txrate | Damien Bergamini |
2006-07-29 | ALIGNED_POINTER is always defined. | Miod Vallat |
2006-06-27 | add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode | Reyk Floeter |
2006-06-24 | ieee80211_cfgget() and ieee80211_cfgset() are dead; ok jsg | Theo de Raadt |
2006-06-23 | add an optional max_rssi attribute to the ieee80211com structure and | Reyk Floeter |
2006-06-19 | unbreak the code if compiled with IEEE80211_DEBUG by using the right | Reyk Floeter |
2006-06-18 | s/memcmp/IEEE80211_ADDR_EQ/ | Damien Bergamini |
2006-06-18 | Improve 802.11b/g interoperability and move toward better compliance | Damien Bergamini |
2006-06-17 | s/int/u_int/g | Damien Bergamini |
2006-06-17 | protect those files against multiple inclusions too. | Damien Bergamini |
2006-06-17 | Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211. | Damien Bergamini |
2006-05-21 | account for the size of a 802.11 header in ieee80211_getmbuf(). | Damien Bergamini |