summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-5/+0
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Link state change notification of ethernet media to the routing socket.andre2004-05-051-1/+10
* Resolve the issue of whether frames have FCS or not. Frame data does notsam2004-04-051-0/+5
* eliminate nested include by making MALLOC_DECLARE conditional on thesam2004-04-052-1/+2
* add definitions for WME, WPA (and WPA2), and miscellaneous other stuffsam2004-04-051-1/+145
* export the malloc type M_80211_NODE for drivers that override the nodesam2004-04-052-0/+3
* make malloc tag for ieee80211_node more recognizablesam2004-04-051-1/+1
* Change handling of probe response frames. Previously we always dropped thesam2004-04-021-2/+27
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):sam2004-04-024-36/+79
* always free node reference when processing a probe request frame; wassam2004-04-021-7/+2
* o change ieee80211_dup_bss to inherit explicit data from ic_bss instead ofsam2004-04-021-2/+7
* track node allocation failure stats in ieee80211_alloc_node insteadsam2004-04-022-9/+5
* replace explicit malloc/free with MALLOC/FREE for portabilitysam2004-04-021-3/+5
* extract node matching logic into new ieee80211_match_bss routine for usesam2004-04-021-54/+66
* diff reduction against madwifisam2004-04-021-3/+5
* when processing beacon/probe response frames capture "is probe" in asam2004-04-021-6/+6
* add a case of IEEE80211_ELEMID_IBSSPARMS so the statistic on unknownsam2004-04-021-0/+2
* when doing internal bridging free the node instead of just dropping thesam2004-04-021-1/+1
* when receiving a frame w/ a bad version number don't unref the node; thesam2004-04-021-1/+0
* insure basic rate bit is set in derived rate set; thissam2004-04-021-1/+10
* diff reduction against madwifi/p4sam2004-04-021-2/+2
* o add support for controlling the power of transmitted framessam2004-03-305-0/+54
* Only call if_init when doing SIOCSIFADDR if the interface is not markedsam2004-03-301-0/+60
* Add explicit dependency on "ether", since we use ether_ifattach().mux2004-03-161-0/+1
* Change WI_RID_SCAN_RES compatibility interface to return the result afteronoe2004-01-191-1/+2
* Add support for FH phy, which will be used by awi driver.onoe2004-01-153-46/+72
* Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.sam2004-01-132-1/+18
* Sync with netbsd:sam2003-12-281-43/+60
* o insure the current channel is in a good state before starting an AP scansam2003-11-131-13/+44
* fix typo that broke AP scanning by BSSIDsam2003-11-091-2/+1
* Fix a reversed suser(9) in SIOCG80211:IEEE80211_IOC_WEPKEY which preventsgreen2003-11-051-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-2/+2
* fix station mode breakage (repeat after me: "test every change, nosam2003-10-171-13/+24
* add statistics for all failures and/or abnormal events; still needsam2003-10-177-39/+174
* fixup debug msgssam2003-10-171-3/+6
* include FH/DS parameters element in probe response framessam2003-10-171-0/+18
* correct commentsam2003-10-171-1/+1
* o add capability to indicate if device receives all management framessam2003-10-172-6/+18
* parameterize locking to improve portability and possiblesam2003-10-173-21/+29
* Try yet again to deal with timing out nodes. We cannot hold thesam2003-09-263-6/+27
* Correct rate set negotiation when operating as a station: if thesam2003-09-261-2/+11
* allocate node table entries with a specific malloc typesam2003-09-261-2/+4
* correct spelling of IEEE80211_IOC_RTSTHRESHOLDsam2003-09-262-3/+3
* Generalize the per-node RSSI data so drivers can do more interestingsam2003-09-153-4/+17
* Change input handling to not expect drivers to filter short frames.sam2003-09-151-6/+24
* add definitions for various control frames and a minimum-sized frame thatsam2003-09-151-0/+51
* Honor the short preamble capability/state flag when calculating thesam2003-09-141-1/+12
* short preamble capability is not just for 11g; mark IEEE80211_F_SHPREAMBLEsam2003-09-141-3/+3
* Experimental bpf capture format for 802.11 devices. The link layersam2003-09-051-0/+185
OpenPOWER on IntegriCloud