Searched refs:assoc_rsnxe_len (Results 1 – 2 of 2) sorted by relevance
751 sm->assoc_rsnxe_len + in wpa_supplicant_process_1_of_4()785 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()787 kde_len += sm->assoc_rsnxe_len; in wpa_supplicant_process_1_of_4()3587 sm->assoc_rsnxe, sm->assoc_rsnxe_len); in wpa_sm_set_assoc_rsnxe_default()3597 sm->assoc_rsnxe_len = *rsnxe_len; in wpa_sm_set_assoc_rsnxe_default()3625 sm->assoc_rsnxe_len = 0; in wpa_sm_set_assoc_rsnxe()3632 sm->assoc_rsnxe_len = len; in wpa_sm_set_assoc_rsnxe()
118 size_t assoc_rsnxe_len; member