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.c145 struct hostapd_iface *hapd; in get_hostapd_handle() local
159 hapd = zephyr_get_hapd_handle_by_ifname(if_name); in get_hostapd_handle()
160 if (!hapd) { in get_hostapd_handle()
165 return hapd; in get_hostapd_handle()
2485 struct hostapd_data *hapd; local
2516 hapd = iface->bss[0];
2517 if (!hapd) {
2526 os_memcpy(status->bssid, hapd->own_addr, WIFI_MAC_ADDR_LEN);
2677 struct hostapd_data *hapd; local
2721 hapd = iface->bss[0];
[all …]