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
*
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
*
Generalize the per-node RSSI data so drivers can do more interesting
sam
2003-09-15
1
-4
/
+5
*
o change ieee80211_new_state handling to use a proper method that drivers
sam
2003-07-20
1
-2
/
+2
*
use proper length to copy data for WI_RID_DESIRED_SSID (was smashing
sam
2003-06-29
1
-1
/
+1
*
revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>
sam
2003-06-27
1
-21
/
+17
*
new 802.11 layer:
sam
2003-06-23
1
-0
/
+992