[FS#3512] wifi sta cannot re-connect if upstream wifi change password and change back

OpenWrt Bugs openwrt-bugs at lists.openwrt.org
Fri Dec 11 06:33:02 EST 2020


THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

A new Flyspray task has been opened.  Details are below. 

User who did this - Chen Minqiang (ptpt52) 

Attached to Project - OpenWrt/LEDE Project
Summary - wifi sta cannot re-connect if upstream wifi change password and change back
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To - 
Operating System - All
Severity - Low
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - mt76x8

first I change password in upstream wifi (ssid=X-WRT_9B84)
and my mt76x8 device lost wifi connection
then I change the password back again
expecting the mt76x8 re-connect to upstream wifi
but not

the mt76x8 logread -f:

Fri Dec 11 19:22:40 2020 kern.info kernel: [92023.412533] wlan0: deauthenticated from xx:xx:xx:e1:9b:86 (Reason: 3=DEAUTH_LEAVING)
Fri Dec 11 19:22:40 2020 daemon.notice netifd: Network device 'wlan0' link is down
Fri Dec 11 19:22:40 2020 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Fri Dec 11 19:22:40 2020 daemon.notice wpa_supplicant[10521]: wlan0: CTRL-EVENT-DISCONNECTED bssid=xx:xx:xx:e1:9b:86 reason=3
Fri Dec 11 19:22:40 2020 daemon.notice netifd: wwan (11438): udhcpc: received SIGTERM
Fri Dec 11 19:22:40 2020 daemon.notice netifd: wwan (11438): udhcpc: unicasting a release of 192.168.15.145 to 192.168.15.1
Fri Dec 11 19:22:40 2020 daemon.notice netifd: wwan (11438): udhcpc: sending release
Fri Dec 11 19:22:40 2020 daemon.notice netifd: wwan (11438): udhcpc: entering released state
Fri Dec 11 19:22:40 2020 daemon.notice netifd: wwan (11438): Command failed: Permission denied
Fri Dec 11 19:22:40 2020 daemon.notice netifd: Interface 'wwan' is now down
Fri Dec 11 19:22:40 2020 daemon.debug dnsmasq[11344]: stopped listening on wlan0(#20): 192.168.15.145 port 53
Fri Dec 11 19:22:40 2020 daemon.notice netifd: Interface 'wwan' is disabled
Fri Dec 11 19:22:40 2020 daemon.notice netifd: Interface 'wwan' is enabled
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: reading /tmp/resolv.conf.d/resolv.conf.auto
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using only locally-known addresses for domain test
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using only locally-known addresses for domain onion
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using only locally-known addresses for domain localhost
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using only locally-known addresses for domain local
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using only locally-known addresses for domain invalid
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using only locally-known addresses for domain bind
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using only locally-known addresses for domain lan
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using nameserver fe80::2efd:a1ff:fe03:9d91%eth0.1#53
Fri Dec 11 19:22:40 2020 daemon.info dnsmasq[11344]: using nameserver 192.168.16.1#53
Fri Dec 11 19:22:41 2020 daemon.notice netifd: Network device 'wlan0-1' link is down
Fri Dec 11 19:22:41 2020 daemon.notice netifd: Interface 'lanap' has link connectivity loss
Fri Dec 11 19:22:46 2020 daemon.notice netifd: Network device 'wlan0-1' link is up
Fri Dec 11 19:22:46 2020 daemon.notice netifd: Interface 'lanap' has link connectivity
Fri Dec 11 19:24:25 2020 daemon.notice wpa_supplicant[10521]: wlan0: SME: Trying to authenticate with xx:xx:xx:e1:9b:86 (SSID='X-WRT_9B84' freq=2462 MHz)
Fri Dec 11 19:24:25 2020 daemon.notice wpa_supplicant[10521]: wlan0: SME: Authentication request to the driver failed
Fri Dec 11 19:24:25 2020 kern.info kernel: [92127.874903] wlan0: authenticate with xx:xx:xx:e1:9b:86
Fri Dec 11 19:24:25 2020 daemon.notice netifd: Network device 'wlan0-1' link is down
Fri Dec 11 19:24:25 2020 daemon.notice netifd: Interface 'lanap' has link connectivity loss
Fri Dec 11 19:24:26 2020 daemon.notice wpa_supplicant[10521]: wlan0: SME: Trying to authenticate with xx:xx:xx:e1:9b:86 (SSID='X-WRT_9B84' freq=2462 MHz)
Fri Dec 11 19:24:26 2020 kern.info kernel: [92129.339747] wlan0: authenticate with xx:xx:xx:e1:9b:86
Fri Dec 11 19:24:26 2020 kern.info kernel: [92129.369148] wlan0: send auth to xx:xx:xx:e1:9b:86 (try 1/3)
Fri Dec 11 19:24:26 2020 daemon.notice wpa_supplicant[10521]: wlan0: Trying to associate with xx:xx:xx:e1:9b:86 (SSID='X-WRT_9B84' freq=2462 MHz)
Fri Dec 11 19:24:26 2020 kern.info kernel: [92129.387006] wlan0: authenticated
Fri Dec 11 19:24:26 2020 kern.info kernel: [92129.397573] wlan0: associate with xx:xx:xx:e1:9b:86 (try 1/3)
Fri Dec 11 19:24:26 2020 kern.info kernel: [92129.417213] wlan0: RX AssocResp from xx:xx:xx:e1:9b:86 (capab=0x431 status=0 aid=1)
Fri Dec 11 19:24:26 2020 kern.info kernel: [92129.432615] wlan0: associated
Fri Dec 11 19:24:26 2020 daemon.notice netifd: Network device 'wlan0' link is up
Fri Dec 11 19:24:26 2020 daemon.notice netifd: Interface 'wwan' has link connectivity
Fri Dec 11 19:24:26 2020 daemon.notice netifd: Interface 'wwan' is setting up now
Fri Dec 11 19:24:26 2020 daemon.notice wpa_supplicant[10521]: wlan0: Associated with xx:xx:xx:e1:9b:86
Fri Dec 11 19:24:26 2020 daemon.notice wpa_supplicant[10521]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Fri Dec 11 19:24:26 2020 daemon.notice netifd: wwan (11770): udhcpc: started, v1.31.1
Fri Dec 11 19:24:26 2020 daemon.notice netifd: wwan (11770): udhcpc: sending discover
Fri Dec 11 19:24:29 2020 daemon.notice netifd: wwan (11770): udhcpc: sending discover
Fri Dec 11 19:24:30 2020 daemon.notice netifd: Network device 'wlan0' link is down
Fri Dec 11 19:24:30 2020 daemon.notice netifd: Interface 'wwan' has link connectivity loss
Fri Dec 11 19:24:30 2020 kern.info kernel: [92133.436716] wlan0: deauthenticated from xx:xx:xx:e1:9b:86 (Reason: 15=4WAY_HANDSHAKE_TIMEOUT)
Fri Dec 11 19:24:30 2020 daemon.notice wpa_supplicant[10521]: wlan0: CTRL-EVENT-DISCONNECTED bssid=xx:xx:xx:e1:9b:86 reason=15
Fri Dec 11 19:24:30 2020 daemon.notice wpa_supplicant[10521]: wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
Fri Dec 11 19:24:30 2020 daemon.notice wpa_supplicant[10521]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="X-WRT_9B84" auth_failures=1 duration=10 reason=WRONG_KEY
Fri Dec 11 19:24:30 2020 daemon.notice netifd: wwan (11770): udhcpc: received SIGTERM
Fri Dec 11 19:24:30 2020 daemon.notice netifd: wwan (11770): udhcpc: entering released state
Fri Dec 11 19:24:30 2020 daemon.notice netifd: wwan (11770): Command failed: Permission denied
Fri Dec 11 19:24:30 2020 daemon.notice netifd: Interface 'wwan' is now down
Fri Dec 11 19:24:30 2020 daemon.notice netifd: Interface 'wwan' is disabled
Fri Dec 11 19:24:30 2020 daemon.notice netifd: Interface 'wwan' is enabled
Fri Dec 11 19:24:34 2020 daemon.notice netifd: Network device 'wlan0-1' link is up
Fri Dec 11 19:24:34 2020 daemon.notice netifd: Interface 'lanap' has link connectivity
Fri Dec 11 19:24:41 2020 daemon.notice wpa_supplicant[10521]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="X-WRT_9B84"
Fri Dec 11 19:24:41 2020 daemon.notice wpa_supplicant[10521]: wlan0: SME: Trying to authenticate with xx:xx:xx:e1:9b:86 (SSID='X-WRT_9B84' freq=2462 MHz)
Fri Dec 11 19:24:41 2020 daemon.notice wpa_supplicant[10521]: wlan0: SME: Authentication request to the driver failed
Fri Dec 11 19:24:41 2020 kern.info kernel: [92144.477289] wlan0: authenticate with xx:xx:xx:e1:9b:86
Fri Dec 11 19:24:41 2020 daemon.notice wpa_supplicant[10521]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="X-WRT_9B84" auth_failures=2 duration=20 reason=CONN_FAILED
Fri Dec 11 19:24:41 2020 daemon.notice netifd: Network device 'wlan0-1' link is down
Fri Dec 11 19:24:41 2020 daemon.notice netifd: Interface 'lanap' has link connectivity loss
Fri Dec 11 19:24:46 2020 daemon.notice netifd: Network device 'wlan0-1' link is up
Fri Dec 11 19:24:46 2020 daemon.notice netifd: Interface 'lanap' has link connectivity
Fri Dec 11 19:25:02 2020 daemon.notice wpa_supplicant[10521]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="X-WRT_9B84"
Fri Dec 11 19:25:02 2020 daemon.notice wpa_supplicant[10521]: wlan0: SME: Trying to authenticate with xx:xx:xx:e1:9b:86 (SSID='X-WRT_9B84' freq=2462 MHz)
Fri Dec 11 19:25:02 2020 daemon.notice wpa_supplicant[10521]: wlan0: SME: Authentication request to the driver failed
Fri Dec 11 19:25:02 2020 daemon.notice wpa_supplicant[10521]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="X-WRT_9B84" auth_failures=3 duration=30 reason=CONN_FAILED
Fri Dec 11 19:25:02 2020 kern.info kernel: [92165.400213] wlan0: authenticate with xx:xx:xx:e1:9b:86
Fri Dec 11 19:25:02 2020 daemon.notice netifd: Network device 'wlan0-1' link is down
Fri Dec 11 19:25:02 2020 daemon.notice netifd: Interface 'lanap' has link connectivity loss
Fri Dec 11 19:25:04 2020 daemon.notice netifd: Network device 'wlan0-1' link is up
Fri Dec 11 19:25:04 2020 daemon.notice netifd: Interface 'lanap' has link connectivity

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=3512

You are receiving this message because you have requested it from the Flyspray bugtracking system.  If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.



More information about the openwrt-bugs mailing list