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