Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
HDhostapd.c1620 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in setup_interface2()
2064 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_setup_interface_complete_sync()
2109 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_setup_interface_complete()
2273 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_interface_deinit()
2675 hostapd_set_state(hapd_iface, HAPD_IFACE_DISABLED); in hostapd_disable_iface()
3132 case HAPD_IFACE_DISABLED: in hostapd_state_text()
HDhostapd.h426 HAPD_IFACE_DISABLED, enumerator
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDap.c696 if (wpa_s->ap_iface->state == HAPD_IFACE_DISABLED) { in wpas_ap_configured_cb()