Lines Matching refs:hapd
148 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
2806 hapd = iface->bss[0];
2808 if (hapd->driver->get_capa && hapd->driver->get_capa(hapd->drv_priv, &capa) == 0) {