Home
last modified time | relevance | path

Searched refs:hapd (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/modules/hostap/src/
Dsupp_main.c271 struct hostapd_data *hapd = NULL; in zephyr_get_hapd_handle_by_ifname() local
274 hapd = hostapd_get_iface(&ctx->hostapd, ifname); in zephyr_get_hapd_handle_by_ifname()
275 if (!hapd) { in zephyr_get_hapd_handle_by_ifname()
280 return hapd->iface; in zephyr_get_hapd_handle_by_ifname()
692 struct hostapd_data *hapd = NULL; in hostapd_disable_iface_cb() local
709 hapd = hapd_iface->bss[j]; in hostapd_disable_iface_cb()
710 hostapd_bss_deinit_no_free(hapd); in hostapd_disable_iface_cb()
711 hostapd_free_hapd_data(hapd); in hostapd_disable_iface_cb()
714 hostapd_drv_stop_ap(hapd); in hostapd_disable_iface_cb()
726 hapd = hapd_iface->bss[j]; in hostapd_disable_iface_cb()
[all …]
Dsupp_events.c470 struct hostapd_data *hapd = (struct hostapd_data *)ctx; in hostapd_handle_dpp_event() local
472 if (hapd == NULL) { in hostapd_handle_dpp_event()
476 struct hostapd_bss_config *conf = hapd->conf; in hostapd_handle_dpp_event()
Dsupp_api.c148 struct hostapd_iface *hapd; in get_hostapd_handle() local
162 hapd = zephyr_get_hapd_handle_by_ifname(if_name); in get_hostapd_handle()
163 if (!hapd) { in get_hostapd_handle()
168 return hapd; in get_hostapd_handle()
2569 struct hostapd_data *hapd; local
2600 hapd = iface->bss[0];
2601 if (!hapd) {
2610 os_memcpy(status->bssid, hapd->own_addr, WIFI_MAC_ADDR_LEN);
2617 status->security = wpas_key_mgmt_to_zephyr(1, hapd->conf, key_mgmt, proto, sae_pwe);
2762 struct hostapd_data *hapd; local
[all …]