Home
last modified time | relevance | path

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

/external/libchrome/dbus/
Dobject_manager.cc459 const bool interface_added = (piter == object->properties_map.end()); in AddInterface() local
460 if (interface_added) { in AddInterface()
469 if (interface_added) in AddInterface()
/external/wpa_supplicant_8/src/ap/
Dhostapd.c399 if (hapd->interface_added) { in hostapd_free_hapd_data()
400 hapd->interface_added = 0; in hostapd_free_hapd_data()
405 hapd->interface_added = 1; in hostapd_free_hapd_data()
1156 hapd->interface_added = 1; in hostapd_setup_bss()
1164 hapd->interface_added = 0; in hostapd_setup_bss()
Dhostapd.h157 int interface_added; /* virtual interface added for this BSS */ member