aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* o add support for controlling the power of transmitted framesSam Leffler2004-03-301-0/+32
* Only call if_init when doing SIOCSIFADDR if the interface is not markedSam Leffler2004-03-301-0/+60
* Change WI_RID_SCAN_RES compatibility interface to return the result afterAtsushi Onoe2004-01-191-1/+2
* Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.Sam Leffler2004-01-131-0/+8
* o insure the current channel is in a good state before starting an AP scanSam Leffler2003-11-131-13/+44
* Fix a reversed suser(9) in SIOCG80211:IEEE80211_IOC_WEPKEY which preventsBrian Feldman2003-11-051-1/+1
* add statistics for all failures and/or abnormal events; still needSam Leffler2003-10-171-0/+5
* correct spelling of IEEE80211_IOC_RTSTHRESHOLDSam Leffler2003-09-261-2/+2
* Generalize the per-node RSSI data so drivers can do more interestingSam Leffler2003-09-151-4/+5
* o change ieee80211_new_state handling to use a proper method that driversSam Leffler2003-07-201-2/+2
* use proper length to copy data for WI_RID_DESIRED_SSID (was smashingSam Leffler2003-06-291-1/+1
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>Sam Leffler2003-06-271-21/+17
* new 802.11 layer:Sam Leffler2003-06-231-0/+992