summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
...
* reject association requests with a wpa/rsn ie when wpa/rsn is notsam2005-07-221-8/+15
* missed one in last commit; add device name to discard msgssam2005-07-221-1/+1
* include device name in discard msgssam2005-07-221-2/+4
* add diag msgs for frames discarded because the direction field is wrongsam2005-07-221-0/+8
* split data frame delivery out to a new function ieee80211_deliver_datasam2005-07-221-38/+56
* o add IEEE80211_IOC_FRAGTHRESHOLD for getting+setting thesam2005-07-222-2/+16
* o add IEEE80211_FRAG_DEFAULTsam2005-07-223-8/+15
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-224-5/+8
* add flags missed in last mergesam2005-07-221-0/+2
* Diff reduction against p4:sam2005-07-222-5/+87
* send a response when an auth request is denied due to an acl;sam2005-07-221-0/+5
* remove excess whitespacesam2005-07-221-6/+6
* use IF_HANDOFF when bridging frames internally so if_start getssam2005-07-221-8/+3
* Handle encrypt of arbitarily fragmented mbuf chains: previouslysam2005-07-111-18/+68
* nuke assert that duplicates real checksam2005-07-111-3/+0
* Change default key allocation method to do the right thing forsam2005-07-091-1/+18
* correct check for high priority wme trafficsam2005-07-081-1/+1
* fix another instance of the MORE_DATA bit handling for frames on thesam2005-07-081-2/+1
* add "pureg" mode for ap operation: reject association requests fromsam2005-07-064-2/+23
* Fix handling of data frames queued for a station in power save mode:sam2005-07-063-6/+7
* Fix race condition in handling node reference counts for authenticatingsam2005-07-063-2/+32
* Only update the scan entry state based on newly received frames.avatar2005-07-061-1/+2
* remove auto-add of IEEE80211_KEY_GROUP; all the apps that need tosam2005-07-051-3/+0
* o when setting a wpa key, hold a ref on the bss node;sam2005-07-051-5/+17
* when operating in ap mode, explicitly drop associated/authenticatedsam2005-07-041-19/+25
* 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
OpenPOWER on IntegriCloud