Searched refs:hostapd_set_state (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.c | 1332 hostapd_set_state(iface, HAPD_IFACE_COUNTRY_UPDATE); in setup_interface() 1393 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in setup_interface2() 1702 hostapd_set_state(iface, HAPD_IFACE_ENABLED); in hostapd_setup_interface_complete_sync() 1716 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_setup_interface_complete_sync() 1750 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_setup_interface_complete() 1896 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_interface_deinit() 2269 hostapd_set_state(hapd_iface, HAPD_IFACE_DISABLED); in hostapd_disable_iface() 2721 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s) in hostapd_set_state() function
|
D | dfs.c | 707 hostapd_set_state(iface, HAPD_IFACE_DFS); in hostapd_handle_dfs() 720 hostapd_set_state(iface, HAPD_IFACE_DFS); in hostapd_handle_dfs()
|
D | hostapd.h | 470 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s);
|
D | acs.c | 944 hostapd_set_state(iface, HAPD_IFACE_ACS); in acs_init()
|
D | hw_features.c | 480 hostapd_set_state(iface, HAPD_IFACE_HT_SCAN); in ieee80211n_check_40mhz()
|