Lines Matching refs:interfaces
61 bi = dpp_add_qr_code(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_qr_code()
80 dpp_controller_new_qr_code(hapd->iface->interfaces->dpp, bi); in hostapd_dpp_qr_code()
97 bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_nfc_uri()
114 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_nfc_handover_req()
122 peer_bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, pos); in hostapd_dpp_nfc_handover_req()
145 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_nfc_handover_sel()
153 peer_bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, pos); in hostapd_dpp_nfc_handover_sel()
320 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, in hostapd_dpp_pkex_done()
350 auth = dpp_auth_init(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_pkex_done()
363 return dpp_tcp_auth(hapd->iface->interfaces->dpp, conn, auth, in hostapd_dpp_pkex_done()
395 return dpp_tcp_pkex_init(hapd->iface->interfaces->dpp, pkex, in hostapd_dpp_pkex_init()
850 peer_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_auth_init()
889 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, in hostapd_dpp_auth_init()
939 auth = dpp_auth_init(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_auth_init()
958 return dpp_tcp_init(hapd->iface->interfaces->dpp, auth, in hostapd_dpp_auth_init()
1040 if (!hapd->iface->interfaces->dpp) in hostapd_dpp_rx_auth_req()
1072 dpp_bootstrap_find_pair(hapd->iface->interfaces->dpp, i_bootstrap, in hostapd_dpp_rx_auth_req()
1076 if (dpp_relay_rx_action(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_auth_req()
1112 hapd->dpp_auth = dpp_auth_req_rx(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_auth_req()
1226 hapd->iface->interfaces->dpp, key); in hostapd_dpp_handle_key_pkg()
1529 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_pb_active()
1538 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_remove_pb_hash()
1570 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_rx_conf_result()
1690 peer_bi = dpp_bootstrap_find_chirp(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_presence_announcement()
1696 if (dpp_relay_rx_action(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_presence_announcement()
1713 auth = dpp_auth_init(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_rx_presence_announcement()
1785 conf = dpp_configurator_find_kid(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_reconfig_announcement()
1788 if (dpp_relay_rx_action(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_reconfig_announcement()
1812 auth = dpp_reconfig_init(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_rx_reconfig_announcement()
2188 if (dpp_controller_is_own_pkex_req(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_pkex_exchange_req()
2235 if (v2 && dpp_relay_rx_action(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_pkex_exchange_req()
2330 bi = dpp_pkex_finish(hapd->iface->interfaces->dpp, pkex, src, freq); in hostapd_dpp_rx_pkex_commit_reveal_req()
2342 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_rx_pkex_commit_reveal_resp()
2410 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_pb_pkex_init()
2568 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_rx_pb_presence_announcement()
2977 if (dpp_relay_rx_action(hapd->iface->interfaces->dpp, in hostapd_dpp_rx_action()
3085 if (dpp_relay_rx_gas_req(hapd->iface->interfaces->dpp, sa, data, in hostapd_dpp_gas_req_handler()
3129 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_gas_status_handler()
3194 auth = dpp_alloc_auth(hapd->iface->interfaces->dpp, hapd->msg_ctx); in hostapd_dpp_configurator_sign()
3250 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_pkex_add()
3308 dpp_controller_pkex_add(hapd->iface->interfaces->dpp, own_bi, in hostapd_dpp_pkex_add()
3415 if (dpp_relay_add_controller(hapd->iface->interfaces->dpp, in hostapd_dpp_add_controllers()
3421 dpp_relay_listen(hapd->iface->interfaces->dpp, in hostapd_dpp_add_controllers()
3440 struct dpp_global *dpp = hapd->iface->interfaces->dpp; in hostapd_dpp_add_controller()
3475 struct dpp_global *dpp = hapd->iface->interfaces->dpp; in hostapd_dpp_remove_controller()
3523 if (hapd->iface->interfaces) { in hostapd_dpp_deinit()
3524 dpp_relay_stop_listen(hapd->iface->interfaces->dpp); in hostapd_dpp_deinit()
3525 dpp_controller_stop_for_ctx(hapd->iface->interfaces->dpp, hapd); in hostapd_dpp_deinit()
3580 return dpp_controller_start(hapd->iface->interfaces->dpp, &config); in hostapd_dpp_controller_start()
3827 bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_chirp()
3906 struct hapd_interfaces *interfaces = ctx; in hostapd_dpp_remove_bi() local
3908 hostapd_for_each_interface(interfaces, handle_dpp_remove_bi, bi); in hostapd_dpp_remove_bi()
3927 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_push_button()
3951 struct hapd_interfaces *ifaces = hapd->iface->interfaces; in hostapd_dpp_push_button_stop()
4004 (hapd->iface->interfaces && in hostapd_dpp_configurator_connectivity()
4005 dpp_relay_controller_available(hapd->iface->interfaces->dpp)); in hostapd_dpp_configurator_connectivity()