Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c472 if (!(wpa_s->rrm_ie[0] & WLAN_RRM_CAPS_NEIGHBOR_REPORT)) { in esp_rrm_is_rrm_supported_connection()
492 if (!(wpa_s->rrm_ie[0] & WLAN_RRM_CAPS_NEIGHBOR_REPORT)) { in esp_rrm_send_neighbor_rep_request()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dieee802_11_defs.h338 #define WLAN_RRM_CAPS_NEIGHBOR_REPORT BIT(1) macro
Drrm.c145 if (!(wpa_s->rrm_ie[0] & WLAN_RRM_CAPS_NEIGHBOR_REPORT)) { in wpas_rrm_send_neighbor_rep_request()