summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Revise crypto api lightly to improve group key handling:sam2005-04-123-33/+44
* remove extern from function declssam2005-04-044-93/+83
* change ieee80211_input to return the frame type or -1sam2005-04-042-6/+8
* pass re-association events up using a new message typesam2005-03-292-5/+6
* when WPA is enabled discard association requests w/o a WPA iesam2005-03-261-0/+14
* don't include wme ie in probe request frames; it was meant for probe responsesam2005-03-261-4/+4
* correct comparison for null ptrsam2005-03-161-1/+1
* avoid potential array index by -1sam2005-03-161-1/+2
* eliminate use after free in debug codesam2005-03-161-3/+3
* kill dead codesam2005-03-161-2/+1
* honor any desired bssid when creating an ibsssam2005-03-081-1/+4
* Recently, it was reported to me that you could provoke a double faultwpaul2005-03-031-0/+19
* mark timestamp for pending fragmentssam2005-02-231-0/+2
* rev 1.19 fixed wpa supplicant but broke wpa authenticator; when operatingsam2005-02-101-1/+2
* propagate state kept in the bss node when re-creating the nodesam2005-02-101-1/+16
* correct check for unicast key being setup; wpa_supplicant in particularsam2005-02-031-1/+1
* supply a default ic_reset method for drivers; the ioctl code expect thissam2005-01-271-0/+22
* update node reference count debug msgs to include the node addresssam2005-01-242-19/+26
* clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so wesam2005-01-241-0/+1
* noop change so RUN->RUN transition isn't considered invalidsam2005-01-241-1/+2
* add macros to convert between txop's and usecssam2005-01-241-0/+2
* o clarify that beacon interval settings are in TU's, not mssam2005-01-241-3/+6
* statically allocate the station/neighbor node table; the deferredsam2005-01-247-167/+70
* handle potential stale values of bssid in neighbor nodes thatsam2005-01-221-1/+5
* when ssid suppression is enabled don't respond to probe requestssam2005-01-221-0/+8
* be consistent in naming inactivity timers;sam2005-01-221-1/+1
* o replace out-of-line copy of FCS w/ a flag that indicates thesam2005-01-221-9/+18
* when a station is timed out for inactivity, remove it from the tablesam2005-01-201-2/+13
* explicitly avoid timing out ourself due to inactivity; itsam2005-01-201-0/+6
* fix refcnt leak in adhoc mode: entries in the neighbor tablesam2005-01-201-3/+9
* remove debug msg from ieee80211_iterate_nodes; it makes logs very noisysam2005-01-181-3/+0
* avoid possible null pointer deref when refcnt debugging is enabled; thesam2005-01-181-1/+1
* Explicitly ignore ibss merge requests when the node is ic_bss. This cansam2005-01-181-1/+2
* Simplify the logic for checking the scan candidates at the end of a scan.sam2005-01-181-20/+17
* 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
* when scanning is interrupted reset state so table entries go in the stationsam2005-01-183-6/+20
* do fixed rate check when considering if a scan candidate is suitable so whensam2005-01-181-9/+5
* Correct scan candidate selection logic for dual-band devices: prefersam2005-01-011-15/+15
* remove netbsd rcsid lines; they are way out of date and we appear to besam2004-12-312-2/+0
* bump copyright for 2005sam2004-12-3122-21/+22
* fixup inactivity timers:sam2004-12-312-5/+7
* Relearn how WPA keying is supposed to work and fix WPA+WME whilesam2004-12-312-111/+129
* disable default use of wme until we can sort out interoperability issues;sam2004-12-311-2/+2
* s/inline/__inline/sam2004-12-311-2/+2
* compare pointers against NULLsam2004-12-311-2/+2
* make ap mode sta association debug msg as informative as sta modesam2004-12-311-3/+8
* do 11g erp station management in turboG mode toosam2004-12-311-3/+6
* check if the node/station table is already present before creating one; thissam2004-12-311-8/+11
* include phy mode in scan debug msgsam2004-12-311-2/+3
OpenPOWER on IntegriCloud