summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* invalidate ic_prevchan when constructing a new channel listsam2007-09-181-0/+1
* honor IEEE80211_C_TXFRAG; drivers should never get fragmented packetssam2007-09-181-0/+1
* tag mgmt and null data frames w/ a WME priority so drivers can assumesam2007-09-181-0/+6
* mgmt subtype 13 is actionsam2007-09-181-1/+1
* Close longstanding race dropping inactive stations; grab a referencesam2007-09-181-0/+2
* Safeguard count of stations in power save; don't touch it unless we'resam2007-09-181-1/+2
* skip IEEE80211_MODE_AUTO in announcing supported rates in ieee80211_announce;sam2007-09-181-1/+2
* o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)sam2007-09-183-3/+8
* o move IEEE80211_NONQOS_TID into a public locationsam2007-09-183-5/+10
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theysam2007-09-181-4/+0
* Update beacon handling to sync w/ vap code base:sam2007-09-179-79/+207
* correct netband skip check in constructing a country iesam2007-09-171-1/+1
* oops, add missing bit from last changesam2007-09-061-0/+2
* Fixup sta inactivity handling:sam2007-09-064-6/+24
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-052-3/+21
* Update channel definition:sam2007-09-051-16/+40
* Miscellaneous fixups to 802.11 defs:sam2007-09-053-39/+64
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by thesam2007-09-052-1/+10
* Off-by-one bug in country ie construction, which will make HOSTAP send outsephe2007-08-261-1/+3
* Fix following nits:sephe2007-08-261-1/+2
* drop frames marked for encryption when no key is availablesam2007-08-241-0/+1
* In add_channel(), search 11g channels if mode is AUTO and correspondingsephe2007-07-201-5/+11
* revert handling of ssid and bssid to be manadatory instead of advisorysam2007-07-121-33/+40
* Move the XCHANNEL radiotap definition to a free slot. NetBSD defined somethompsa2007-07-011-1/+2
* Fix scanning issues since the new net80211 code went inthompsa2007-06-302-10/+14
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-305-10/+13
* Correct msecs_to_ticks macro. This fixes problems when hz is not thesam2007-06-251-1/+1
* Correct state machine handling of AUTH -> AUTH transitions that passsam2007-06-161-0/+1
* Prefer __packed to __attribute__((__packed__)).imp2007-06-111-1/+1
* Update 802.11 wireless support:sam2007-06-1133-3589/+10353
* copyright updates:sam2007-06-0622-147/+23
* - Nuke unnecessary header.sephe2007-05-051-1/+1
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-113-16/+16
* Update to reflect correct usage:sam2007-03-111-18/+16
* change ieee80211_fix_rate to take a rate set instead of usingsam2007-03-114-7/+8
* expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MACsam2007-03-112-33/+34
* improve debug msg for ie's that are too shortsam2007-03-111-1/+2
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-115-10/+11
* split check for rate set mismatch on assoc req away from checksam2007-03-111-10/+21
* disallow re-associate with a slot time mismatchsam2007-03-111-8/+27
* move __inline before type to appease gcc 4.xsam2007-03-111-5/+5
* white space diff reductionsam2007-03-111-1/+1
* add IEEE80211_KEY_UNDEFINED and use it instead of local defssam2007-03-113-7/+10
* discard deauth+disassoc frames that are not destined for us; thesesam2007-03-111-0/+10
* change ieee80211_mhz2ieee to use the PSB mapping when the frequencysam2007-03-111-2/+4
* When dispatching frames saved on the power save queue to asam2007-03-072-13/+38
* add ieee80211_opmode_name array for mapping the opmode to a stringsam2007-03-073-0/+12
* when starting up an ibss master use a random address forsam2007-03-071-2/+5
* correct inital bounds check on returning scan results; this does notsam2007-03-051-1/+1
* correct conversions between TU and ms/ticks; these are not usedsam2007-03-051-3/+3
OpenPOWER on IntegriCloud