summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2009-06-06In SIOCS80211SCAN, fail if the interface is not up *and* running.Damien Bergamini
2009-06-03make wireless interfaces priority 4 by default. other interfaces remainBob Beck
2009-05-24fix prev commit (s/ic_flags/ic_caps/).Damien Bergamini
2009-05-19prevent injection of raw 802.11 control frames through bpf on driversDamien Bergamini
2009-04-16make TKIP TSC start at 1 (instead of 0) to match the standard.Damien Bergamini
2009-04-14do not cache the computed TTAK unless MIC has been verified.Damien Bergamini
2009-03-26move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL insteadDamien Bergamini
2009-03-26sync with 802.11w draft 8.0.Damien Bergamini
2009-03-06Fix setting of the Short Slot Time subfield of the Capability InformationDamien Bergamini
2009-02-15make "ifconfig if0 chan" list the channels supported by the device.Damien Bergamini
2009-02-13Change ifconfig wpaakms default setting to `psk' instead of `psk,802.1x'.Damien Bergamini
2009-02-08initial 802.11 defragmentation bits.Damien Bergamini
2009-01-29fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL).Damien Bergamini
2009-01-28Block Ack agreements are unidirectional.Damien Bergamini
2009-01-28In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr)Damien Bergamini
2009-01-27unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLYDamien Bergamini
2009-01-26move ni_macaddr field at the top of the ieee80211_node structure.Damien Bergamini
2009-01-26remove ni_ba field from ieee80211_node structure as it is not used yet.Damien Bergamini
2009-01-26Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:Damien Bergamini
2008-12-14txpower range checks should be inclusive.Jonathan Gray
2008-12-14Add an ieee80211_notify_dtim() function that drivers should call afterDamien Bergamini
2008-12-06typo, no binary change.Damien Bergamini
2008-12-03typos in comments - no binary change.Damien Bergamini
2008-12-03small fix for IEEE80211_STA_ONLY: do not let users set HostAP specificDamien Bergamini
2008-12-02cleanup ieee80211_classify(): retrieve VLAN tag from m_pkthdr.ether_vtag.Damien Bergamini
2008-11-13use different TSCs when sending the two MIC failure report framesDamien Miller
2008-11-13Mitigate the new WPA attack described in Beck, M. and Tews S. "PracticalDamien Miller
2008-10-23Prevent a crash in ieee80211_setkeys() when unplugging an interface inMichael Knudsen
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-28unbreak the tree.Damien Bergamini
2008-09-27Initial implementation of PMKSA caching and pre-authentication.Damien Bergamini
2008-09-27Add some inline functions to test the presence of optional 802.11Damien Bergamini
2008-09-08define IEEE80211_STA_ONLY if SMALL_KERNEL is defined to shrinkJonathan Gray
2008-09-03third parameter of ieee80211_get_assoc_req() is a management frameDamien Bergamini
2008-09-01use C99 style struct initializer instead of GCC specific one (from NetBSD).Damien Bergamini
2008-09-01add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack,Damien Bergamini
2008-09-01extend ieee80211_classify() to extract DSCP field from IPv6 packets too.Damien Bergamini
2008-09-01rework previously unused ieee80211_pwrsave() function, call it fromDamien Bergamini
2008-08-29move code to support Frequency-Hopping spread spectrum (FHSS) PHYsDamien Bergamini
2008-08-29garbage collect unused capabilities and configurations flags.Damien Bergamini
2008-08-28unbreak IEEE80211_DEBUGDamien Bergamini
2008-08-27move definitions of channels attributes away from ieee80211.h suchDamien Bergamini
2008-08-27add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD.Damien Bergamini
2008-08-27introduce new IEEE80211_STA_ONLY kernel option that can be set toDamien Bergamini
2008-08-15use LLC_SNAPFRAMELEN here too.Damien Bergamini
2008-08-14ieee80211_derive_pmkid() is not used eitherDamien Bergamini
2008-08-14#ifdef notyet ieee80211_kdf() as it is not used yet (shrink kernel a bit)Damien Bergamini
2008-08-14move the HostAP bridge code and the delivery of data frames to ether_inputDamien Bergamini
2008-08-14in ieee80211_input(), call if_start() after enqueuing frames in if_sndDamien Bergamini