OCV: Disconnect STAs that do not use SA Query after CSA
Verify that all associated STAs that claim support for OCV initiate an SA Query after CSA. If no SA Query is seen within 15 seconds, deauthenticate the STA. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
parent
01ceb88c77
commit
8ee0bc622a
5 changed files with 54 additions and 2 deletions
|
@ -267,6 +267,8 @@ void ieee802_11_sa_query_action(struct hostapd_data *hapd,
|
|||
#endif /* CONFIG_OCV */
|
||||
|
||||
if (action_type == WLAN_SA_QUERY_REQUEST) {
|
||||
if (sta)
|
||||
sta->post_csa_sa_query = 0;
|
||||
ieee802_11_send_sa_query_resp(hapd, sa, trans_id);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue