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_scan.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Migrate the power-save functions to be overridable VAP methods.
adrian
2012-10-02
1
-2
/
+2
*
Attempt to catch scan cancellations at exactly the wrong time from occuring.
adrian
2012-03-02
1
-0
/
+13
*
Change return code semantics of start_scan_locked(). Instead of reporting
bschmidt
2011-01-30
1
-1
/
+2
*
Honor the IEEE80211_SCAN_BGSCAN flag, which makes it possible to actually
bschmidt
2011-01-30
1
-0
/
+2
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-0
/
+1
*
calls callout_drain(9) to un-schedule a scan timer to prevent a page
weongyo
2009-06-03
1
-0
/
+1
*
Overhaul monitor mode handling:
sam
2009-05-20
1
-2
/
+4
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-200
/
+207
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-0
/
+1
*
display min/max dwell times in msecs in debug msgs
sam
2009-02-22
1
-3
/
+4
*
Add modes for 1/2 and 1/4-width channels so we have separate roaming
sam
2009-02-19
1
-0
/
+6
*
simplify setting up the roaming parameters; writing default parameters only
sam
2009-02-19
1
-43
/
+29
*
convert MALLOC/FREE to malloc/free
sam
2008-12-18
1
-2
/
+2
*
Revert the removal of the MALLOC and FREE macros from the net80211 code.
des
2008-10-23
1
-2
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-2
/
+2
*
Simplify some contorted logic that wrongly left ISCAN_DISCARD set
sam
2008-05-28
1
-15
/
+13
*
Revise lock name handling:
sam
2008-05-28
1
-1
/
+1
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-231
/
+472
*
silence complaint about not loading the wlan_scan_monitor module;
sam
2007-10-24
1
-1
/
+2
*
Fix scanning issues since the new net80211 code went in
thompsa
2007-06-30
1
-10
/
+13
*
Change the channel number in the scan results struct to be a pointer to the
thompsa
2007-06-30
1
-1
/
+1
*
Update 802.11 wireless support:
sam
2007-06-11
1
-0
/
+990