Lines Matching defs:dpp_connection
23 struct dpp_connection {
69 struct dl_list conn; /* struct dpp_connection */
78 struct dl_list conn; /* struct dpp_connection */
92 static void dpp_controller_auth_success(struct dpp_connection *conn,
102 static void dpp_connection_free(struct dpp_connection *conn)
131 static void dpp_connection_remove(struct dpp_connection *conn)
226 static void dpp_controller_gas_done(struct dpp_connection *conn)
257 static int dpp_tcp_send(struct dpp_connection *conn)
317 static int dpp_tcp_send_msg(struct dpp_connection *conn,
343 static void dpp_controller_start_gas_client(struct dpp_connection *conn)
365 static void dpp_controller_auth_success(struct dpp_connection *conn,
394 struct dpp_connection *conn = eloop_ctx;
440 struct dpp_connection *conn = eloop_ctx;
448 static struct dpp_connection *
452 struct dpp_connection *conn;
535 static int dpp_relay_tx(struct dpp_connection *conn, const u8 *hdr,
559 static struct dpp_connection *
563 struct dpp_connection *conn;
565 dl_list_for_each(conn, &ctrl->conn, struct dpp_connection, list) {
590 struct dpp_connection *conn;
658 static struct dpp_connection *
661 struct dpp_connection *conn;
663 dl_list_for_each(conn, &ctrl->conn, struct dpp_connection, list) {
676 struct dpp_connection *conn = NULL;
719 struct dpp_connection *conn, *tmp;
724 dl_list_for_each_safe(conn, tmp, &ctrl->conn, struct dpp_connection,
739 static int dpp_controller_rx_auth_req(struct dpp_connection *conn,
804 static int dpp_controller_rx_auth_resp(struct dpp_connection *conn,
834 static int dpp_controller_rx_auth_conf(struct dpp_connection *conn,
860 struct dpp_connection *conn = eloop_ctx;
873 static int dpp_controller_rx_conf_result(struct dpp_connection *conn,
916 static int dpp_controller_rx_conn_status_result(struct dpp_connection *conn,
948 static int dpp_controller_rx_presence_announcement(struct dpp_connection *conn,
996 static int dpp_controller_rx_reconfig_announcement(struct dpp_connection *conn,
1058 static int dpp_controller_rx_reconfig_auth_resp(struct dpp_connection *conn,
1084 static int dpp_controller_rx_pkex_exchange_req(struct dpp_connection *conn,
1126 static int dpp_controller_rx_pkex_exchange_resp(struct dpp_connection *conn,
1154 static int dpp_controller_rx_pkex_commit_reveal_req(struct dpp_connection *conn,
1190 dpp_controller_rx_pkex_commit_reveal_resp(struct dpp_connection *conn,
1222 static int dpp_controller_rx_action(struct dpp_connection *conn, const u8 *msg,
1306 static int dpp_tcp_send_comeback_delay(struct dpp_connection *conn, u8 action)
1340 static int dpp_tcp_send_gas_resp(struct dpp_connection *conn, u8 action,
1384 static int dpp_controller_rx_gas_req(struct dpp_connection *conn, const u8 *msg,
1492 static int dpp_controller_rx_gas_comeback_req(struct dpp_connection *conn,
1535 struct dpp_connection *conn = eloop_ctx;
1557 struct dpp_connection *conn = eloop_ctx;
1569 static int dpp_tcp_rx_gas_resp(struct dpp_connection *conn, struct wpabuf *resp)
1628 struct dpp_connection *conn = eloop_ctx;
1651 static int dpp_rx_gas_resp(struct dpp_connection *conn, const u8 *msg,
1741 struct dpp_connection *conn = eloop_ctx;
1865 struct dpp_connection *conn;
1920 struct dpp_connection *conn;
1992 static int dpp_tcp_auth_start(struct dpp_connection *conn,
2020 struct dpp_connection *conn;
2104 struct dpp_connection *conn = _conn;
2253 struct dpp_connection *conn;
2255 dl_list_for_each(conn, &dpp->tcp_init, struct dpp_connection, list) {
2268 struct dpp_connection *conn;
2273 dl_list_for_each(conn, &ctrl->conn, struct dpp_connection, list) {
2286 struct dpp_connection *conn;
2291 dl_list_for_each(conn, &ctrl->conn, struct dpp_connection, list) {
2324 struct dpp_connection *conn;
2328 dl_list_for_each(conn, &dpp->tcp_init, struct dpp_connection, list) {
2352 struct dpp_connection *conn, *tmp;
2354 dl_list_for_each_safe(conn, tmp, &dpp->tcp_init, struct dpp_connection,
2362 struct dpp_connection *conn, *tmp;
2368 dl_list_for_each_safe(conn, tmp, &ctrl->conn, struct dpp_connection,
2427 struct dpp_connection *conn = NULL;
2590 struct dpp_connection *conn;
2595 dl_list_for_each(conn, &dpp->tcp_init, struct dpp_connection, list) {
2605 struct dpp_connection *conn,
2613 struct dpp_connection *c;
2634 dl_list_for_each(c, &dpp->tcp_init, struct dpp_connection, list) {
2650 struct dpp_connection *conn;
2652 dl_list_for_each(conn, &dpp->tcp_init, struct dpp_connection, list) {