Searched refs:dpp_authentication (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/ |
D | dpp.h | 232 struct dpp_authentication { struct 447 struct dpp_authentication * dpp_auth_init(void *msg_ctx, 454 struct dpp_authentication * 461 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, 463 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth, 465 struct wpabuf * dpp_build_conf_req_helper(struct dpp_authentication *auth, 469 int dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, 471 int dpp_notify_new_qr_code(struct dpp_authentication *auth, 482 struct dpp_authentication *auth, 484 void dpp_auth_deinit(struct dpp_authentication *auth); [all …]
|
D | dpp.c | 240 static void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail() 889 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke, in dpp_derive_ke() 982 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth, in dpp_auth_build_req() 1137 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth, in dpp_auth_build_resp() 1366 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect() 1390 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list() 1434 static int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list() 1474 static int dpp_autogen_bootstrap_key(struct dpp_authentication *auth) in dpp_autogen_bootstrap_key() 1513 struct dpp_authentication * dpp_auth_init(void *msg_ctx, in dpp_auth_init() 1521 struct dpp_authentication *auth; in dpp_auth_init() [all …]
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_dpp_i.h | 48 struct dpp_authentication *dpp_auth;
|
D | esp_dpp.c | 157 static void gas_query_req_tx(struct dpp_authentication *auth) in gas_query_req_tx() 177 static int esp_dpp_handle_config_obj(struct dpp_authentication *auth, in esp_dpp_handle_config_obj() 213 struct dpp_authentication *auth = s_dpp_ctx.dpp_auth; in esp_dpp_rx_auth_conf() 278 struct dpp_authentication *auth = s_dpp_ctx.dpp_auth; in gas_query_resp_rx()
|
/hal_espressif-3.7.0/components/wpa_supplicant/test/ |
D | test_dpp.c | 39 struct dpp_authentication *auth_instance = NULL;
|