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_sta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix joining an 11b BSS: scanning is normally done using 11g channels
sam
2008-10-26
1
-17
/
+72
*
expand captured ie's before calling match_bss so they can potentially
sam
2008-10-25
1
-1
/
+1
*
change ieee80211_sta_join to take an explicit channel instead of
sam
2008-10-25
1
-3
/
+14
*
Revert the removal of the MALLOC and FREE macros from the net80211 code.
des
2008-10-23
1
-5
/
+5
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-5
/
+5
*
guard against adhoc_pick_channel returning a NULL channel; this can
sam
2008-09-27
1
-3
/
+6
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-359
/
+478
*
Fix adhoc mode to scan all available channels for a bss to join
sam
2008-02-29
1
-42
/
+63
*
Be more careful handling off-channel frames: if the driver (wrongly)
sam
2007-11-26
1
-3
/
+4
*
use the DSPARMS ie to find the home channel for off-channel frames
sam
2007-11-23
1
-11
/
+12
*
Correct handling of off-channel frames:
sam
2007-11-05
1
-12
/
+37
*
sync 11n support with vap code base; many changes based on interop
sam
2007-11-02
1
-1
/
+2
*
In add_channel(), search 11g channels if mode is AUTO and corresponding
sephe
2007-07-20
1
-5
/
+11
*
revert handling of ssid and bssid to be manadatory instead of advisory
sam
2007-07-12
1
-33
/
+40
*
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
/
+1438