Searched refs:assoc_p2p_ie (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 71 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
|
H A D | eapol_auth_sm.c | 779 const struct wpabuf *assoc_p2p_ie, void *sta_ctx, in eapol_auth_alloc() 835 eap_sess.assoc_p2p_ie = assoc_p2p_ie; in eapol_auth_alloc() 777 eapol_auth_alloc(struct eapol_authenticator *eapol, const u8 *addr, int flags, const struct wpabuf *assoc_wps_ie, const struct wpabuf *assoc_p2p_ie, void *sta_ctx, const char *identity, const char *radius_cui) eapol_auth_alloc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap.h | 131 const struct wpabuf *assoc_p2p_ie; member
|
H A D | eap_i.h | 201 struct wpabuf *assoc_p2p_ie; member
|
H A D | eap_server_wsc.c | 134 if (sm->assoc_p2p_ie) { in eap_wsc_init() 138 cfg.p2p_dev_addr = p2p_get_go_dev_addr(sm->assoc_p2p_ie); in eap_wsc_init()
|
H A D | eap_server.c | 1880 if (conf->assoc_p2p_ie) in eap_server_sm_init() 1881 sm->assoc_p2p_ie = wpabuf_dup(conf->assoc_p2p_ie); in eap_server_sm_init() 1932 wpabuf_free(sm->assoc_p2p_ie); in eap_server_sm_deinit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
H A D | eapol_auth_sm.h | 95 const struct wpabuf *assoc_p2p_ie, void *sta_ctx,
|
H A D | eapol_auth_sm.c | 774 const struct wpabuf *assoc_p2p_ie, void *sta_ctx, in eapol_auth_alloc() 845 eap_conf.assoc_p2p_ie = assoc_p2p_ie; in eapol_auth_alloc() 772 eapol_auth_alloc(struct eapol_authenticator *eapol, const u8 *addr, int flags, const struct wpabuf *assoc_wps_ie, const struct wpabuf *assoc_p2p_ie, void *sta_ctx, const char *identity, const char *radius_cui) eapol_auth_alloc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap.h | 265 const struct wpabuf *assoc_p2p_ie; member
|
H A D | eap_i.h | 183 struct wpabuf *assoc_p2p_ie; member
|
H A D | eap_server_wsc.c | 134 if (sm->assoc_p2p_ie) { in eap_wsc_init() 140 cfg.p2p_dev_addr = p2p_get_go_dev_addr(sm->assoc_p2p_ie); in eap_wsc_init()
|
H A D | eap_server.c | 1869 if (sess->assoc_p2p_ie) in eap_server_sm_init() 1870 sm->assoc_p2p_ie = wpabuf_dup(sess->assoc_p2p_ie); in eap_server_sm_init() 1909 wpabuf_free(sm->assoc_p2p_ie); in eap_server_sm_deinit()
|
Completed in 12 milliseconds