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/
H A Dwpa_i.h145 struct wpabuf *test_assoc_ie; member
H A 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h185 struct wpabuf *test_assoc_ie; member
H A Dwpa.c4074 wpabuf_free(sm->test_assoc_ie);
4710 if (sm->test_assoc_ie) {
4713 if (*wpa_ie_len < wpabuf_len(sm->test_assoc_ie))
4715 os_memcpy(wpa_ie, wpabuf_head(sm->test_assoc_ie),
4716 wpabuf_len(sm->test_assoc_ie));
4717 res = wpabuf_len(sm->test_assoc_ie);
5218 wpabuf_free(sm->test_assoc_ie);
5219 sm->test_assoc_ie = buf;

Completed in 24 milliseconds