WNM: Add WNM-Sleep Mode implementation for AP

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
Xi Chen 2012-02-26 17:25:55 +02:00 committed by Jouni Malinen
parent a884be9da1
commit d32d94dbf4
7 changed files with 432 additions and 0 deletions

View file

@ -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;