Searched refs:hapd_iface (Results 1 – 3 of 3) sorted by relevance
2362 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface, in hostapd_alloc_bss_data() argument2375 hapd->iface = hapd_iface; in hostapd_alloc_bss_data()2462 struct hostapd_iface *hapd_iface; in hostapd_alloc_iface() local2464 hapd_iface = os_zalloc(sizeof(*hapd_iface)); in hostapd_alloc_iface()2465 if (!hapd_iface) in hostapd_alloc_iface()2468 dl_list_init(&hapd_iface->sta_seen); in hostapd_alloc_iface()2470 return hapd_iface; in hostapd_alloc_iface()2486 struct hostapd_iface *hapd_iface = NULL; in hostapd_init() local2491 hapd_iface = hostapd_alloc_iface(); in hostapd_init()2492 if (hapd_iface == NULL) in hostapd_init()[all …]
610 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,626 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);627 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);628 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
925 struct hostapd_iface *hapd_iface; in wpa_supplicant_create_ap() local1016 wpa_s->ap_iface = hapd_iface = hostapd_alloc_iface(); in wpa_supplicant_create_ap()1017 if (hapd_iface == NULL) in wpa_supplicant_create_ap()1019 hapd_iface->owner = wpa_s; in wpa_supplicant_create_ap()1020 hapd_iface->drv_flags = wpa_s->drv_flags; in wpa_supplicant_create_ap()1021 hapd_iface->probe_resp_offloads = wpa_s->probe_resp_offloads; in wpa_supplicant_create_ap()1022 hapd_iface->extended_capa = wpa_s->extended_capa; in wpa_supplicant_create_ap()1023 hapd_iface->extended_capa_mask = wpa_s->extended_capa_mask; in wpa_supplicant_create_ap()1024 hapd_iface->extended_capa_len = wpa_s->extended_capa_len; in wpa_supplicant_create_ap()1058 hapd_iface->num_bss = conf->num_bss; in wpa_supplicant_create_ap()[all …]