Home
last modified time | relevance | path

Searched refs:esp_send_assoc_resp (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_hostap.h20 u16 esp_send_assoc_resp(struct hostapd_data *data, const u8 *addr,
Desp_wpa_main.c312 …if (esp_send_assoc_resp(hapd, sta_info->addr, WLAN_STATUS_SUCCESS, true, subtype) != WLAN_STATUS_S… in check_n_add_wps_sta()
337 …if (esp_send_assoc_resp(hapd, bssid, WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY, rsnxe ? false : true,… in hostap_sta_join()
366 …if (esp_send_assoc_resp(hapd, bssid, WLAN_STATUS_ASSOC_REJECTED_TEMPORARILY, rsnxe ? false : true,… in hostap_sta_join()
Desp_hostap.c292 u16 esp_send_assoc_resp(struct hostapd_data *hapd, const u8 *addr, in esp_send_assoc_resp() function
395 … if (esp_send_assoc_resp(hapd, bssid, status, omit_rsnxe, subtype) != WLAN_STATUS_SUCCESS) { in hostap_new_assoc_sta()