Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.h21 u16 status_code, bool omit_rsnxe, int subtype);
Desp_hostap.c293 u16 status_code, bool omit_rsnxe, int subtype) in esp_send_assoc_resp() argument
302 if (!omit_rsnxe) { in esp_send_assoc_resp()
359 bool omit_rsnxe = false; in hostap_new_assoc_sta() local
392 omit_rsnxe = true; in hostap_new_assoc_sta()
395 … if (esp_send_assoc_resp(hapd, bssid, status, omit_rsnxe, subtype) != WLAN_STATUS_SUCCESS) { in hostap_new_assoc_sta()