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
*
net80211: reduce code duplication in the ieee80211_ioctl_setwmeparam() + fix ...
adrian
2015-10-03
1
-35
/
+17
*
Replay r286410. Change KPI of how device drivers that provide wireless
glebius
2015-08-27
1
-55
/
+16
*
Revert the wifi ifnet changes until things are more baked and tested.
adrian
2015-08-08
1
-16
/
+55
*
Change KPI of how device drivers that provide wireless connectivity interact
glebius
2015-08-07
1
-55
/
+16
*
Convert malloc/free back to #define's, as part of OS portability work.
adrian
2015-05-25
1
-18
/
+23
*
Use logical rather than bitwise OR in if() expression.
ian
2014-04-26
1
-1
/
+1
*
Modify the ioctl path to support querying things if the vap state is
adrian
2014-04-24
1
-7
/
+7
*
Remove IPX support.
glebius
2014-03-14
1
-24
/
+0
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Don't panic the kernel if we run wpa_supplicant on a hostap VAP.
rpaulo
2013-06-29
1
-1
/
+3
*
Don't hold the node lock over the iterator.
adrian
2013-06-07
1
-4
/
+24
*
Add the ability to kick an existing mesh node without waiting for it
adrian
2012-01-11
1
-0
/
+11
*
Fix some net80211 enum nits:
bschmidt
2011-12-17
1
-2
/
+2
*
Add 802.11h quiet time element support into net80211.
adrian
2011-11-08
1
-0
/
+33
*
Change i_len in ieee80211req to be unsigned and fix other signed/unsigned
kevlo
2011-06-16
1
-5
/
+5
*
Instead of always returning 0 to a scan request, indicate if there is
bschmidt
2011-01-30
1
-4
/
+5
*
Fix resource leaks in ieee80211_ioctl_setchanlist() in case of error.
rpaulo
2010-06-01
1
-2
/
+6
*
Properly initialize stack variable sr in setmlme_assoc_adhoc().
rpaulo
2010-06-01
1
-0
/
+1
*
Add WPA-None support:
bschmidt
2010-04-10
1
-60
/
+106
*
While flushing the multicast filter of an interface, do not zero the relevant
syrinx
2010-01-24
1
-2
/
+5
*
Implementation of the upcoming Wireless Mesh standard, 802.11s, on the
rpaulo
2009-07-11
1
-4
/
+15
*
use negotiated short gi to calculate the tx rate; using the htcaps
sam
2009-06-11
1
-2
/
+2
*
iv_flags_ext is full, make room by moving HT-related flags to a new
sam
2009-06-07
1
-35
/
+35
*
o station mode channel switch support
sam
2009-06-04
1
-2
/
+6
*
fix typo
sam
2009-06-02
1
-1
/
+1
*
Remove hack used to deal with ifnet teardown now that if_detach and the
sam
2009-06-02
1
-18
/
+3
*
Create a taskqueue for each wireless interface which provides a serialised
thompsa
2009-05-02
1
-3
/
+1
*
add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-address
sam
2009-04-26
1
-1
/
+6
*
correct bssid reporting for wds vaps
sam
2009-04-26
1
-4
/
+7
*
o add ic_rt to track the rate table for the current channel; this enables
sam
2009-03-29
1
-0
/
+2
*
split Atheros SuperG support out into it's own file that's included only
sam
2009-03-24
1
-39
/
+0
*
add linker sets for get/set ioctl handlers so optional net80211
sam
2009-03-24
1
-21
/
+50
*
Add modes for 1/2 and 1/4-width channels so we have separate roaming
sam
2009-02-19
1
-0
/
+2
*
o looseen abi dependencies on IEEE80211_MODE_MAX by accepting smaller
sam
2009-02-19
1
-49
/
+31
*
use c99 initializers
sam
2009-02-19
1
-11
/
+11
*
instead of special casing lookups for the 11na/g legacy rate set, just
sam
2009-02-19
1
-2
/
+1
*
Add a ieee80211_waitfor_parent() function that will wait for all deferred
thompsa
2009-02-12
1
-1
/
+1
*
add an assert to verify the number of channels returned by ic_getradiocaps
sam
2009-01-28
1
-0
/
+2
*
Remove assumptions about the max # channels in ioctl's:
sam
2009-01-27
1
-24
/
+52
*
change ic_getradiocaps driver callback to include the max # channels
sam
2009-01-27
1
-1
/
+1
*
If the parent up/down task was queued then sync with it before returning from
thompsa
2009-01-25
1
-0
/
+3
*
add missing return that broke WPA1+2 support
sam
2009-01-11
1
-0
/
+1
*
TDMA support for long distance point-to-point links using ath devices:
sam
2009-01-08
1
-1
/
+20
*
convert MALLOC/FREE to malloc/free
sam
2008-12-18
1
-12
/
+12
*
Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 but
sam
2008-12-15
1
-16
/
+8
*
change ieee80211_sta_join to take an explicit channel instead of
sam
2008-10-25
1
-1
/
+1
*
Revert the removal of the MALLOC and FREE macros from the net80211 code.
des
2008-10-23
1
-12
/
+15
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-15
/
+12
*
RIFS support; needs driver callback for dynamic state change
sam
2008-09-22
1
-0
/
+20
*
MIMO power save support; still needs callbacks for notifying drivers
sam
2008-09-21
1
-0
/
+25
[next]