WNM: Accept GTK update version of WNM-Sleep Response status
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
e0c54a159b
commit
62f6fbb480
1 changed files with 2 additions and 1 deletions
|
@ -174,7 +174,8 @@ static void ieee802_11_rx_wnmsleep_resp(struct wpa_supplicant *wpa_s,
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wnmsleep_ie->status == WNM_STATUS_SLEEP_ACCEPT) {
|
if (wnmsleep_ie->status == WNM_STATUS_SLEEP_ACCEPT ||
|
||||||
|
wnmsleep_ie->status == WNM_STATUS_SLEEP_EXIT_ACCEPT_GTK_UPDATE) {
|
||||||
wpa_printf(MSG_DEBUG, "Successfully recv WNM-Sleep Response "
|
wpa_printf(MSG_DEBUG, "Successfully recv WNM-Sleep Response "
|
||||||
"frame (action=%d, intval=%d)",
|
"frame (action=%d, intval=%d)",
|
||||||
wnmsleep_ie->action_type, wnmsleep_ie->intval);
|
wnmsleep_ie->action_type, wnmsleep_ie->intval);
|
||||||
|
|
Loading…
Reference in a new issue