Searched refs:interface_added (Results 1 – 3 of 3) sorted by relevance
186 hapd->interface_added = h_hapd->interface_added; in hostapd_driver_init()295 hapd->interface_added = 1; in hostapd_driver_init()
577 if (hapd->interface_added && hapd->iface->bss[0] != hapd) { in hostapd_free_hapd_data()578 hapd->interface_added = 0; in hostapd_free_hapd_data()583 hapd->interface_added = 1; in hostapd_free_hapd_data()598 if (hapd->conf->mld_ap && !hapd->interface_added && in hostapd_free_hapd_data()1532 hapd->interface_added = h_hapd->interface_added; in hostapd_setup_bss()1541 hapd->interface_added = 1; in hostapd_setup_bss()1549 hapd->interface_added = 0; in hostapd_setup_bss()
199 int interface_added; /* virtual interface added for this BSS */ member