summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Correct scan candidate selection logic for dual-band devices: prefersam2005-01-011-15/+15
* remove netbsd rcsid lines; they are way out of date and we appear to besam2004-12-312-2/+0
* bump copyright for 2005sam2004-12-3122-21/+22
* fixup inactivity timers:sam2004-12-312-5/+7
* Relearn how WPA keying is supposed to work and fix WPA+WME whilesam2004-12-312-111/+129
* disable default use of wme until we can sort out interoperability issues;sam2004-12-311-2/+2
* s/inline/__inline/sam2004-12-311-2/+2
* compare pointers against NULLsam2004-12-311-2/+2
* make ap mode sta association debug msg as informative as sta modesam2004-12-311-3/+8
* do 11g erp station management in turboG mode toosam2004-12-311-3/+6
* check if the node/station table is already present before creating one; thissam2004-12-311-8/+11
* include phy mode in scan debug msgsam2004-12-311-2/+3
* accept IEEE80211_KEYIX_NONE for a default tx keysam2004-12-311-1/+2
* don't return prematurely from processing a beacon or probe response framesam2004-12-311-1/+2
* change ieee80211_parse_wmeparams to return a unique value when the iesam2004-12-311-3/+4
* remove stray \n from debug msgsam2004-12-311-1/+1
* clear wep bit in 802.11 header after crypto decap so packetsam2004-12-311-0/+3
* o add net.wlan.X.driver_caps mib variable for setting the driver capabilitiessam2004-12-311-3/+6
* correct pseudo-mic header calculation for QoS framessam2004-12-311-1/+6
* whitespace/debug msg fixupssam2004-12-312-8/+7
* add ieee80211_hdrspace and ieee80211_anyhdrspace to calculate the spacesam2004-12-311-0/+30
* correct header length calculations on tx path for QoS-encapsulated framessam2004-12-313-5/+11
* const'ify ivp referencesam2004-12-311-2/+2
* add/fixup debug msgssam2004-12-311-2/+15
* s/inline/__inline/sam2004-12-311-1/+1
* expose ieee80211_phymode_name for use in debug msgssam2004-12-312-1/+2
* correct module dependencysam2004-12-131-1/+1
* correct module dependencysam2004-12-131-1/+1
* cover up the landmine until there's a proper solutionsam2004-12-131-0/+4
* do not clear the global key cache when reaching the INIT statesam2004-12-121-1/+0
* remove module dependency on rc4; it's not needed any moresam2004-12-121-1/+0
* fix wep key seting: ENETRESET is the code to return to signal the driversam2004-12-101-1/+1
* fixup printf arguments for 64-bit machinessam2004-12-084-11/+11
* Update 802.11 support; too much new functionality to fully describesam2004-12-0823-2187/+12388
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowrwatson2004-07-272-2/+2
* 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
OpenPOWER on IntegriCloud