Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_common.c869 #define ASSOC_IE_LEN 128 in esp_set_assoc_ie() macro
871 size_t len = ASSOC_IE_LEN; in esp_set_assoc_ie()
875 ie = os_malloc(ASSOC_IE_LEN + ies_len); in esp_set_assoc_ie()
906 esp_wifi_set_appie_internal(WIFI_APPIE_ASSOC_REQ, ie, ASSOC_IE_LEN - len, 0); in esp_set_assoc_ie()
908 #undef ASSOC_IE_LEN in esp_set_assoc_ie()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c59 #define ASSOC_IE_LEN 24 + 2 + PMKID_LEN + RSN_SELECTOR_LEN macro
61 u8 assoc_ie_buf[ASSOC_IE_LEN+2];
2528 sm->assoc_wpa_ie_len = ASSOC_IE_LEN; in set_assoc_ie()
2530 sm->assoc_wpa_ie_len = ASSOC_IE_LEN - 2; in set_assoc_ie()