summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
Commit message (Expand)AuthorAgeFilesLines
* Merge r257065 (by adrian) from head:gavin2013-12-101-0/+2
* Create a new function to complete 802.11 mbuf transmission.adrian2013-08-271-0/+2
* Migrate the ff_encap1() routine out into the normal output code.adrian2013-08-261-0/+3
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-1/+2
* Allow net80211 to compile on stable/9 and stable/8.adrian2013-08-071-0/+5
* Commit the missing header change.adrian2013-07-281-0/+2
* Add ieee80211_add_{qos,wpa,rsn}() functions since they are needed by anrpaulo2013-07-251-0/+3
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-1/+3
* Remove now redundant mac argument.bschmidt2011-12-171-2/+1
* Modify the ACL code slightly to support a few nifty things:adrian2011-12-151-0/+1
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-0/+1
* Add initial support for MIMO statistics to net80211.adrian2011-04-081-0/+27
* Remove trailing ";" in struct ieee80211_beacon_offsets declarationantoine2009-11-111-1/+1
* Implement the missing support for updating the mesh conf number ofrpaulo2009-10-191-1/+3
* Revert previous commit and add myself to the list of people who shouldphk2009-09-081-1/+1
* Add necessary include.phk2009-09-081-1/+1
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-0/+8
* Correct ieee80211_gettid:sam2009-06-091-4/+7
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-0/+1
* o station mode channel switch supportsam2009-06-041-0/+1
* pad data structures to enable integration of future features w/o abi breakagesam2009-06-011-0/+1
* Overhaul monitor mode handling:sam2009-05-201-4/+3
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+1
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-2/+3
* Fix enough bits so that fast frames work again:sam2009-03-261-0/+2
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-0/+2
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-121-0/+1
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+3
* move decl up before first usesam2008-10-261-1/+1
* o change ieee80211_mgmt_output to take a raw xmit parameters block sosam2008-10-261-1/+2
* Add ieee80211_suspend_all and ieee80211_resume_all forsam2008-05-281-0/+2
* declare ieee80211_phymode_name with an array sizesam2008-05-121-1/+1
* Minor cleanup of vap create work:sam2008-05-121-0/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-71/+119
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-0/+10
* Update beacon handling to sync w/ vap code base:sam2007-09-171-7/+35
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-051-2/+5
* Update 802.11 wireless support:sam2007-06-111-34/+45
* copyright updates:sam2007-06-061-7/+1
* change ieee80211_fix_rate to take a rate set instead of usingsam2007-03-111-1/+2
* add ieee80211_opmode_name array for mapping the opmode to a stringsam2007-03-071-0/+1
* Correct several issues with rate set negotiation:sam2007-01-081-0/+1
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+5
* update erp information element in the beacon frame to reflectsam2006-01-021-0/+1
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-121-0/+1
* Extend acl support to pass ioctl requests through and use this tosam2005-08-131-0/+3
* Clarify/fix handling of the current channel:sam2005-08-101-0/+1
* split xmit of probe request frame out into a separate routine thatsam2005-07-221-0/+6
* simplifiy ieee80211_send_nulldata apisam2005-07-221-1/+1
OpenPOWER on IntegriCloud