Searched refs:connection_state (Results 1 – 1 of 1) sorted by relevance
944 enum wlan_connection_state connection_state = WLAN_DISCONNECTED; in nxp_wifi_disconnect() local955 wlan_get_connection_state(&connection_state); in nxp_wifi_disconnect()956 if (connection_state == WLAN_DISCONNECTED) { in nxp_wifi_disconnect()997 enum wlan_connection_state connection_state = WLAN_UAP_STOPPED; in nxp_wifi_uap_status() local1000 wlan_get_uap_connection_state(&connection_state); in nxp_wifi_uap_status()1002 switch (connection_state) { in nxp_wifi_uap_status()1014 if (connection_state == WLAN_UAP_STARTED) { in nxp_wifi_uap_status()1071 enum wlan_connection_state connection_state = WLAN_DISCONNECTED; in nxp_wifi_status() local1074 wlan_get_connection_state(&connection_state); in nxp_wifi_status()1082 if (connection_state == WLAN_DISCONNECTED) { in nxp_wifi_status()[all …]