summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
...
* correct inital bounds check on returning scan results; this does notsam2007-03-051-1/+1
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-5/+6
* Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.ru2006-09-261-1/+2
* More statistics fixups:sam2006-08-101-15/+71
* add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon misssam2006-07-261-0/+10
* power save mode state changes should not require clocking the 802.11sam2006-07-161-0/+7
* implement set(IEEE80211_IOC_STA_STATS) for hostapd; forsam2006-03-271-0/+28
* honor user-specified key index for global key slotssam2006-02-211-0/+6
* treat setting the optional ie to a zero-length datum to mean "deletesam2006-02-201-7/+17
* Rev ioctl to get scan results:sam2006-01-181-24/+164
* Correct a buffer overflow when scanning for 802.11 wireless networks.cperciva2006-01-181-4/+16
* make packet bursting configurable (default to on if device is capable)sam2005-12-141-0/+12
* allow setting the bssid in any modesam2005-12-141-3/+0
* add fixed rate for sending multicast framessam2005-12-121-0/+6
* change malloc when setting an optional ie to use M_NOWAITsam2005-12-121-2/+1
* correct parameter check when retrieving the current channel listsam2005-12-121-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-3/+3
* Properly set ic_curchan before calling back to device driver to do channelavatar2005-08-301-2/+12
* Extend acl support to pass ioctl requests through and use this tosam2005-08-131-3/+17
* Clarify/fix handling of the current channel:sam2005-08-101-32/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-1/+2
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-081-1/+1
* use ieee80211_iterate_nodes to retrieve station data; the previoussam2005-08-081-45/+89
* Cleanup beacon/listen interval handling:sam2005-08-081-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-2/+2
* o add IEEE80211_IOC_FRAGTHRESHOLD for getting+setting thesam2005-07-221-2/+15
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-2/+2
* add "pureg" mode for ap operation: reject association requests fromsam2005-07-061-0/+12
* remove auto-add of IEEE80211_KEY_GROUP; all the apps that need tosam2005-07-051-3/+0
* o when setting a wpa key, hold a ref on the bss node;sam2005-07-051-5/+17
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-4/+4
* Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,sam2005-06-071-2/+2
* Revise crypto api lightly to improve group key handling:sam2005-04-121-6/+7
* Recently, it was reported to me that you could provoke a double faultwpaul2005-03-031-0/+19
* statically allocate the station/neighbor node table; the deferredsam2005-01-241-31/+11
* bump copyright for 2005sam2004-12-311-1/+1
* accept IEEE80211_KEYIX_NONE for a default tx keysam2004-12-311-1/+2
* fix wep key seting: ENETRESET is the code to return to signal the driversam2004-12-101-1/+1
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-407/+1694
* o add support for controlling the power of transmitted framessam2004-03-301-0/+32
* Only call if_init when doing SIOCSIFADDR if the interface is not markedsam2004-03-301-0/+60
* Change WI_RID_SCAN_RES compatibility interface to return the result afteronoe2004-01-191-1/+2
* Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.sam2004-01-131-0/+8
* o insure the current channel is in a good state before starting an AP scansam2003-11-131-13/+44
* Fix a reversed suser(9) in SIOCG80211:IEEE80211_IOC_WEPKEY which preventsgreen2003-11-051-1/+1
* add statistics for all failures and/or abnormal events; still needsam2003-10-171-0/+5
* correct spelling of IEEE80211_IOC_RTSTHRESHOLDsam2003-09-261-2/+2
* Generalize the per-node RSSI data so drivers can do more interestingsam2003-09-151-4/+5
* o change ieee80211_new_state handling to use a proper method that driverssam2003-07-201-2/+2
* use proper length to copy data for WI_RID_DESIRED_SSID (was smashingsam2003-06-291-1/+1
OpenPOWER on IntegriCloud