summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_input.c
Commit message (Expand)AuthorAgeFilesLines
* correct logic that caused beacon frames received in ibss mode to besam2005-01-181-1/+1
* move beacon/probe response counting down to after we've decided whether orsam2005-01-181-9/+9
* bump copyright for 2005sam2004-12-311-1/+1
* fixup inactivity timers:sam2004-12-311-2/+0
* don't return prematurely from processing a beacon or probe response framesam2004-12-311-1/+2
* change ieee80211_parse_wmeparams to return a unique value when the iesam2004-12-311-3/+4
* remove stray \n from debug msgsam2004-12-311-1/+1
* clear wep bit in 802.11 header after crypto decap so packetsam2004-12-311-0/+3
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-417/+1916
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-5/+0
* Change handling of probe response frames. Previously we always dropped thesam2004-04-021-2/+27
* always free node reference when processing a probe request frame; wassam2004-04-021-7/+2
* track node allocation failure stats in ieee80211_alloc_node insteadsam2004-04-021-9/+3
* when processing beacon/probe response frames capture "is probe" in asam2004-04-021-6/+6
* add a case of IEEE80211_ELEMID_IBSSPARMS so the statistic on unknownsam2004-04-021-0/+2
* when doing internal bridging free the node instead of just dropping thesam2004-04-021-1/+1
* when receiving a frame w/ a bad version number don't unref the node; thesam2004-04-021-1/+0
* Add support for FH phy, which will be used by awi driver.onoe2004-01-151-2/+5
* fix station mode breakage (repeat after me: "test every change, nosam2003-10-171-13/+24
* add statistics for all failures and/or abnormal events; still needsam2003-10-171-23/+83
* fixup debug msgssam2003-10-171-3/+6
* Change input handling to not expect drivers to filter short frames.sam2003-09-151-6/+24
* MFp4 changes to fix locking issues and correct referencesam2003-08-191-73/+55
* Use IEEE80211_RATE_MAXSIZE instead of IEEE80211_RATE_SIZE to validate thesam2003-08-131-4/+4
* add monitor modesam2003-07-211-0/+7
* o change ieee80211_new_state handling to use a proper method that driverssam2003-07-201-6/+10
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-271-21/+17
* add commentsam2003-06-261-0/+2
* fix tcpdump -y IEEE802_11; NBPFILTER was a holdover from netbsd compatibilitysam2003-06-251-6/+0
* new 802.11 layer:sam2003-06-231-0/+1093
OpenPOWER on IntegriCloud