Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/ap/
H A Dhostapd.c388 if (hapd->interface_added) { in hostapd_free_hapd_data()
389 hapd->interface_added = 0; in hostapd_free_hapd_data()
394 hapd->interface_added = 1; in hostapd_free_hapd_data()
1132 hapd->interface_added = 1; in hostapd_setup_bss()
1140 hapd->interface_added = 0; in hostapd_setup_bss()
H A Dhostapd.h148 int interface_added; /* virtual interface added for this BSS */ member