summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2006-08-30comment out impossible comparisons.christos
2006-08-30fix initializerschristos
2006-08-30wrong place for __inlinechristos
2006-08-25In promiscuous mode, some WNICs stop filtering management framesdyoung
2006-08-09Use curchan in monitor mode. From Dheeraj S. FreeBSD always uses curchan,christos
2006-07-23Use the LWP cached credentials where sane.ad
2006-06-30Make 802.11 devices to work with stealth AP even when scanningtacha
2006-06-27fix some pointer botches which made wiconfig panic my machinedrochner
2006-06-22PR/33794: Arnaud Degroote: Wiconfig is broken in current. I broke it withchristos
2006-06-12don't allocate chans on the stack.christos
2006-06-12Don't allocate wi_req on the stack.christos
2006-06-12Don't use roundup(IEEE80211_CHAN_MAX, NBBY) which is wrong anywaychristos
2006-05-14integrate kauth.elad
2006-05-03- Make sure scangen sequence number is uniqueseanb
2006-03-28Revamp ieee80211_get_rate. Now it does not use the rateset in thedyoung
2006-03-28For eventual re-use, extract the sub-band struct from structdyoung
2006-03-17don't use MALLOC with a non-constant size; use malloc instead.christos
2006-03-16include if_ether.h if you want to use ether_sprintf()christos
2006-03-12Note in radiotap header file and manual page that radiotap fieldsdyoung
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-03-02Miscellaneous ath(4) and net80211 updates and bug-fixes coming fromdyoung
2006-02-27Move the SIOCS80211, SIOCG80211STATS, SIOCG80211ZSTATS definitionsdyoung
2006-02-27Simplify SIOCS80211BSSID, making it work just like IEEE80211_IOC_BSSID.dyoung
2006-02-27Register authenticators for 802.1x, WPA.dyoung
2006-02-27KNF: return NULL for a pointer, instead of 0.dyoung
2006-02-25Fix some typos.wiz
2006-02-19Use a safe idiom to extract the keyid from the WEP header, insteaddyoung
2006-02-19From sam@FreeBSD.org:dyoung
2006-02-19In 802.11 Duration and PLCP Length calculation, account for privacydyoung
2006-01-18Apply patch from FreeBSD-SA-06:05. This avoids the overflow during thechristos
2006-01-16- tweak RUN_ONCE api to allow init_func returns an error.yamt
2006-01-13Avoid buffer overflow in ioctl (from Karl Janmar)christos
2006-01-13KNF a comment.skrll
2005-12-29Rewrite ieee80211_get_rate using clue from sys/dev/ic/athrate-sample.c:dyoung
2005-12-29IBSS merge nit: clear IEEE80211_F_SIBSS (STATUS: start IBSS) whendyoung
2005-12-29In atw(4), use ieee80211_compute_duration() to compute IEEE 802.11dyoung
2005-12-29Cosmetic: extract a subroutine ieee80211_update_adhoc_node() fromdyoung
2005-12-16In IBSS mode, track all nodes' change of BSSID, not only the BSSdyoung
2005-12-16Cosmetic: normalize whitespace.dyoung
2005-12-13Fix ieee80211_media2rate to suit the funny order of NetBSD's DSSSdyoung
2005-12-11merge ktrace-lwp.christos
2005-12-11Correct comment on ieee80211_compute_duration().dyoung
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2005-12-08Cosmetic: remove unnecessary stairstep.dyoung
2005-12-08Always record a change of the BSS node's BSSID, even if a desireddyoung
2005-12-08Add flag IEEE80211_RADIOTAP_F_BADFCS for packets whose checksumdyoung
2005-12-04Merge the 3 copies of m_getcl() so that fast ipsec compiles again togetherchristos
2005-11-27Move 802.11-specific files to files.net80211thorpej
2005-11-25Use a once control to call initialize the 802.11 layer whenthorpej
2005-11-23Update for recent changes and after tweaking the command to generateskrll