Searched refs:interface_added (Results 1 – 3 of 3) sorted by relevance
176 hapd->interface_added = h_hapd->interface_added; in hostapd_driver_init()
524 if (hapd->interface_added) { in hostapd_free_hapd_data()525 hapd->interface_added = 0; in hostapd_free_hapd_data()530 hapd->interface_added = 1; in hostapd_free_hapd_data()545 if (hapd->conf->mld_ap && !hapd->interface_added && in hostapd_free_hapd_data()1442 hapd->interface_added = h_hapd->interface_added; in hostapd_setup_bss()1452 hapd->interface_added = 1; in hostapd_setup_bss()1460 hapd->interface_added = 0; in hostapd_setup_bss()
177 int interface_added; /* virtual interface added for this BSS */ member