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
*
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
*
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