Lines Matching refs:hostapd_set_state
1928 hostapd_set_state(iface, HAPD_IFACE_NO_IR); in hostapd_no_ir_channel_list_updated()
2053 hostapd_set_state(iface, HAPD_IFACE_COUNTRY_UPDATE); in setup_interface()
2208 hostapd_set_state(iface, HAPD_IFACE_NO_IR); in setup_interface2()
2213 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in setup_interface2()
2677 hostapd_set_state(iface, HAPD_IFACE_ENABLED); in hostapd_setup_interface_complete_sync()
2713 hostapd_set_state(iface, HAPD_IFACE_NO_IR); in hostapd_setup_interface_complete_sync()
2718 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_setup_interface_complete_sync()
2766 hostapd_set_state(iface, HAPD_IFACE_NO_IR); in hostapd_setup_interface_complete()
2771 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_setup_interface_complete()
2938 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_interface_deinit()
3605 hostapd_set_state(hapd_iface, HAPD_IFACE_DISABLED); in hostapd_disable_iface()
4110 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s) in hostapd_set_state() function