summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_proto.h
Commit message (Expand)AuthorAgeFilesLines
* sys/net*: minor spelling fixes.pfg2016-05-031-3/+3
* net80211: hide subtype mask & shift in function call.avos2016-04-201-1/+16
* net80211: provide descriptions for reason codesavos2016-04-201-0/+2
* net80211: add ieee80211_restart_all() call.avos2015-10-271-0/+1
* net80211: separate mbuf cleanup from ieee80211_fragment()adrian2015-10-121-0/+1
* net80211: drop ieee80211_beacon_offsets parameter from ieee80211_beacon_alloc...adrian2015-10-031-3/+2
* Perform some rather amusing layering violations to add mbuf tags to theadrian2015-09-261-26/+0
* Expose the wme_info IE method.adrian2015-09-181-0/+2
* Replay r286410. Change KPI of how device drivers that provide wirelessglebius2015-08-271-1/+2
* Revert the wifi ifnet changes until things are more baked and tested.adrian2015-08-081-2/+1
* Change KPI of how device drivers that provide wireless connectivity interactglebius2015-08-071-1/+2
* Cleanup compat shims for FreeBSD versions that predate 10.0-RELEASE.glebius2015-05-251-5/+0
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-251-1/+6
* Make ieee80211_add_ssid() public.adrian2014-12-191-0/+1
* Fix a use-after-free node reference issue when waiting for a returnadrian2013-10-241-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
OpenPOWER on IntegriCloud