aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Update ieee80211_mhz2ieee to understand public safety bands and spectrumSam Leffler2005-11-152-9/+24
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-3/+3
* Retire MT_HEADER mbuf type and change its users to use MT_DATA.Andre Oppermann2005-11-022-3/+3
* Properly set ic_curchan before calling back to device driver to do channelTai-hwa Liang2005-08-301-2/+12
* revert 1.64: we cannot use the channel characteristics to decide when toSam Leffler2005-08-131-4/+3
* Extend acl support to pass ioctl requests through and use this toSam Leffler2005-08-134-4/+79
* Don't use ic_curmode to decide when to do 11g station accounting,Sam Leffler2005-08-102-5/+6
* Clarify/fix handling of the current channel:Sam Leffler2005-08-109-220/+316
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-088-76/+280
* use ieee80211_iterate_nodes to retrieve station data; the previousSam Leffler2005-08-081-45/+89
* Cleanup beacon/listen interval handling:Sam Leffler2005-08-087-14/+29
* fix debug msg typoSam Leffler2005-08-061-1/+1
* Fix handling of frames sent prior to a station being authorizedSam Leffler2005-08-063-2/+40
* close a race between reclaiming a node when a station is inactiveSam Leffler2005-07-313-2/+15
* when bridging internally bypass the bss node as traffic to itSam Leffler2005-07-271-11/+21
* bandaid ni_fails handling so ap's with association failures areSam Leffler2005-07-271-18/+24
* the AREF flag is only meaningful in ap mode; adhoc neighbors nowSam Leffler2005-07-231-1/+2
* o move inactivity-related debug msgs under IEEE80211_MSG_INACTSam Leffler2005-07-221-8/+12
* split xmit of probe request frame out into a separate routine thatSam Leffler2005-07-224-50/+96
* split 802.11 frame xmit setup code into ieee80211_send_setupSam Leffler2005-07-221-36/+72
* simplify ic_newassoc callbackSam Leffler2005-07-222-4/+3
* simplify ieee80211_ibss_merge apiSam Leffler2005-07-222-2/+3
* add stats we know we'll need soon and some spare fields for future expansionSam Leffler2005-07-221-0/+8
* simplify tim callback apiSam Leffler2005-07-224-12/+11
* don't include 802.3 header in min frame length calculation as it maySam Leffler2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-226-13/+13
* simplifiy ieee80211_send_nulldata apiSam Leffler2005-07-224-4/+5
* simplify rate set api's by removing ic parameter (implicit in node reference)Sam Leffler2005-07-224-13/+16
* reject association requests with a wpa/rsn ie when wpa/rsn is notSam Leffler2005-07-221-8/+15
* missed one in last commit; add device name to discard msgsSam Leffler2005-07-221-1/+1
* include device name in discard msgsSam Leffler2005-07-221-2/+4
* add diag msgs for frames discarded because the direction field is wrongSam Leffler2005-07-221-0/+8
* split data frame delivery out to a new function ieee80211_deliver_dataSam Leffler2005-07-221-38/+56
* o add IEEE80211_IOC_FRAGTHRESHOLD for getting+setting theSam Leffler2005-07-222-2/+16
* o add IEEE80211_FRAG_DEFAULTSam Leffler2005-07-223-8/+15
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and useSam Leffler2005-07-224-5/+8
* add flags missed in last mergeSam Leffler2005-07-221-0/+2
* Diff reduction against p4:Sam Leffler2005-07-222-5/+87
* send a response when an auth request is denied due to an acl;Sam Leffler2005-07-221-0/+5
* remove excess whitespaceSam Leffler2005-07-221-6/+6
* use IF_HANDOFF when bridging frames internally so if_start getsSam Leffler2005-07-221-8/+3
* Handle encrypt of arbitarily fragmented mbuf chains: previouslySam Leffler2005-07-111-18/+68
* nuke assert that duplicates real checkSam Leffler2005-07-111-3/+0
* Change default key allocation method to do the right thing forSam Leffler2005-07-091-1/+18
* correct check for high priority wme trafficSam Leffler2005-07-081-1/+1
* fix another instance of the MORE_DATA bit handling for frames on theSam Leffler2005-07-081-2/+1
* add "pureg" mode for ap operation: reject association requests fromSam Leffler2005-07-064-2/+23
* Fix handling of data frames queued for a station in power save mode:Sam Leffler2005-07-063-6/+7
* Fix race condition in handling node reference counts for authenticatingSam Leffler2005-07-063-2/+32