Enter wifi password
I have this random bug where all the sudden it'll ask me to re-enter my wifi network password and disconnect me from the internet until I do: I am rocking an Asus Zephyrus 2024 model, My wifi adapter according to lspci is: 03:00.0 Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter
One thing im curious about is I have a Unifi setup with multiple 7 pros, i'm wondering if my NIC is bouncing between the two aps and that is whats causing my headache. I checked the git repo for known issues and I couldn't find anything.
Aug 13 14:50:22 voyager kernel: wlp3s0: disconnect from AP 9c:05:d6:5b:4f:40 for new auth to 9c:05:d6:5b:4f:3f
Aug 13 14:50:22 voyager kernel: wlp3s0: ...snip...
ReassocResp from 9c:05:d6:5b:4f:3f (capab=0x1111 status=0 aid=12)
Aug 13 14:50:23 voyager kernel: wlp3s0: associated
Happened again and I captured more logs
Aug 13 14:50:23 voyager kernel: wlp3s0: associated
Aug 13 14:50:23 voyager kernel: wlp3s0: Limiting TX power to 24 (24 - 0) dBm as advertised by 9c:05:d6:5b:4f:3f
Aug 13 15:10:59 voyager kernel: wlp3s0: disconnect from AP 9c:05:d6:5b:4f:3f for new auth to 9c:05:d6:5b:4f:40
Aug 13 15:10:59 voyager kernel: wlp3s0: authenticate with 9c:05:d6:5b:4f:40 (local address=a6:a0:e0:6d:50:40)
...snip...
That 4way_handshake_timeout I think is my issue, no idea what to do about it.
1 Reply
For now I ran
nmcli device wifi list
to identify the APs I can lock to and locked my device until reboot to one
nmcli device wifi connect "<SSID>" bssid <BSSID>
Hopefully that helps
That fix did not work, but Kyle suggested I try ujust toggle-iwd
and it seems to have resolved the issue.