summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2015-12-05Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicantMartin Pieuchot
2015-11-27correct logic for a IEEE80211_MODE_11N testJonathan Gray
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24No need to include <net/if_arp.h>Martin Pieuchot
2015-11-24No need to include <net/if_types.h> for <net/if_vlan_var.h>Martin Pieuchot
2015-11-15Add support for 11n mode to the rate adaptation (AMRR) code.Stefan Sperling
2015-11-15Expose 11n mode to the ifmedia layer and introduce the concept of MCS.Stefan Sperling
2015-11-15Parse 11n HT capabilities and operational info from association responseStefan Sperling
2015-11-15IEEE80211_MODE_MAX has been raised to include 11n mode so make sure thatStefan Sperling
2015-11-15Extend struct ieee80211_node with fields for 11n STA HT capabilities andStefan Sperling
2015-11-15Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoSStefan Sperling
2015-11-15Declare 802.11n mode and channel flags. Tweak 11n related fields in structStefan Sperling
2015-11-08Handle additional RSN element group ciphers.Stefan Sperling
2015-11-08Update section and table numbers inside comments in the RSN code toStefan Sperling
2015-11-04replace the ifqueues in net80211 with mbuf_queues.David Gwynne
2015-10-17Spell all "unexpected mode %u" panics in lower case, not just one of them.Stefan Sperling
2015-10-12the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.David Gwynne
2015-10-10Add macros for A-MPDU and MCS data, both found in HT capabilities element.Stefan Sperling
2015-10-05Revert if_oqdrops accounting changes done in kernel, per request from mpi@.Masao Uebayashi
2015-10-05Count IFQ_ENQUEUE() failure as output drop.Masao Uebayashi
2015-09-27Add ieee80211_channel_init(), factored out from ieee80211_ifattach().Stefan Sperling
2015-09-16Make code in ieee80211_send_4way_msg3() more readable and make sure a localStefan Sperling
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-07-15m_freem() can handle NULL, do not check for this condition beforehands.Theo de Raadt
2015-07-14In ieee80211.h update references to standard sections to 802.11-2012.Stefan Sperling
2015-06-30Rename if_output() into if_enqueue() to avoid confusion with commentsMartin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-26Use if_output() instead of rerolling it.Martin Pieuchot
2015-04-08add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch AnnouncementStuart Henderson
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-08Convert wirless devices to if_input(), tested with iwn(4) and urtwn(4).Martin Pieuchot
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-13In IBSS mode, stop calling the driver's newassoc() each time a probeStefan Sperling
2015-01-09Change rssi passed to ifconfig(8) to a signed value to fix printing signalStuart Henderson
2014-12-23unifdef some more INET. v4 4life.Ted Unangst
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-09-12Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodesStuart Henderson
2014-08-24Fix wrong IEEE 802.11 ioctl's:Vadim Zhukov
2014-08-08use nitems() instead of various local constructsJasper Lievisse Adriaanse
2014-07-24Fix debug printf, from Nathanael Rensen and chris@.Martin Pieuchot
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11move ieee80211 message printing from workq to taskqBret Lambert
2014-07-10Return RSN (WPA) information to userland during wireless scan, andStefan Sperling
2014-03-20Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the addressMartin Pieuchot
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2013-12-07#if 0 out the ieee80211_edca_table table to appease the LLVM warning.Brad Smith
2013-12-01Reset txrate array index after changing a node's rate list.Stefan Sperling