aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-5/+0
* Add some missing <sys/module.h> includes which are masked by thePoul-Henning Kamp2004-05-301-0/+1
* Link state change notification of ethernet media to the routing socket.Andre Oppermann2004-05-051-1/+10
* Resolve the issue of whether frames have FCS or not. Frame data does notSam Leffler2004-04-051-0/+5
* eliminate nested include by making MALLOC_DECLARE conditional on theSam Leffler2004-04-052-1/+2
* add definitions for WME, WPA (and WPA2), and miscellaneous other stuffSam Leffler2004-04-051-1/+145
* export the malloc type M_80211_NODE for drivers that override the nodeSam Leffler2004-04-052-0/+3
* make malloc tag for ieee80211_node more recognizableSam Leffler2004-04-051-1/+1
* Change handling of probe response frames. Previously we always dropped theSam Leffler2004-04-021-2/+27
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):Sam Leffler2004-04-024-36/+79
* always free node reference when processing a probe request frame; wasSam Leffler2004-04-021-7/+2
* o change ieee80211_dup_bss to inherit explicit data from ic_bss instead ofSam Leffler2004-04-021-2/+7
* track node allocation failure stats in ieee80211_alloc_node insteadSam Leffler2004-04-022-9/+5
* replace explicit malloc/free with MALLOC/FREE for portabilitySam Leffler2004-04-021-3/+5
* extract node matching logic into new ieee80211_match_bss routine for useSam Leffler2004-04-021-54/+66
* diff reduction against madwifiSam Leffler2004-04-021-3/+5
* when processing beacon/probe response frames capture "is probe" in aSam Leffler2004-04-021-6/+6
* add a case of IEEE80211_ELEMID_IBSSPARMS so the statistic on unknownSam Leffler2004-04-021-0/+2
* when doing internal bridging free the node instead of just dropping theSam Leffler2004-04-021-1/+1
* when receiving a frame w/ a bad version number don't unref the node; theSam Leffler2004-04-021-1/+0
* insure basic rate bit is set in derived rate set; thisSam Leffler2004-04-021-1/+10
* diff reduction against madwifi/p4Sam Leffler2004-04-021-2/+2
* o add support for controlling the power of transmitted framesSam Leffler2004-03-305-0/+54
* Only call if_init when doing SIOCSIFADDR if the interface is not markedSam Leffler2004-03-301-0/+60
* Add explicit dependency on "ether", since we use ether_ifattach().Maxime Henrion2004-03-161-0/+1
* Change WI_RID_SCAN_RES compatibility interface to return the result afterAtsushi Onoe2004-01-191-1/+2
* Add support for FH phy, which will be used by awi driver.Atsushi Onoe2004-01-153-46/+72
* Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.Sam Leffler2004-01-132-1/+18
* Sync with netbsd:Sam Leffler2003-12-281-43/+60
* o insure the current channel is in a good state before starting an AP scanSam Leffler2003-11-131-13/+44
* fix typo that broke AP scanning by BSSIDSam Leffler2003-11-091-2/+1
* Fix a reversed suser(9) in SIOCG80211:IEEE80211_IOC_WEPKEY which preventsBrian Feldman2003-11-051-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-312-2/+2
* fix station mode breakage (repeat after me: "test every change, noSam Leffler2003-10-171-13/+24
* add statistics for all failures and/or abnormal events; still needSam Leffler2003-10-177-39/+174
* fixup debug msgsSam Leffler2003-10-171-3/+6
* include FH/DS parameters element in probe response framesSam Leffler2003-10-171-0/+18
* correct commentSam Leffler2003-10-171-1/+1
* o add capability to indicate if device receives all management framesSam Leffler2003-10-172-6/+18
* parameterize locking to improve portability and possibleSam Leffler2003-10-173-21/+29
* Try yet again to deal with timing out nodes. We cannot hold theSam Leffler2003-09-263-6/+27
* Correct rate set negotiation when operating as a station: if theSam Leffler2003-09-261-2/+11
* allocate node table entries with a specific malloc typeSam Leffler2003-09-261-2/+4
* correct spelling of IEEE80211_IOC_RTSTHRESHOLDSam Leffler2003-09-262-3/+3
* Generalize the per-node RSSI data so drivers can do more interestingSam Leffler2003-09-153-4/+17
* Change input handling to not expect drivers to filter short frames.Sam Leffler2003-09-151-6/+24
* add definitions for various control frames and a minimum-sized frame thatSam Leffler2003-09-151-0/+51
* Honor the short preamble capability/state flag when calculating theSam Leffler2003-09-141-1/+12
* short preamble capability is not just for 11g; mark IEEE80211_F_SHPREAMBLESam Leffler2003-09-141-3/+3
* Experimental bpf capture format for 802.11 devices. The link layerSam Leffler2003-09-051-0/+185