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.c766 if (sm->assoc_rsnxe && sm->assoc_rsnxe_len) { in wpa_supplicant_process_1_of_4()
767 os_memcpy(kde + kde_len, sm->assoc_rsnxe, sm->assoc_rsnxe_len); in wpa_supplicant_process_1_of_4()
2893 os_free(sm->assoc_rsnxe); in wpa_sm_deinit()
3520 if (sm->assoc_rsnxe) { in wpa_sm_set_assoc_rsnxe_default()
3523 sm->assoc_rsnxe, sm->assoc_rsnxe_len); in wpa_sm_set_assoc_rsnxe_default()
3529 sm->assoc_rsnxe = os_memdup(rsnxe, *rsnxe_len); in wpa_sm_set_assoc_rsnxe_default()
3530 if (!sm->assoc_rsnxe) in wpa_sm_set_assoc_rsnxe_default()
3556 os_free(sm->assoc_rsnxe); in wpa_sm_set_assoc_rsnxe()
3560 sm->assoc_rsnxe = NULL; in wpa_sm_set_assoc_rsnxe()
3564 sm->assoc_rsnxe = os_memdup(ie, len); in wpa_sm_set_assoc_rsnxe()
[all …]
Dwpa_i.h101 u8 *assoc_rsnxe; /* Own RSNXE from (Re)AssocReq */ member