Lines Matching refs:dpp_authentication

29 	struct dpp_authentication *auth;
32 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
34 bool (*tcp_msg_sent)(void *ctx, struct dpp_authentication *auth);
86 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
87 bool (*tcp_msg_sent)(void *ctx, struct dpp_authentication *auth);
228 struct dpp_authentication *auth = conn->auth; in dpp_controller_gas_done()
345 struct dpp_authentication *auth = conn->auth; in dpp_controller_start_gas_client()
368 struct dpp_authentication *auth = conn->auth; in dpp_controller_auth_success()
807 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_resp()
837 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_conf()
877 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_conf_result()
920 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_conn_status_result()
955 struct dpp_authentication *auth; in dpp_controller_rx_presence_announcement()
1004 struct dpp_authentication *auth; in dpp_controller_rx_reconfig_announcement()
1062 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_reconfig_auth_resp()
1391 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_gas_req()
1496 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_gas_comeback_req()
1536 struct dpp_authentication *auth = conn->auth; in dpp_tcp_build_csr()
1558 struct dpp_authentication *auth = conn->auth; in dpp_tcp_build_new_key()
1571 struct dpp_authentication *auth = conn->auth; in dpp_tcp_rx_gas_resp()
1629 struct dpp_authentication *auth = conn->auth; in dpp_tcp_gas_query_comeback()
1993 struct dpp_authentication *auth) in dpp_tcp_auth_start()
2009 int dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, in dpp_tcp_init()
2016 struct dpp_authentication *auth), in dpp_tcp_init()
2018 struct dpp_authentication *auth)) in dpp_tcp_init()
2095 struct dpp_authentication *auth, const char *name, in dpp_tcp_auth()
2100 struct dpp_authentication *auth), in dpp_tcp_auth()
2102 struct dpp_authentication *auth)) in dpp_tcp_auth()
2241 static bool dpp_tcp_peer_id_match(struct dpp_authentication *auth, in dpp_tcp_peer_id_match()
2250 static struct dpp_authentication * dpp_tcp_get_auth(struct dpp_global *dpp, in dpp_tcp_get_auth()
2264 struct dpp_authentication * dpp_controller_get_auth(struct dpp_global *dpp, in dpp_controller_get_auth()
2292 struct dpp_authentication *auth = conn->auth; in dpp_controller_new_qr_code()
2610 struct dpp_authentication *auth = conn->auth; in dpp_tcp_send_conn_status_msg()