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.c3021 wpabuf_free(sm->test_assoc_ie); in wpa_sm_deinit()
3561 if (sm->test_assoc_ie) { in wpa_sm_set_assoc_wpa_ie_default()
3564 if (*wpa_ie_len < wpabuf_len(sm->test_assoc_ie)) in wpa_sm_set_assoc_wpa_ie_default()
3566 os_memcpy(wpa_ie, wpabuf_head(sm->test_assoc_ie), in wpa_sm_set_assoc_wpa_ie_default()
3567 wpabuf_len(sm->test_assoc_ie)); in wpa_sm_set_assoc_wpa_ie_default()
3568 res = wpabuf_len(sm->test_assoc_ie); in wpa_sm_set_assoc_wpa_ie_default()
4069 wpabuf_free(sm->test_assoc_ie); in wpa_sm_set_test_assoc_ie()
4070 sm->test_assoc_ie = buf; in wpa_sm_set_test_assoc_ie()
Dwpa_i.h185 struct wpabuf *test_assoc_ie; member