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.c176 hapd->interface_added = h_hapd->interface_added; in hostapd_driver_init()
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c524 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()
H A Dhostapd.h177 int interface_added; /* virtual interface added for this BSS */ member