Lines Matching refs:dpp_connection

23 struct dpp_connection {  struct
92 static void dpp_controller_auth_success(struct dpp_connection *conn,
102 static void dpp_connection_free(struct dpp_connection *conn) in dpp_connection_free()
131 static void dpp_connection_remove(struct dpp_connection *conn) in dpp_connection_remove()
226 static void dpp_controller_gas_done(struct dpp_connection *conn) in dpp_controller_gas_done()
257 static int dpp_tcp_send(struct dpp_connection *conn) in dpp_tcp_send()
317 static int dpp_tcp_send_msg(struct dpp_connection *conn, in dpp_tcp_send_msg()
343 static void dpp_controller_start_gas_client(struct dpp_connection *conn) in dpp_controller_start_gas_client()
365 static void dpp_controller_auth_success(struct dpp_connection *conn, in dpp_controller_auth_success()
394 struct dpp_connection *conn = eloop_ctx; in dpp_conn_tx_ready()
440 struct dpp_connection *conn = eloop_ctx; in dpp_relay_conn_timeout()
448 static struct dpp_connection *
452 struct dpp_connection *conn; in dpp_relay_new_conn()
535 static int dpp_relay_tx(struct dpp_connection *conn, const u8 *hdr, in dpp_relay_tx()
559 static struct dpp_connection *
563 struct dpp_connection *conn; in dpp_relay_match_ctrl()
565 dl_list_for_each(conn, &ctrl->conn, struct dpp_connection, list) { in dpp_relay_match_ctrl()
590 struct dpp_connection *conn; in dpp_relay_rx_action()
658 static struct dpp_connection *
661 struct dpp_connection *conn; in dpp_relay_find_conn()
663 dl_list_for_each(conn, &ctrl->conn, struct dpp_connection, list) { in dpp_relay_find_conn()
676 struct dpp_connection *conn = NULL; in dpp_relay_rx_gas_req()
719 struct dpp_connection *conn, *tmp; in dpp_controller_free()
724 dl_list_for_each_safe(conn, tmp, &ctrl->conn, struct dpp_connection, in dpp_controller_free()
739 static int dpp_controller_rx_auth_req(struct dpp_connection *conn, in dpp_controller_rx_auth_req()
804 static int dpp_controller_rx_auth_resp(struct dpp_connection *conn, in dpp_controller_rx_auth_resp()
834 static int dpp_controller_rx_auth_conf(struct dpp_connection *conn, in dpp_controller_rx_auth_conf()
860 struct dpp_connection *conn = eloop_ctx; in dpp_controller_conn_status_result_wait_timeout()
873 static int dpp_controller_rx_conf_result(struct dpp_connection *conn, in dpp_controller_rx_conf_result()
916 static int dpp_controller_rx_conn_status_result(struct dpp_connection *conn, in dpp_controller_rx_conn_status_result()
948 static int dpp_controller_rx_presence_announcement(struct dpp_connection *conn, in dpp_controller_rx_presence_announcement()
996 static int dpp_controller_rx_reconfig_announcement(struct dpp_connection *conn, in dpp_controller_rx_reconfig_announcement()
1058 static int dpp_controller_rx_reconfig_auth_resp(struct dpp_connection *conn, in dpp_controller_rx_reconfig_auth_resp()
1084 static int dpp_controller_rx_pkex_exchange_req(struct dpp_connection *conn, in dpp_controller_rx_pkex_exchange_req()
1126 static int dpp_controller_rx_pkex_exchange_resp(struct dpp_connection *conn, in dpp_controller_rx_pkex_exchange_resp()
1154 static int dpp_controller_rx_pkex_commit_reveal_req(struct dpp_connection *conn, in dpp_controller_rx_pkex_commit_reveal_req()
1190 dpp_controller_rx_pkex_commit_reveal_resp(struct dpp_connection *conn, in dpp_controller_rx_pkex_commit_reveal_resp()
1222 static int dpp_controller_rx_action(struct dpp_connection *conn, const u8 *msg, in dpp_controller_rx_action()
1306 static int dpp_tcp_send_comeback_delay(struct dpp_connection *conn, u8 action) in dpp_tcp_send_comeback_delay()
1340 static int dpp_tcp_send_gas_resp(struct dpp_connection *conn, u8 action, in dpp_tcp_send_gas_resp()
1384 static int dpp_controller_rx_gas_req(struct dpp_connection *conn, const u8 *msg, in dpp_controller_rx_gas_req()
1492 static int dpp_controller_rx_gas_comeback_req(struct dpp_connection *conn, in dpp_controller_rx_gas_comeback_req()
1535 struct dpp_connection *conn = eloop_ctx; in dpp_tcp_build_csr()
1557 struct dpp_connection *conn = eloop_ctx; in dpp_tcp_build_new_key()
1569 static int dpp_tcp_rx_gas_resp(struct dpp_connection *conn, struct wpabuf *resp) in dpp_tcp_rx_gas_resp()
1628 struct dpp_connection *conn = eloop_ctx; in dpp_tcp_gas_query_comeback()
1651 static int dpp_rx_gas_resp(struct dpp_connection *conn, const u8 *msg, in dpp_rx_gas_resp()
1741 struct dpp_connection *conn = eloop_ctx; in dpp_controller_rx()
1865 struct dpp_connection *conn; in dpp_controller_tcp_cb()
1920 struct dpp_connection *conn; in dpp_tcp_pkex_init()
1992 static int dpp_tcp_auth_start(struct dpp_connection *conn, in dpp_tcp_auth_start()
2020 struct dpp_connection *conn; in dpp_tcp_init()
2104 struct dpp_connection *conn = _conn; in dpp_tcp_auth()
2253 struct dpp_connection *conn; in dpp_tcp_get_auth()
2255 dl_list_for_each(conn, &dpp->tcp_init, struct dpp_connection, list) { in dpp_tcp_get_auth()
2268 struct dpp_connection *conn; in dpp_controller_get_auth()
2273 dl_list_for_each(conn, &ctrl->conn, struct dpp_connection, list) { in dpp_controller_get_auth()
2286 struct dpp_connection *conn; in dpp_controller_new_qr_code()
2291 dl_list_for_each(conn, &ctrl->conn, struct dpp_connection, list) { in dpp_controller_new_qr_code()
2324 struct dpp_connection *conn; in dpp_controller_is_own_pkex_req()
2328 dl_list_for_each(conn, &dpp->tcp_init, struct dpp_connection, list) { in dpp_controller_is_own_pkex_req()
2352 struct dpp_connection *conn, *tmp; in dpp_tcp_init_flush()
2354 dl_list_for_each_safe(conn, tmp, &dpp->tcp_init, struct dpp_connection, in dpp_tcp_init_flush()
2362 struct dpp_connection *conn, *tmp; in dpp_relay_controller_free()
2368 dl_list_for_each_safe(conn, tmp, &ctrl->conn, struct dpp_connection, in dpp_relay_controller_free()
2427 struct dpp_connection *conn = NULL; in dpp_relay_tcp_cb()
2590 struct dpp_connection *conn; in dpp_tcp_conn_status_requested()
2595 dl_list_for_each(conn, &dpp->tcp_init, struct dpp_connection, list) { in dpp_tcp_conn_status_requested()
2605 struct dpp_connection *conn, in dpp_tcp_send_conn_status_msg()
2613 struct dpp_connection *c; in dpp_tcp_send_conn_status_msg()
2634 dl_list_for_each(c, &dpp->tcp_init, struct dpp_connection, list) { in dpp_tcp_send_conn_status_msg()
2650 struct dpp_connection *conn; in dpp_tcp_send_conn_status()
2652 dl_list_for_each(conn, &dpp->tcp_init, struct dpp_connection, list) { in dpp_tcp_send_conn_status()