summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
...
* revert 1.53; it breaks ibss mergesam2005-06-131-2/+2
* don't look at the wme ie in a beacon unless we negotiated usesam2005-06-101-0/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-4/+4
* validate the bssid for non-data frames too when operating insam2005-06-101-2/+2
* o fix wpa w/ wme: don't strip the QoS header on recv as tkip requiressam2005-06-107-67/+41
* mark stations authorized during recv processing instead of doing itsam2005-06-102-8/+7
* move AID implementation defines from the protocol definitions tosam2005-06-102-6/+10
* accept diassoc frame in ASSOC statesam2005-06-101-0/+1
* pull some debug msgs up so they're seen more oftensam2005-06-101-11/+10
* kick the state machine when we receive failure notice from an ap (whensam2005-06-101-4/+13
* discard open auth requests in adhoc modesam2005-06-101-11/+4
* reject open auth requests when shared key auth is configuredsam2005-06-101-0/+13
* add ieee80211_send_error to encapsulate an idiomsam2005-06-101-18/+38
* o always check if ic_set_tim is !NULL before using itsam2005-06-101-3/+8
* mark state for protection only when operating in 11gsam2005-06-101-2/+4
* don't reject station based on the PRIVACY bit in the capabilities;sam2005-06-101-6/+2
* correct checks for rate set compatibilitysam2005-06-101-8/+6
* record tstamp from beacons received in station mode when associated;sam2005-06-101-0/+3
* o collect dtim period+count from beacons in station mode so driverssam2005-06-093-3/+21
* Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,sam2005-06-073-16/+33
* Don't clock the state machine in various cases when roaming is setsam2005-06-071-6/+11
* WPA/802.11i interoperability fixes:sam2005-06-071-3/+2
* add force flag to enmic/demic crypto api for use in xmit fragmentationsam2005-06-067-26/+26
* 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
OpenPOWER on IntegriCloud