Home
last modified time | relevance | path

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

/hostap-3.6.0/src/rsn_supp/
Dwpa.c754 sm->assoc_rsnxe_len + in wpa_supplicant_process_1_of_4()
788 if (sm->assoc_rsnxe && sm->assoc_rsnxe_len) { in wpa_supplicant_process_1_of_4()
789 os_memcpy(kde + kde_len, sm->assoc_rsnxe, sm->assoc_rsnxe_len); in wpa_supplicant_process_1_of_4()
790 kde_len += sm->assoc_rsnxe_len; in wpa_supplicant_process_1_of_4()
3612 sm->assoc_rsnxe, sm->assoc_rsnxe_len); in wpa_sm_set_assoc_rsnxe_default()
3622 sm->assoc_rsnxe_len = *rsnxe_len; in wpa_sm_set_assoc_rsnxe_default()
3650 sm->assoc_rsnxe_len = 0; in wpa_sm_set_assoc_rsnxe()
3657 sm->assoc_rsnxe_len = len; in wpa_sm_set_assoc_rsnxe()
Dwpa_i.h118 size_t assoc_rsnxe_len; member