Searched refs:dpp_authentication (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/wpa/src/common/
H A Ddpp.h177 struct dpp_authentication { struct
398 struct dpp_authentication * dpp_auth_init(void *msg_ctx,
405 struct dpp_authentication *
412 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr,
414 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth,
416 int dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr,
418 int dpp_notify_new_qr_code(struct dpp_authentication *auth,
429 struct dpp_authentication *auth,
431 void dpp_auth_deinit(struct dpp_authentication *auth);
433 dpp_conf_req_rx(struct dpp_authentication *aut
[all...]
H A Ddpp.c81 struct dpp_authentication *auth;
130 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
698 static void dpp_auth_fail(struct dpp_authentication *auth, const char *txt)
1576 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke,
1669 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth,
1841 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth,
2077 static int dpp_channel_intersect(struct dpp_authentication *auth,
2101 static int dpp_channel_local_list(struct dpp_authentication *auth,
2141 static int dpp_prepare_channel_list(struct dpp_authentication *auth,
2181 static int dpp_autogen_bootstrap_key(struct dpp_authentication *aut
[all...]
/freebsd-13-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c41 struct dpp_authentication *auth = hapd->dpp_auth;
69 struct dpp_authentication *auth = hapd->dpp_auth;
88 struct dpp_authentication *auth = hapd->dpp_auth;
125 struct dpp_authentication *auth = hapd->dpp_auth;
212 struct dpp_authentication *auth = hapd->dpp_auth;
282 struct dpp_authentication *auth)
312 struct dpp_authentication *auth = hapd->dpp_auth;
610 struct dpp_authentication *auth)
687 struct dpp_authentication *auth = hapd->dpp_auth;
766 struct dpp_authentication *aut
[all...]
H A Dhostapd.h364 struct dpp_authentication *dpp_auth;
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddpp_supplicant.c65 struct dpp_authentication *auth = wpa_s->dpp_auth;
94 struct dpp_authentication *auth = wpa_s->dpp_auth;
115 struct dpp_authentication *auth = wpa_s->dpp_auth;
167 struct dpp_authentication *auth = wpa_s->dpp_auth;
252 struct dpp_authentication *auth = wpa_s->dpp_auth;
316 struct dpp_authentication *auth)
347 struct dpp_authentication *auth = wpa_s->dpp_auth;
437 struct dpp_authentication *auth;
812 struct dpp_authentication *auth)
911 struct dpp_authentication *aut
[all...]
H A Dwpa_supplicant_i.h1214 struct dpp_authentication *dpp_auth;

Completed in 241 milliseconds