Searched refs:hostapd_set_state (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.c | 1494 hostapd_set_state(iface, HAPD_IFACE_COUNTRY_UPDATE); in setup_interface() 1555 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in setup_interface2() 1977 hostapd_set_state(iface, HAPD_IFACE_ENABLED); in hostapd_setup_interface_complete_sync() 1995 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_setup_interface_complete_sync() 2040 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_setup_interface_complete() 2198 hostapd_set_state(iface, HAPD_IFACE_DISABLED); in hostapd_interface_deinit() 2600 hostapd_set_state(hapd_iface, HAPD_IFACE_DISABLED); in hostapd_disable_iface() 3065 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s) in hostapd_set_state() function
|
D | dfs.c | 720 hostapd_set_state(iface, HAPD_IFACE_DFS); in hostapd_handle_dfs() 733 hostapd_set_state(iface, HAPD_IFACE_DFS); in hostapd_handle_dfs()
|
D | hostapd.h | 576 void hostapd_set_state(struct hostapd_iface *iface, enum hostapd_iface_state s);
|
D | acs.c | 982 hostapd_set_state(iface, HAPD_IFACE_ACS); in acs_init()
|
D | hw_features.c | 483 hostapd_set_state(iface, HAPD_IFACE_HT_SCAN); in ieee80211n_check_40mhz()
|