Home
last modified time | relevance | path

Searched refs:test_assoc_ie (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c2688 wpabuf_free(sm->test_assoc_ie); in wpa_sm_deinit()
3163 if (sm->test_assoc_ie) { in wpa_sm_set_assoc_wpa_ie_default()
3166 if (*wpa_ie_len < wpabuf_len(sm->test_assoc_ie)) in wpa_sm_set_assoc_wpa_ie_default()
3168 os_memcpy(wpa_ie, wpabuf_head(sm->test_assoc_ie), in wpa_sm_set_assoc_wpa_ie_default()
3169 wpabuf_len(sm->test_assoc_ie)); in wpa_sm_set_assoc_wpa_ie_default()
3170 res = wpabuf_len(sm->test_assoc_ie); in wpa_sm_set_assoc_wpa_ie_default()
3520 wpabuf_free(sm->test_assoc_ie); in wpa_sm_set_test_assoc_ie()
3521 sm->test_assoc_ie = buf; in wpa_sm_set_test_assoc_ie()
Dwpa_i.h145 struct wpabuf *test_assoc_ie; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c2973 wpabuf_free(sm->test_assoc_ie); in wpa_sm_deinit()
3513 if (sm->test_assoc_ie) { in wpa_sm_set_assoc_wpa_ie_default()
3516 if (*wpa_ie_len < wpabuf_len(sm->test_assoc_ie)) in wpa_sm_set_assoc_wpa_ie_default()
3518 os_memcpy(wpa_ie, wpabuf_head(sm->test_assoc_ie), in wpa_sm_set_assoc_wpa_ie_default()
3519 wpabuf_len(sm->test_assoc_ie)); in wpa_sm_set_assoc_wpa_ie_default()
3520 res = wpabuf_len(sm->test_assoc_ie); in wpa_sm_set_assoc_wpa_ie_default()
4012 wpabuf_free(sm->test_assoc_ie); in wpa_sm_set_test_assoc_ie()
4013 sm->test_assoc_ie = buf; in wpa_sm_set_test_assoc_ie()
Dwpa_i.h182 struct wpabuf *test_assoc_ie; member