Searched refs:assoc_rsnxe (Results 1 – 2 of 2) sorted by relevance
743 if (sm->assoc_rsnxe && sm->assoc_rsnxe_len) { in wpa_supplicant_process_1_of_4()744 os_memcpy(kde + kde_len, sm->assoc_rsnxe, sm->assoc_rsnxe_len); in wpa_supplicant_process_1_of_4()2199 os_free(sm->assoc_rsnxe); in wpa_sm_deinit()2201 sm->assoc_rsnxe = NULL; in wpa_sm_deinit()2337 u8 assoc_rsnxe[20]; in wpa_set_bss() local2338 size_t assoc_rsnxe_len = sizeof(assoc_rsnxe); in wpa_set_bss()2450 res = wpa_gen_rsnxe(sm, assoc_rsnxe, assoc_rsnxe_len); in wpa_set_bss()2454 res = wpa_sm_set_assoc_rsnxe(sm, assoc_rsnxe, assoc_rsnxe_len); in wpa_set_bss()2457 esp_set_assoc_ie((uint8_t *)bssid, assoc_rsnxe, assoc_rsnxe_len, true); in wpa_set_bss()2775 os_free(sm->assoc_rsnxe); in wpa_sm_set_assoc_rsnxe()[all …]
64 u8 *assoc_rsnxe; /* Own RSNXE from (Re)AssocReq */ member