Searched refs:hapd_iface (Results 1 – 3 of 3) sorted by relevance
3028 hapd_iface = os_zalloc(sizeof(*hapd_iface)); in hostapd_alloc_iface()3029 if (!hapd_iface) in hostapd_alloc_iface()3243 if (hapd_iface) { in hostapd_init()3477 if (hapd_iface->interfaces->iface[j] == hapd_iface) in hostapd_refresh_all_iface_beacons()3489 if (!hapd_iface) in hostapd_enable_iface()3493 return hapd_iface->enable_iface_cb(hapd_iface); in hostapd_enable_iface()3513 hapd_iface->interfaces->driver_init(hapd_iface)) in hostapd_enable_iface()3574 return hapd_iface->disable_iface_cb(hapd_iface); in hostapd_disable_iface()3782 hapd_iface); in hostapd_add_iface()3787 hapd = hapd_iface->bss[hapd_iface->num_bss - 1]; in hostapd_add_iface()[all …]
723 hostapd_alloc_bss_data(struct hostapd_iface *hapd_iface,739 int hostapd_enable_iface(struct hostapd_iface *hapd_iface);740 int hostapd_reload_iface(struct hostapd_iface *hapd_iface);742 int hostapd_disable_iface(struct hostapd_iface *hapd_iface);
973 struct hostapd_iface *hapd_iface; in wpa_supplicant_create_ap() local1065 if (hapd_iface == NULL) in wpa_supplicant_create_ap()1067 hapd_iface->owner = wpa_s; in wpa_supplicant_create_ap()1068 hapd_iface->drv_flags = wpa_s->drv_flags; in wpa_supplicant_create_ap()1108 hapd_iface->num_bss = conf->num_bss; in wpa_supplicant_create_ap()1109 hapd_iface->bss = os_calloc(conf->num_bss, in wpa_supplicant_create_ap()1111 if (hapd_iface->bss == NULL) { in wpa_supplicant_create_ap()1117 hapd_iface->bss[i] = in wpa_supplicant_create_ap()1120 if (hapd_iface->bss[i] == NULL) { in wpa_supplicant_create_ap()1125 hapd_iface->bss[i]->msg_ctx = wpa_s; in wpa_supplicant_create_ap()[all …]