wpa_supplicant configuration for Beacon protection
Add a new wpa_supplicant network profile configuration parameter beacon_prot=<0/1> to allow Beacon protection to be enabled. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
16889aff40
commit
ecbf59e693
7 changed files with 15 additions and 0 deletions
|
@ -1047,6 +1047,14 @@ struct wpa_ssid {
|
|||
* FT initial mobility domain association.
|
||||
*/
|
||||
int ft_eap_pmksa_caching;
|
||||
|
||||
/**
|
||||
* beacon_prot - Whether Beacon protection is enabled
|
||||
*
|
||||
* This depends on management frame protection (ieee80211w) being
|
||||
* enabled.
|
||||
*/
|
||||
int beacon_prot;
|
||||
};
|
||||
|
||||
#endif /* CONFIG_SSID_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue