Searched refs:assoc_wps_ie (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/eap_server/
H A Deap.h124 const struct wpabuf *assoc_wps_ie; member in struct:eap_config
H A Deap_i.h195 struct wpabuf *assoc_wps_ie; member in struct:eap_sm
H A Deap_server_wsc.c131 cfg.assoc_wps_ie = sm->assoc_wps_ie;
H A Deap_server.c1856 if (conf->assoc_wps_ie)
1857 sm->assoc_wps_ie = wpabuf_dup(conf->assoc_wps_ie);
1907 wpabuf_free(sm->assoc_wps_ie);
/freebsd-11.0-release/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h90 int flags, const struct wpabuf *assoc_wps_ie,
H A Deapol_auth_sm.c773 int flags, const struct wpabuf *assoc_wps_ie,
841 eap_conf.assoc_wps_ie = assoc_wps_ie;
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) argument
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dwps.c103 if (cfg->assoc_wps_ie) {
106 cfg->assoc_wps_ie);
107 if (wps_parse_msg(cfg->assoc_wps_ie, &attr) < 0) {
H A Dwps.h135 * assoc_wps_ie: (Re)AssocReq WPS IE (in AP; %NULL if not AP)
137 const struct wpabuf *assoc_wps_ie; member in struct:wps_config

Completed in 258 milliseconds