Searched refs:assoc_wps_ie (Results 1 – 7 of 7) sorted by relevance
70 int flags, const struct wpabuf *assoc_wps_ie,
771 int flags, const struct wpabuf *assoc_wps_ie, in eapol_auth_alloc() argument827 eap_sess.assoc_wps_ie = assoc_wps_ie; in eapol_auth_alloc()
182 struct wpabuf *assoc_wps_ie; member
266 const struct wpabuf *assoc_wps_ie; member
1878 if (sess->assoc_wps_ie) in eap_server_sm_init()1879 sm->assoc_wps_ie = wpabuf_dup(sess->assoc_wps_ie); in eap_server_sm_init()1922 wpabuf_free(sm->assoc_wps_ie); in eap_server_sm_deinit()
105 if (cfg->assoc_wps_ie) { in wps_init()108 cfg->assoc_wps_ie); in wps_init()109 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) { in wps_init()
139 const struct wpabuf *assoc_wps_ie; member