summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* o correct logic that checks frame size to decide if a cluaster is neededsam2003-09-011-1/+2
* MFp4 changes to fix locking issues and correct referencesam2003-08-196-134/+186
* Delay creating ic_bss until after the super-class has a chancesam2003-08-133-0/+14
* Use IEEE80211_RATE_MAXSIZE instead of IEEE80211_RATE_SIZE to validate thesam2003-08-131-4/+4
* add monitor modesam2003-07-214-1/+25
* o change ieee80211_new_state handling to use a proper method that driverssam2003-07-208-57/+70
* insure ic_bss always has a "valid" channel; avoids problems where users couldsam2003-06-291-1/+2
* use proper length to copy data for WI_RID_DESIRED_SSID (was smashingsam2003-06-291-1/+1
* add safeguard against (bogus) null channel parametersam2003-06-291-1/+4
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-2713-215/+221
* fix typosam2003-06-271-1/+1
* add commentsam2003-06-261-0/+2
* fix tcpdump -y IEEE802_11; NBPFILTER was a holdover from netbsd compatibilitysam2003-06-251-6/+0
* new 802.11 layer:sam2003-06-2313-0/+5719
OpenPOWER on IntegriCloud