Home
last modified time | relevance | path

Searched refs:interface_added (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/hostapd/
H A Dmain.c186 hapd->interface_added = h_hapd->interface_added; in hostapd_driver_init()
295 hapd->interface_added = 1; in hostapd_driver_init()
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c577 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()
H A Dhostapd.h199 int interface_added; /* virtual interface added for this BSS */ member