Unfortunately, resetting both Bluetooth and Wi-Fi did not resolve my connection issue. While reviewing the system logs (System > View logs), I noticed the following entries during a manual Wi-Fi connection attempt, triggered because the automated connection failed:
02-18 06:34:55.647 1000 1578 1746 I WifiService: stopRestrictingAutoJoinToSubscriptionId uid=10149
02-18 06:34:55.651 1000 1578 1746 I WifiService: connect uid=10149 uidToUse=10149 packageNameToUse=com.android.systemui attributionTagToUse=null
02-18 06:34:55.652 1000 1578 2699 D WifiConfigManager: Enable disabled network: "<NETWORK_NAME_DELETED>" num=0
02-18 06:34:55.653 1000 1578 2699 D WifiClientModeImpl[130545609:wlan0]: connectToUserSelectNetwork netId 2, uid 10149, package com.android.systemui, forceReconnect = false, isUserSelected = true, attributionTag = null
02-18 06:34:55.656 1000 1578 2699 D WifiScoreReport: setShouldReduceNetworkScore=false mNetworkAgent is null? true
02-18 06:34:55.656 1000 1578 2699 D WifiClientModeImpl[130545609:wlan0]: CMD_START_CONNECT my state DisconnectedState nid=2 roam=false
02-18 06:34:55.659 wifi 1123 1123 I WifiHAL : wifi_configure_roaming: num_blacklist_bssid == 0 (flush)
02-18 06:34:55.701 wifi 1123 1123 I WifiHAL : Successfully added 0 blacklist bssids
The log line "Enable disabled network" stands out. Why was the network disabled in the first place? For context, "Auto-connect" is enabled for both of my saved Wi-Fi networks.
I reviewed earlier logs but found nothing unusual:
02-18 06:34:17.608 wifi 1123 1123 I WifiHAL : no peers in unassoc case, skip processing peer stats
02-18 06:34:17.609 wifi 1123 1123 E libbinder.IPCThreadState: binder thread pool (1 threads) starved for 134 ms
02-18 06:34:17.610 wifi 1123 1123 I WifiHAL : Getting cached scan results, iface handle = 0xe00c44952b9dde0
02-18 06:34:17.610 wifi 1123 1123 E WifiHAL : Creating message to get cached scan results
02-18 06:34:17.622 wifi 1123 1123 I WifiHAL : In GetCachedScanResultsCommand::handleResponse
02-18 06:34:25.181 1000 1578 2475 D WifiNl80211Manager: Scan result ready event
02-18 06:34:25.181 1000 1578 2475 D WifiNative: Scan result ready event
02-18 06:34:43.174 1000 1578 2699 I WifiConnectivityManager: SetInitialScanState to : 0
02-18 06:34:43.235 wifi 1123 1123 I WifiHAL : Successfully set firmware roam state - 1
02-18 06:34:43.975 1000 1578 1691 I am_cpu : [Pid=1300,UID=1010,Base Name=wificond,Uptime=77.194s,Stime=30ms,Utime=10ms]
02-18 06:34:44.168 1000 1578 2696 I netstats_wifi_sample: [xt_rx_bytes=2580328621B,xt_tx_bytes=101531578B,xt_rx_pkts=2093664,xt_tx_pkts=763717,uid_rx_bytes=2576688080B,uid_tx_bytes=97163963B,uid_rx_pkts=2081903,uid_tx_pkts=720890,trusted_time=1771396484.155s]
Side Note: I’ve been using my Pixel phone since its release on August 28th, and I never experienced Wi-Fi issues with stock Android. I’m not suggesting GrapheneOS is the cause, if it were, many others would likely report the same problem. Instead, I suspect it’s a configuration issue. Just wanted to clarify that hardware doesn’t seem to be the cause.