WNM: Add WNM-Sleep Mode implementation for AP
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
a884be9da1
commit
d32d94dbf4
7 changed files with 432 additions and 0 deletions
|
@ -87,6 +87,9 @@ 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