Drop unprotected Robust Action frames from MFP STAs
These frames are delivered through mac80211 monitor interface, so we need to filter them out in hostapd.
This commit is contained in:
parent
9e8cda5a46
commit
c4e281fd91
2 changed files with 24 additions and 3 deletions
|
@ -214,8 +214,10 @@
|
|||
#define WLAN_ACTION_QOS 1
|
||||
#define WLAN_ACTION_DLS 2
|
||||
#define WLAN_ACTION_BLOCK_ACK 3
|
||||
#define WLAN_ACTION_PUBLIC 4
|
||||
#define WLAN_ACTION_RADIO_MEASUREMENT 5
|
||||
#define WLAN_ACTION_FT 6
|
||||
#define WLAN_ACTION_HT 7
|
||||
#define WLAN_ACTION_SA_QUERY 8
|
||||
#define WLAN_ACTION_WMM 17 /* WMM Specification 1.1 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue