Searched refs:esp_send_assoc_resp (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_hostap.h | 20 u16 esp_send_assoc_resp(struct hostapd_data *data, const u8 *addr,
|
D | esp_wpa_main.c | 312 …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()
|
D | esp_hostap.c | 292 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()
|