summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Properly set ic_curchan before calling back to device driver to do channelavatar2005-08-301-2/+12
* revert 1.64: we cannot use the channel characteristics to decide when tosam2005-08-131-4/+3
* Extend acl support to pass ioctl requests through and use this tosam2005-08-134-4/+79
* Don't use ic_curmode to decide when to do 11g station accounting,sam2005-08-102-5/+6
* Clarify/fix handling of the current channel:sam2005-08-109-220/+316
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-088-76/+280
* use ieee80211_iterate_nodes to retrieve station data; the previoussam2005-08-081-45/+89
* Cleanup beacon/listen interval handling:sam2005-08-087-14/+29
* fix debug msg typosam2005-08-061-1/+1
* Fix handling of frames sent prior to a station being authorizedsam2005-08-063-2/+40
* close a race between reclaiming a node when a station is inactivesam2005-07-313-2/+15
* when bridging internally bypass the bss node as traffic to itsam2005-07-271-11/+21
* bandaid ni_fails handling so ap's with association failures aresam2005-07-271-18/+24
* the AREF flag is only meaningful in ap mode; adhoc neighbors nowsam2005-07-231-1/+2
* o move inactivity-related debug msgs under IEEE80211_MSG_INACTsam2005-07-221-8/+12
* split xmit of probe request frame out into a separate routine thatsam2005-07-224-50/+96
* split 802.11 frame xmit setup code into ieee80211_send_setupsam2005-07-221-36/+72
* simplify ic_newassoc callbacksam2005-07-222-4/+3
* simplify ieee80211_ibss_merge apisam2005-07-222-2/+3
* add stats we know we'll need soon and some spare fields for future expansionsam2005-07-221-0/+8
* simplify tim callback apisam2005-07-224-12/+11
* don't include 802.3 header in min frame length calculation as it maysam2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-226-13/+13
* simplifiy ieee80211_send_nulldata apisam2005-07-224-4/+5
* simplify rate set api's by removing ic parameter (implicit in node reference)sam2005-07-224-13/+16
* 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
OpenPOWER on IntegriCloud