summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* enable "aggressive mode" only when operating in ap or station mode; insam2006-01-021-1/+1
* update erp information element in the beacon frame to reflectsam2006-01-024-4/+21
* correct checking for turbo channels: rev 1.24 fixed static turbo channelssam2005-12-301-4/+4
* correct (reversed) ms<->tu macrossam2005-12-291-2/+2
* - Fix VLAN_INPUT_TAG() macro, so that it doesn't touch mtag inglebius2005-12-181-2/+3
* make packet bursting configurable (default to on if device is capable)sam2005-12-145-1/+17
* When creating neighbor entries for an ahdemo bss apply the localsam2005-12-141-0/+9
* when creating an ahdemo bss use any requested bssid; otherwise use zerosam2005-12-141-0/+5
* allow setting the bssid in any modesam2005-12-141-3/+0
* disallow module unload when there are dynamic referencessam2005-12-123-3/+42
* propagate current bss state on sta join so, in particular, authmodesam2005-12-121-2/+4
* Bandaid ieee80211_set_chan to handle a channel parameter of "any";sam2005-12-121-1/+3
* o correct auto mode logic for avoiding turbo channelssam2005-12-121-9/+9
* Add ieee80211_beacon_miss for processing sta mode beacon miss eventssam2005-12-125-0/+47
* add some useful definitions that'll be used soonsam2005-12-121-0/+6
* add fixed rate for sending multicast framessam2005-12-124-0/+10
* change malloc when setting an optional ie to use M_NOWAITsam2005-12-121-2/+1
* correct parameter check when retrieving the current channel listsam2005-12-121-1/+1
* correct handling of dtim for periods > 1sam2005-12-051-1/+1
* Adhoc mode fixups:sam2005-12-043-28/+56
* fix dynamic changes in short slottime for 11g sta mode: set thesam2005-11-301-1/+1
* Update ieee80211_mhz2ieee to understand public safety bands and spectrumsam2005-11-152-9/+24
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-3/+3
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.andre2005-11-022-3/+3
* 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
OpenPOWER on IntegriCloud