Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c785 if (sm->assoc_rsnxe && sm->assoc_rsnxe_len) { in wpa_supplicant_process_1_of_4()
786 os_memcpy(kde + kde_len, sm->assoc_rsnxe, sm->assoc_rsnxe_len); in wpa_supplicant_process_1_of_4()
2940 os_free(sm->assoc_rsnxe); in wpa_sm_deinit()
3584 if (sm->assoc_rsnxe) { in wpa_sm_set_assoc_rsnxe_default()
3587 sm->assoc_rsnxe, sm->assoc_rsnxe_len); in wpa_sm_set_assoc_rsnxe_default()
3593 sm->assoc_rsnxe = os_memdup(rsnxe, *rsnxe_len); in wpa_sm_set_assoc_rsnxe_default()
3594 if (!sm->assoc_rsnxe) in wpa_sm_set_assoc_rsnxe_default()
3620 os_free(sm->assoc_rsnxe); in wpa_sm_set_assoc_rsnxe()
3624 sm->assoc_rsnxe = NULL; in wpa_sm_set_assoc_rsnxe()
3628 sm->assoc_rsnxe = os_memdup(ie, len); in wpa_sm_set_assoc_rsnxe()
[all …]
Dwpa_i.h117 u8 *assoc_rsnxe; /* Own RSNXE from (Re)AssocReq */ member