Searched refs:hapd (Results 1 – 4 of 4) sorted by relevance
78 if (!hapd) { in zephyr_get_hapd_handle_by_ifname()83 return hapd->iface; in zephyr_get_hapd_handle_by_ifname()150 hapd = hapd_iface->bss[j]; in hostapd_disable_iface_cb()155 hostapd_drv_stop_ap(hapd); in hostapd_disable_iface_cb()167 hapd = hapd_iface->bss[j]; in hostapd_disable_iface_cb()214 if (hapd->driver == NULL || hapd->driver->hapd_init == NULL) { in hostapd_driver_init()262 hapd->drv_priv = hapd->driver->hapd_init(hapd, ¶ms); in hostapd_driver_init()266 hapd->driver->name); in hostapd_driver_init()267 hapd->driver = NULL; in hostapd_driver_init()271 if (hapd->driver->get_capa && hapd->driver->get_capa(hapd->drv_priv, &capa) == 0) { in hostapd_driver_init()[all …]
97 struct hostapd_data *hapd = (struct hostapd_data *)ctx; in hostapd_handle_dpp_event() local99 if (hapd == NULL) { in hostapd_handle_dpp_event()103 struct hostapd_bss_config *conf = hapd->conf; in hostapd_handle_dpp_event()
57 struct hostapd_iface *hapd; in get_hostapd_handle() local71 hapd = zephyr_get_hapd_handle_by_ifname(if_name); in get_hostapd_handle()72 if (!hapd) { in get_hostapd_handle()77 return hapd; in get_hostapd_handle()696 struct hostapd_data *hapd; in hostapd_ap_status() local727 hapd = iface->bss[0]; in hostapd_ap_status()728 if (!hapd) { in hostapd_ap_status()737 os_memcpy(status->bssid, hapd->own_addr, WIFI_MAC_ADDR_LEN); in hostapd_ap_status()864 struct hostapd_data *hapd; in hostapd_ap_enable() local904 hapd = iface->bss[0]; in hostapd_ap_enable()[all …]
261 struct hostapd_data *hapd = ctx; in zephyr_hostap_msg_ifname_cb() local263 if (hapd && hapd->conf) { in zephyr_hostap_msg_ifname_cb()264 return hapd->conf->iface; in zephyr_hostap_msg_ifname_cb()
Completed in 16 milliseconds