summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2006-12-20Put all net80211 interfaces into the ``wlan'' interface group. Idea from me,Alexander Yurchenko
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-15s/roundup/howmany/ where it makes sense.Damien Bergamini
2006-11-13fix a possible NULL deref.Damien Bergamini
2006-11-03Add two new functions:Damien Bergamini
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-08-29Fix handling of beacon frames by stations while they're associated.Damien Bergamini
2006-08-29make ic_stats.is_rx_tooshort statistic more accurate.Damien Bergamini
2006-08-29Change the way ieee80211_fix_rate() handles the IEEE80211_F_DOFRATE flag.Damien Bergamini
2006-08-19move computation of mbps after checking the value of ni->ni_txrateDamien Bergamini
2006-07-29ALIGNED_POINTER is always defined.Miod Vallat
2006-06-27add the net80211 hostap options "nwflag hidenwid" for hidden SSID modeReyk Floeter
2006-06-24ieee80211_cfgget() and ieee80211_cfgset() are dead; ok jsgTheo de Raadt
2006-06-23add an optional max_rssi attribute to the ieee80211com structure andReyk Floeter
2006-06-19unbreak the code if compiled with IEEE80211_DEBUG by using the rightReyk Floeter
2006-06-18s/memcmp/IEEE80211_ADDR_EQ/Damien Bergamini
2006-06-18Improve 802.11b/g interoperability and move toward better complianceDamien Bergamini
2006-06-17s/int/u_int/gDamien Bergamini
2006-06-17protect those files against multiple inclusions too.Damien Bergamini
2006-06-17Move AMRR rate control algorithm out of wpi(4) and ural(4), into net80211.Damien Bergamini
2006-05-21account for the size of a 802.11 header in ieee80211_getmbuf().Damien Bergamini
2006-05-19use ieee80211_add_ssid() in ieee80211_beacon_alloc() and wpi(4) insteadDamien Bergamini
2006-05-19- export ieee80211_add_ssid() just like ieee80211_add_(x)rates() so I don'tDamien Bergamini
2006-04-22typo.Federico G. Schwindt
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2006-02-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
2006-02-19Fix a comment in ieee80211_next_scan().Damien Bergamini
2006-01-11Disable shared key mode until we have a way for the user to specifyTodd C. Miller
2006-01-04Remove redundant calls to bpfdetach.Can Erkin Acar
2006-01-02use the correct format string directive %llu instead of "%ull".Reyk Floeter
2005-12-18Update my e-mail address in the copyright statement, no binary changes.Reyk Floeter
2005-12-09/* fall thru... */ -> /* FALLTHROUGH */Jonathan Gray
2005-11-03re-implement the bpf "filter drop" option that it actually works. theReyk Floeter
2005-10-09if the wireless hostap interface belongs to a bridge, learn the node'sReyk Floeter
2005-10-07minor knfReyk Floeter
2005-09-13replace the node hash table with a red-black tree. this fixes someReyk Floeter
2005-09-08mostly knfReyk Floeter
2005-09-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
2005-09-08Remove FreeBSD if_printf compat function from net80211.Jonathan Gray
2005-09-08reset the scan state for each new modeReyk Floeter
2005-09-07Remove FreeBSD/NetBSD ifdef mess. We are not likely to beJonathan Gray
2005-07-30remove a useless timeout after tx (decrease nasty delays whileReyk Floeter
2005-05-28enable IFCAP_VLAN_MTU because IEEE 802.11 defines a MTU of about 2290.Reyk Floeter
2005-05-25add ifconfig -M option to replace wicontrol -L and -l for ap scanningReyk Floeter
2005-05-13do { } while (0) wrappers on debug printf macros. ok reyk@Jonathan Gray
2005-05-07Fix compilation with IEEE80211_DEBUG defined. Spotted by djm@.Jonathan Gray
2005-04-21scan the next mode if nothing has been found. this is necessary if theReyk Floeter
2005-04-20send raw 802.11 frames with bpf(4) using the IEEE802_11 orReyk Floeter