WNM: Use CONFIG_WNM more consistently
Replace CONFIG_IEEE80211V with CONFIG_WNM to get more consistent build options for WNM-Sleep Mode operations. Previously it was possible to define CONFIG_IEEE80211V without CONFIG_WNM which would break the build. In addition, IEEE 802.11v has been merged into IEEE Std 802.11-2012 and WNM is a better term to use for this new functionality anyway. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
74b4a3606d
commit
ad3872a372
12 changed files with 29 additions and 53 deletions
|
@ -87,9 +87,7 @@ struct wpa_state_machine {
|
|||
unsigned int ft_completed:1;
|
||||
unsigned int pmk_r1_name_valid:1;
|
||||
#endif /* CONFIG_IEEE80211R */
|
||||
#ifdef CONFIG_IEEE80211V
|
||||
unsigned int is_wnmsleep:1;
|
||||
#endif /* CONFIG_IEEE80211V */
|
||||
|
||||
u8 req_replay_counter[WPA_REPLAY_COUNTER_LEN];
|
||||
int req_replay_counter_used;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue