Searched refs:connection_state (Results 1 – 1 of 1) sorted by relevance
1000 enum wlan_connection_state connection_state = WLAN_DISCONNECTED; in nxp_wifi_disconnect() local1011 wlan_get_connection_state(&connection_state); in nxp_wifi_disconnect()1012 if (connection_state == WLAN_DISCONNECTED) { in nxp_wifi_disconnect()1085 enum wlan_connection_state connection_state = WLAN_UAP_STOPPED; in nxp_wifi_uap_status() local1088 wlan_get_uap_connection_state(&connection_state); in nxp_wifi_uap_status()1090 switch (connection_state) { in nxp_wifi_uap_status()1102 if (connection_state == WLAN_UAP_STARTED) { in nxp_wifi_uap_status()1169 enum wlan_connection_state connection_state = WLAN_DISCONNECTED; in nxp_wifi_status() local1172 wlan_get_connection_state(&connection_state); in nxp_wifi_status()1180 if (connection_state == WLAN_DISCONNECTED) { in nxp_wifi_status()[all …]