Searched refs:assoc_wpa_ie_len (Results 1 – 2 of 2) sorted by relevance
588 kde_len = sm->assoc_wpa_ie_len; in wpa_supplicant_process_1_of_4()2887 sm->assoc_wpa_ie_len = *wpa_ie_len; in wpa_sm_set_assoc_wpa_ie_default()2891 sm->assoc_wpa_ie, sm->assoc_wpa_ie_len); in wpa_sm_set_assoc_wpa_ie_default()2919 sm->assoc_wpa_ie_len = 0; in wpa_sm_set_assoc_wpa_ie()2927 sm->assoc_wpa_ie_len = len; in wpa_sm_set_assoc_wpa_ie()3023 if (wpa_parse_wpa_ie(sm->assoc_wpa_ie, sm->assoc_wpa_ie_len, data)) in wpa_sm_parse_own_wpa_ie()3269 buf = wpabuf_alloc(1000 + sm->assoc_wpa_ie_len); in fils_build_auth()3286 sm->assoc_wpa_ie, sm->assoc_wpa_ie_len); in fils_build_auth()3287 wpabuf_put_data(buf, sm->assoc_wpa_ie, sm->assoc_wpa_ie_len); in fils_build_auth()
88 size_t assoc_wpa_ie_len; member