summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
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
2005-04-03remove redundant suser() checksUwe Stuehler
2005-04-02Protect SIOCSIFMTU, too.Uwe Stuehler
2005-04-01Protect more SIOCS* commands with suser() checks.Uwe Stuehler
2005-04-01Fix some ioctl permission checks on the basis of what if_wi.c does.Uwe Stuehler
2005-03-13fix whitespaceReyk Floeter
2005-03-11Make sure we associate an interface with the m_pkthdr inJonathan Gray
2005-03-08make this compileMichael Shalayeff
2005-03-03addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().Damien Bergamini
2005-02-27remove dead code of unsupported ioctls from FreeBSD. we do it in aReyk Floeter
2005-02-26Fix a problem introduced with the recent lru cache change.Jonathan Gray
2005-02-23add all supported regulation domains. the forced COUNTRYCODE in ar5xxxReyk Floeter
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2005-01-07add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4)Reyk Floeter
2004-12-30shorter symbolic names for regulation domains and 2GHz channels for FCC1A.Reyk Floeter
2004-12-30replace __attribute__((__packed__)) with __packed.Reyk Floeter
2004-12-28Sync with recent NetBSD ieee80211_compute_duration() changes.Jonathan Gray
2004-12-25in real C, there is not , after the last enum entry; ok reykTheo de Raadt
2004-12-23From dyoung@NetBSD:Jonathan Gray
2004-12-23From dyoung@NetBSD:Jonathan Gray