summaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* handle potential stale values of bssid in neighbor nodes thatSam Leffler2005-01-221-1/+5
* when ssid suppression is enabled don't respond to probe requestsSam Leffler2005-01-221-0/+8
* be consistent in naming inactivity timers;Sam Leffler2005-01-221-1/+1
* o replace out-of-line copy of FCS w/ a flag that indicates theSam Leffler2005-01-221-9/+18
* when a station is timed out for inactivity, remove it from the tableSam Leffler2005-01-201-2/+13
* explicitly avoid timing out ourself due to inactivity; itSam Leffler2005-01-201-0/+6
* fix refcnt leak in adhoc mode: entries in the neighbor tableSam Leffler2005-01-201-3/+9
* remove debug msg from ieee80211_iterate_nodes; it makes logs very noisySam Leffler2005-01-181-3/+0
* avoid possible null pointer deref when refcnt debugging is enabled; theSam Leffler2005-01-181-1/+1
* Explicitly ignore ibss merge requests when the node is ic_bss. This canSam Leffler2005-01-181-1/+2
* Simplify the logic for checking the scan candidates at the end of a scan.Sam Leffler2005-01-181-20/+17
* correct logic that caused beacon frames received in ibss mode to beSam Leffler2005-01-181-1/+1
* move beacon/probe response counting down to after we've decided whether orSam Leffler2005-01-181-9/+9
* when scanning is interrupted reset state so table entries go in the stationSam Leffler2005-01-183-6/+20
* do fixed rate check when considering if a scan candidate is suitable so whenSam Leffler2005-01-181-9/+5
* Correct scan candidate selection logic for dual-band devices: preferSam Leffler2005-01-011-15/+15
* remove netbsd rcsid lines; they are way out of date and we appear to beSam Leffler2004-12-312-2/+0
* bump copyright for 2005Sam Leffler2004-12-3122-21/+22
* fixup inactivity timers:Sam Leffler2004-12-312-5/+7
* Relearn how WPA keying is supposed to work and fix WPA+WME whileSam Leffler2004-12-312-111/+129
* disable default use of wme until we can sort out interoperability issues;Sam Leffler2004-12-311-2/+2
* s/inline/__inline/Sam Leffler2004-12-311-2/+2
* compare pointers against NULLSam Leffler2004-12-311-2/+2
* make ap mode sta association debug msg as informative as sta modeSam Leffler2004-12-311-3/+8
* do 11g erp station management in turboG mode tooSam Leffler2004-12-311-3/+6
* check if the node/station table is already present before creating one; thisSam Leffler2004-12-311-8/+11
* include phy mode in scan debug msgSam Leffler2004-12-311-2/+3
* accept IEEE80211_KEYIX_NONE for a default tx keySam Leffler2004-12-311-1/+2
* don't return prematurely from processing a beacon or probe response frameSam Leffler2004-12-311-1/+2
* change ieee80211_parse_wmeparams to return a unique value when the ieSam Leffler2004-12-311-3/+4
* remove stray \n from debug msgSam Leffler2004-12-311-1/+1
* clear wep bit in 802.11 header after crypto decap so packetSam Leffler2004-12-311-0/+3
* o add net.wlan.X.driver_caps mib variable for setting the driver capabilitiesSam Leffler2004-12-311-3/+6
* correct pseudo-mic header calculation for QoS framesSam Leffler2004-12-311-1/+6
* whitespace/debug msg fixupsSam Leffler2004-12-312-8/+7
* add ieee80211_hdrspace and ieee80211_anyhdrspace to calculate the spaceSam Leffler2004-12-311-0/+30
* correct header length calculations on tx path for QoS-encapsulated framesSam Leffler2004-12-313-5/+11
* const'ify ivp referenceSam Leffler2004-12-311-2/+2
* add/fixup debug msgsSam Leffler2004-12-311-2/+15
* s/inline/__inline/Sam Leffler2004-12-311-1/+1
* expose ieee80211_phymode_name for use in debug msgsSam Leffler2004-12-312-1/+2
* correct module dependencySam Leffler2004-12-131-1/+1
* correct module dependencySam Leffler2004-12-131-1/+1
* cover up the landmine until there's a proper solutionSam Leffler2004-12-131-0/+4
* do not clear the global key cache when reaching the INIT stateSam Leffler2004-12-121-1/+0
* remove module dependency on rc4; it's not needed any moreSam Leffler2004-12-121-1/+0
* fix wep key seting: ENETRESET is the code to return to signal the driverSam Leffler2004-12-101-1/+1
* fixup printf arguments for 64-bit machinesSam Leffler2004-12-084-11/+11
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-0823-2179/+12380
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowRobert Watson2004-07-272-2/+2