Lines Matching refs:hapd
57 struct hostapd_iface *hapd; in get_hostapd_handle() local
71 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() local
727 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()
744 status->security = wpas_key_mgmt_to_zephyr(1, hapd->conf, key_mgmt, proto, sae_pwe); in hostapd_ap_status()
864 struct hostapd_data *hapd; in hostapd_ap_enable() local
904 hapd = iface->bss[0]; in hostapd_ap_enable()
906 if (hapd->driver->get_capa && hapd->driver->get_capa(hapd->drv_priv, &capa) == 0) { in hostapd_ap_enable()