index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211_ioctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
copyright updates:
sam
2007-06-06
1
-7
/
+1
*
change ic_modecaps to a bit vector and use setbit, et. al.
sam
2007-03-11
1
-1
/
+1
*
keep tx/rx seq #'s for non-QoS traffic separate from QoS; stations
sam
2007-03-11
1
-2
/
+2
*
correct inital bounds check on returning scan results; this does not
sam
2007-03-05
1
-1
/
+1
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-5
/
+6
*
Now that we have COMPAT_FREEBSD6 officially, use it from opt_compat.h.
ru
2006-09-26
1
-1
/
+2
*
More statistics fixups:
sam
2006-08-10
1
-15
/
+71
*
add IEEE80211_IOC_BMISSTHRESHOLD for managing the beacon miss
sam
2006-07-26
1
-0
/
+10
*
power save mode state changes should not require clocking the 802.11
sam
2006-07-16
1
-0
/
+7
*
implement set(IEEE80211_IOC_STA_STATS) for hostapd; for
sam
2006-03-27
1
-0
/
+28
*
honor user-specified key index for global key slots
sam
2006-02-21
1
-0
/
+6
*
treat setting the optional ie to a zero-length datum to mean "delete
sam
2006-02-20
1
-7
/
+17
*
Rev ioctl to get scan results:
sam
2006-01-18
1
-24
/
+164
*
Correct a buffer overflow when scanning for 802.11 wireless networks.
cperciva
2006-01-18
1
-4
/
+16
*
make packet bursting configurable (default to on if device is capable)
sam
2005-12-14
1
-0
/
+12
*
allow setting the bssid in any mode
sam
2005-12-14
1
-3
/
+0
*
add fixed rate for sending multicast frames
sam
2005-12-12
1
-0
/
+6
*
change malloc when setting an optional ie to use M_NOWAIT
sam
2005-12-12
1
-2
/
+1
*
correct parameter check when retrieving the current channel list
sam
2005-12-12
1
-1
/
+1
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-3
/
+3
*
Properly set ic_curchan before calling back to device driver to do channel
avatar
2005-08-30
1
-2
/
+12
*
Extend acl support to pass ioctl requests through and use this to
sam
2005-08-13
1
-3
/
+17
*
Clarify/fix handling of the current channel:
sam
2005-08-10
1
-32
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-1
/
+2
*
Split crypto tx+rx key indices and add a key index -> node mapping table:
sam
2005-08-08
1
-1
/
+1
*
use ieee80211_iterate_nodes to retrieve station data; the previous
sam
2005-08-08
1
-45
/
+89
*
Cleanup beacon/listen interval handling:
sam
2005-08-08
1
-1
/
+1
*
simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's
sam
2005-07-22
1
-2
/
+2
*
o add IEEE80211_IOC_FRAGTHRESHOLD for getting+setting the
sam
2005-07-22
1
-2
/
+15
*
diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and use
sam
2005-07-22
1
-2
/
+2
*
add "pureg" mode for ap operation: reject association requests from
sam
2005-07-06
1
-0
/
+12
*
remove auto-add of IEEE80211_KEY_GROUP; all the apps that need to
sam
2005-07-05
1
-3
/
+0
*
o when setting a wpa key, hold a ref on the bss node;
sam
2005-07-05
1
-5
/
+17
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-4
/
+4
*
Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,
sam
2005-06-07
1
-2
/
+2
*
Revise crypto api lightly to improve group key handling:
sam
2005-04-12
1
-6
/
+7
*
Recently, it was reported to me that you could provoke a double fault
wpaul
2005-03-03
1
-0
/
+19
*
statically allocate the station/neighbor node table; the deferred
sam
2005-01-24
1
-31
/
+11
*
bump copyright for 2005
sam
2004-12-31
1
-1
/
+1
*
accept IEEE80211_KEYIX_NONE for a default tx key
sam
2004-12-31
1
-1
/
+2
*
fix wep key seting: ENETRESET is the code to return to signal the driver
sam
2004-12-10
1
-1
/
+1
*
Update 802.11 support; too much new functionality to fully describe
sam
2004-12-08
1
-407
/
+1694
*
o add support for controlling the power of transmitted frames
sam
2004-03-30
1
-0
/
+32
*
Only call if_init when doing SIOCSIFADDR if the interface is not marked
sam
2004-03-30
1
-0
/
+60
*
Change WI_RID_SCAN_RES compatibility interface to return the result after
onoe
2004-01-19
1
-1
/
+2
*
Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.
sam
2004-01-13
1
-0
/
+8
*
o insure the current channel is in a good state before starting an AP scan
sam
2003-11-13
1
-13
/
+44
*
Fix a reversed suser(9) in SIOCG80211:IEEE80211_IOC_WEPKEY which prevents
green
2003-11-05
1
-1
/
+1
*
add statistics for all failures and/or abnormal events; still need
sam
2003-10-17
1
-0
/
+5
*
correct spelling of IEEE80211_IOC_RTSTHRESHOLD
sam
2003-09-26
1
-2
/
+2
[prev]
[next]