Searched refs:hapd (Results 1 – 3 of 3) sorted by relevance
271 struct hostapd_data *hapd = NULL; in zephyr_get_hapd_handle_by_ifname() local274 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() local709 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 …]
470 struct hostapd_data *hapd = (struct hostapd_data *)ctx; in hostapd_handle_dpp_event() local472 if (hapd == NULL) { in hostapd_handle_dpp_event()476 struct hostapd_bss_config *conf = hapd->conf; in hostapd_handle_dpp_event()
145 struct hostapd_iface *hapd; in get_hostapd_handle() local159 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; local2516 hapd = iface->bss[0];2517 if (!hapd) {2526 os_memcpy(status->bssid, hapd->own_addr, WIFI_MAC_ADDR_LEN);2677 struct hostapd_data *hapd; local2721 hapd = iface->bss[0];[all …]