Home
last modified time | relevance | path

Searched refs:check_sa_query (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/src/ap/
Ddrv_callbacks.c1333 bool check_sa_query = false; in hostapd_event_ch_switch() local
1339 check_sa_query = true; in hostapd_event_ch_switch()
1343 if (check_sa_query) { in hostapd_event_ch_switch()
Dieee802_11.c3896 static bool check_sa_query(struct hostapd_data *hapd, struct sta_info *sta, in check_sa_query() function
5546 if (hapd->conf->wpa && check_sa_query(hapd, sta, reassoc)) { in handle_assoc()