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
/
sbin
/
ifconfig
/
ifieee80211.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update for latest 802.11s changes in meshconf format.
rpaulo
2009-10-12
1
-15
/
+21
*
Mesh fixes, namely:
rpaulo
2009-07-27
1
-11
/
+14
*
More mesh bits, namely:
rpaulo
2009-07-20
1
-4
/
+6
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-48
/
+379
*
Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32
sam
2009-06-13
1
-21
/
+31
*
track rename of CSA ie
sam
2009-06-04
1
-1
/
+1
*
add superg+tdma include files for protocol defs needed to do ie parsing
sam
2009-03-26
1
-7
/
+3
*
Replace clone_setcallback() with a new function clone_setdefcallback()
rpaulo
2009-02-27
1
-8
/
+3
*
Fixup handling of roaming and xmit parameters to support 1/2 and 1/4-width
sam
2009-02-19
1
-110
/
+125
*
Regulatory fixups:
sam
2009-02-07
1
-66
/
+130
*
Use %u instead of %zu when we intend to print integer constant.
delphij
2009-02-03
1
-3
/
+3
*
include the channel list in list caps when -v is set; ieee channel
sam
2009-01-28
1
-2
/
+9
*
pritize the channel we display with list chans so that, among other
sam
2009-01-28
1
-1
/
+28
*
simplify display of 1/2 and 1/4 width channels
sam
2009-01-28
1
-16
/
+9
*
improve debug msgs for regdomain operations; print channel flags
sam
2009-01-28
1
-12
/
+25
*
Fix 1/2 and 1/4 width channel handling:
sam
2009-01-28
1
-30
/
+38
*
Remove assumptions about the max # channels in ioctl's:
sam
2009-01-27
1
-85
/
+132
*
remove %b msg bit defines now public
sam
2009-01-27
1
-7
/
+0
*
Fix 1/2 and 1/4 width channel handling for non-GSM operation:
sam
2009-01-16
1
-3
/
+17
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-3
/
+68
*
move channel parsing to a getchannel routine so it can be reused to check
sam
2008-12-15
1
-30
/
+29
*
fix handling of sku codes like country codes
sam
2008-12-15
1
-2
/
+6
*
fix handling of unknown country codes; atoi doesn't return -1
sam
2008-12-15
1
-2
/
+6
*
0 is a potential ISO CC; use new NO_COUNTRY #define to identify
sam
2008-12-15
1
-2
/
+2
*
o distinguish between adhoc and ahdemo modes
sam
2008-12-15
1
-4
/
+16
*
MIMO power save and RIFS; while here also update per-node state/flags for ampdu
sam
2008-09-22
1
-0
/
+47
*
"ampdudensity -" is too subtle; use "NA" for any and accept it as a parameter
sam
2008-09-22
1
-2
/
+2
*
Fix channel parsing which was broken in r179958, the channel number may be
thompsa
2008-08-14
1
-2
/
+4
*
recognize WPS ie's
sam
2008-08-09
1
-0
/
+81
*
change list wme to only print the channel parameters; to
sam
2008-08-02
1
-37
/
+52
*
don't silently exit if the regdomain.xml file is missing
sam
2008-08-02
1
-1
/
+1
*
add missing capability bits
sam
2008-08-01
1
-2
/
+2
*
Ensure the channel is a number and not a range, the 'channel' command can be
thompsa
2008-06-23
1
-1
/
+4
*
Multi-bss (aka vap) support for 802.11 devices.
sam
2008-04-20
1
-126
/
+1207
*
correct tx rate displayed by list sta: the reported legacy tx rate
sam
2008-02-03
1
-4
/
+7
*
fix list mac; broken in delta 1.48
sam
2008-02-03
1
-3
/
+7
*
sync with vap code base; updates for 11n support and some
sam
2007-11-02
1
-495
/
+1125
*
Reset the pointer to the ioctl buffer after it gets changed.
thompsa
2007-06-12
1
-0
/
+2
*
Update for revised 802.11 support:
sam
2007-06-11
1
-163
/
+902
*
don't display ssid cloaking status as "ssid HIDE", use the cmd line
sam
2007-03-30
1
-2
/
+2
*
remove (now) duplicate definition of IEEE80211_IS_CHAN_PASSIVE
sam
2007-02-17
1
-3
/
+0
*
Add initial support for 900MHz channels; still has some rough
sam
2007-01-15
1
-7
/
+35
*
Add half/quarter rate 11a channel support:
sam
2006-12-27
1
-15
/
+25
*
fix handling of ssid "-" etc; we're writing 1 byte past the
sam
2006-12-09
1
-2
/
+3
*
fixup list station support:
sam
2006-08-10
1
-4
/
+23
*
add beacon miss threshold control
sam
2006-07-26
1
-0
/
+15
*
remove display of the ERP ie from the list sta output (it's always
sam
2006-06-23
1
-4
/
+31
*
cleanup line break formatting
sam
2006-02-23
1
-95
/
+95
*
fix off by one malloc sizes
sam
2006-02-14
1
-3
/
+3
*
really truncate long ssid's when !verbose
sam
2006-02-08
1
-1
/
+1
[next]