Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wifi station example fail to connect WPA3 PSK with esp-idf v4.3 branch (IDFGH-9067) #10470

Closed
3 tasks done
AxelLin opened this issue Jan 1, 2023 · 17 comments
Closed
3 tasks done
Assignees
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug bugs in IDF

Comments

@AxelLin
Copy link
Contributor

AxelLin commented Jan 1, 2023

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v4.3.4-309-g389a848a6a

Operating System used.

Linux

How did you build your project?

Command line with idf.py

If you are using Windows, please specify command line type.

None

Development Kit.

ESP32-WROOM-32E

Power Supply used.

USB

What is the expected behavior?

Connect to WPA3 PSK should work.

What is the actual behavior?

Fail to connect WPA3 PSK if build with v4.3.4-309-g389a848a6a.
It works if build with v4.4.3-347-g9ee3c8337d.

Steps to reproduce.

Test using examples/wifi/getting_started/station example code.
The example code works with v4.4 branch but failed with current v4.3 branch.

Debug Logs.

v4.4.3-347-g9ee3c8337d log: (success log for comparison)

I (375) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (441) wifi station: ESP_WIFI_MODE_STA
I (451) wifi:wifi driver task: 3ffbfccc, prio:23, stack:6656, core=0
I (451) system_api: Base MAC address is not set
I (451) system_api: read default base MAC address from EFUSE
I (471) wifi:wifi firmware version: b5b20ea
I (471) wifi:wifi certification version: v7.0
I (471) wifi:config NVS flash: enabled
I (471) wifi:config nano formating: disabled
I (471) wifi:Init data frame dynamic rx buffer num: 32
I (481) wifi:Init management frame dynamic rx buffer num: 32
I (481) wifi:Init management short buffer num: 32
I (491) wifi:Init dynamic tx buffer num: 32
I (491) wifi:Init static rx buffer size: 1600
I (491) wifi:Init static rx buffer num: 10
I (501) wifi:Init dynamic rx buffer num: 32
I (501) wifi_init: rx ba win: 6
I (511) wifi_init: tcpip mbox: 32
I (511) wifi_init: udp mbox: 6
I (511) wifi_init: tcp mbox: 6
I (521) wifi_init: tcp tx win: 5744
I (521) wifi_init: tcp rx win: 5744
I (531) wifi_init: tcp mss: 1440
I (531) wifi_init: WiFi IRAM OP enabled
I (531) wifi_init: WiFi RX IRAM OP enabled
I (561) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
I (671) wifi:mode : sta (f0:08:d1:79:8c:60)
I (671) wifi:enable tsf
I (671) wifi station: wifi_init_sta finished.
I (681) wifi:new:<11,2>, old:<1,0>, ap:<255,255>, sta:<11,2>, prof:1
I (691) wifi:state: init -> auth (b0)
I (1321) wifi:state: auth -> init (600)
I (1331) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
I (1331) wifi station: retry to connect to the AP
I (1341) wifi station: connect to the AP fail
I (3751) wifi station: retry to connect to the AP
I (3751) wifi station: connect to the AP fail
I (3751) wifi:new:<11,2>, old:<11,0>, ap:<255,255>, sta:<11,2>, prof:1
I (3761) wifi:state: init -> auth (b0)
I (5001) wifi:state: auth -> assoc (0)
I (5041) wifi:state: assoc -> run (10)
I (5171) wifi:connected with CHT Wi-Fi Home-J9K, aid = 16, channel 11, 40D, bssid = ac:b6:87:d1:a8:68
I (5171) wifi:security: WPA3-SAE, phy: bgn, rssi: -26
I (5191) wifi:pm start, type: 1

I (5261) wifi:AP's beacon interval = 102400 us, DTIM period = 1
I (6201) esp_netif_handlers: sta ip: 192.168.0.103, mask: 255.255.255.0, gw: 192.168.0.1
I (6201) wifi station: got ip:192.168.0.103
I (6201) wifi station: connected to ap SSID:CHT Wi-Fi Home-J9K password:0226868632


v4.3.4-309-g389a848a6a log: (failure log)

I (376) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (441) wifi station: ESP_WIFI_MODE_STA
I (451) wifi:wifi driver task: 3ffc194c, prio:23, stack:6656, core=0
I (451) system_api: Base MAC address is not set
I (451) system_api: read default base MAC address from EFUSE
I (471) wifi:wifi firmware version: 8d69f35
I (471) wifi:wifi certification version: v7.0
I (471) wifi:config NVS flash: enabled
I (471) wifi:config nano formating: disabled
I (471) wifi:Init data frame dynamic rx buffer num: 32
I (481) wifi:Init management frame dynamic rx buffer num: 32
I (481) wifi:Init management short buffer num: 32
I (491) wifi:Init dynamic tx buffer num: 32
I (491) wifi:Init static rx buffer size: 1600
I (491) wifi:Init static rx buffer num: 10
I (501) wifi:Init dynamic rx buffer num: 32
I (501) wifi_init: rx ba win: 6
I (511) wifi_init: tcpip mbox: 32
I (511) wifi_init: udp mbox: 6
I (511) wifi_init: tcp mbox: 6
I (521) wifi_init: tcp tx win: 5744
I (521) wifi_init: tcp rx win: 5744
I (531) wifi_init: tcp mss: 1440
I (531) wifi_init: WiFi IRAM OP enabled
I (531) wifi_init: WiFi RX IRAM OP enabled
I (561) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
I (661) wifi:mode : sta (f0:08:d1:79:8c:60)
I (661) wifi:enable tsf
I (661) wifi station: wifi_init_sta finished.
I (671) wifi:new:<11,2>, old:<1,0>, ap:<255,255>, sta:<11,2>, prof:1
I (681) wifi:state: init -> auth (b0)
I (1331) wifi:state: auth -> init (600)
I (1341) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
I (1351) wifi station: retry to connect to the AP
I (1351) wifi station: connect to the AP fail
I (3761) wifi station: retry to connect to the AP
I (3761) wifi station: connect to the AP fail
I (3771) wifi:new:<11,2>, old:<11,0>, ap:<255,255>, sta:<11,2>, prof:1
I (3771) wifi:state: init -> auth (b0)
I (5041) wifi:state: auth -> assoc (0)
I (5081) wifi:state: assoc -> run (10)
I (5211) wifi:state: run -> init (1c0)
I (5211) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
I (5221) wifi station: retry to connect to the AP
I (5221) wifi station: connect to the AP fail
I (7631) wifi station: retry to connect to the AP
I (7631) wifi station: connect to the AP fail
I (7641) wifi:new:<11,2>, old:<11,0>, ap:<255,255>, sta:<11,2>, prof:1
I (7641) wifi:state: init -> auth (b0)
I (8281) wifi:state: auth -> init (fc0)
I (8281) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
I (8291) wifi station: retry to connect to the AP
I (8291) wifi station: connect to the AP fail
I (10701) wifi station: connect to the AP fail
I (10701) wifi station: Failed to connect to SSID:CHT Wi-Fi Home-J9K, password:0226868632


Below is the v4.3.4-309-g389a848a6a log: (failure log with debug build)

I (762) cpu_start: Starting scheduler on PRO CPU.
D (0) intr_alloc: Connected src 25 to int 2 (cpu 1)
I (0) cpu_start: Starting scheduler on APP CPU.
D (788) heap_init: New heap initialised at 0x3ffe0440
D (788) heap_init: New heap initialised at 0x3ffe4350
D (798) intr_alloc: Connected src 16 to int 12 (cpu 0)
D (798) partition: Loading the partition table
D (808) partition: Partition table MD5 verified
I (828) wifi station: ESP_WIFI_MODE_STA
D (828) esp_netif_lwip: LwIP stack has been initialized
D (828) esp_netif_lwip: esp-netif has been successfully initialized
D (838) event: running task for loop 0x3ffbe33c
D (838) event: created task for loop 0x3ffbe33c
D (848) event: created event loop 0x3ffbe33c
D (848) esp_netif_objects: esp_netif_add_to_list 0x3ffbf268
D (858) esp_netif_objects: esp_netif_add_to_list netif added successfully (total netifs: 1)
D (868) nvs: nvs_open_from_partition misc 1
I (878) wifi:wifi driver task: 3ffc18c0, prio:23, stack:6656, core=0
I (878) system_api: Base MAC address is not set
I (878) system_api: read default base MAC address from EFUSE
D (888) efuse: coding scheme 0
D (888) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (898) efuse: coding scheme 0
D (898) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (908) efuse: coding scheme 0
D (908) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (918) efuse: coding scheme 0
D (918) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (928) efuse: coding scheme 0
D (928) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (938) efuse: coding scheme 0
D (938) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (948) efuse: coding scheme 0
D (948) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (958) nvs: nvs_open_from_partition nvs.net80211 1
D (958) nvs: nvs_get opmode 1
D (968) nvs: nvs_get_str_or_blob sta.ssid
D (968) nvs: nvs_get sta.authmode 1
D (968) nvs: nvs_get_str_or_blob sta.pswd
D (978) nvs: nvs_get_str_or_blob sta.pmk
D (978) nvs: nvs_get sta.chan 1
D (978) nvs: nvs_get auto.conn 1
D (988) nvs: nvs_get bssid.set 1
D (988) nvs: nvs_get_str_or_blob sta.bssid
D (988) nvs: nvs_get sta.lis_intval 2
D (998) nvs: nvs_get sta.phym 1
D (998) nvs: nvs_get sta.phybw 1
D (998) nvs: nvs_get_str_or_blob sta.apsw
D (1008) nvs: nvs_get_str_or_blob sta.apinfo
D (1018) nvs: nvs_get sta.scan_method 1
D (1018) nvs: nvs_get sta.sort_method 1
D (1018) nvs: nvs_get sta.minrssi 1
D (1018) nvs: nvs_get sta.minauth 1
D (1028) nvs: nvs_get sta.pmf_e 1
D (1028) nvs: nvs_get sta.pmf_r 1
D (1038) nvs: nvs_get sta.btm_e 1
D (1038) nvs: nvs_get sta.rrm_e 1
D (1038) nvs: nvs_get_str_or_blob ap.ssid
D (1048) nvs: nvs_get_str_or_blob ap.passwd
D (1048) nvs: nvs_get_str_or_blob ap.pmk
D (1048) nvs: nvs_get ap.chan 1
D (1058) nvs: nvs_get ap.authmode 1
D (1058) nvs: nvs_get ap.hidden 1
D (1058) nvs: nvs_get ap.max.conn 1
D (1068) nvs: nvs_get bcn.interval 2
D (1068) nvs: nvs_get ap.phym 1
D (1068) nvs: nvs_get ap.phybw 1
D (1078) nvs: nvs_get ap.sndchan 1
D (1078) nvs: nvs_get ap.pmf_e 1
D (1078) nvs: nvs_get ap.pmf_r 1
D (1088) nvs: nvs_get ap.p_cipher 1
D (1088) nvs: nvs_get lorate 1
D (1088) nvs: nvs_get_str_or_blob country
D (1098) nvs: nvs_get ap.ftm_r 1
D (1098) nvs: nvs_set ap.sndchan 1 1
I (1108) wifi:wifi firmware version: 8d69f35
I (1108) wifi:wifi certification version: v7.0
I (1108) wifi:config NVS flash: enabled
I (1118) wifi:config nano formating: disabled
I (1118) wifi:Init data frame dynamic rx buffer num: 32
I (1128) wifi:Init management frame dynamic rx buffer num: 32
I (1128) wifi:Init management short buffer num: 32
I (1138) wifi:Init dynamic tx buffer num: 32
I (1138) wifi:Init static rx buffer size: 1600
I (1138) wifi:Init static rx buffer num: 10
I (1148) wifi:Init dynamic rx buffer num: 32
I (1148) wifi_init: rx ba win: 6
I (1158) wifi_init: tcpip mbox: 32
I (1158) wifi_init: udp mbox: 6
I (1158) wifi_init: tcp mbox: 6
I (1168) wifi_init: tcp tx win: 5744
I (1168) wifi_init: tcp rx win: 5744
I (1178) wifi_init: tcp mss: 1440
I (1178) wifi_init: WiFi IRAM OP enabled
I (1188) wifi_init: WiFi RX IRAM OP enabled
D (1188) nvs: nvs_get opmode 1
D (1188) nvs: nvs_set_blob sta.ssid 36
D (1198) nvs: nvs_set_blob sta.pswd 65
D (1198) nvs: nvs_set bssid.set 1 0
D (1198) nvs: nvs_set sta.lis_intval 2 3
D (1208) nvs: nvs_set sta.chan 1 0
D (1208) nvs: nvs_set sta.scan_method 1 0
D (1218) nvs: nvs_set sta.sort_method 1 0
D (1218) nvs: nvs_set sta.minrssi 1 -127
D (1218) nvs: nvs_set sta.minauth 1 6
D (1228) nvs: nvs_set_blob sta.apsw 2
D (1228) nvs: nvs_set sta.pmf_e 1 1
D (1238) nvs: nvs_set sta.pmf_r 1 0
D (1238) nvs: nvs_set sta.rrm_e 1 0
D (1238) nvs: nvs_set sta.btm_e 1 0
D (1248) nvs: nvs_set_blob sta.apinfo 700
D (1258) ADC: Wi-Fi takes adc2 lock.
I (1258) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
D (1258) phy_init: loading PHY init data from application binary
D (1268) nvs: nvs_open_from_partition phy 0
D (1268) nvs: nvs_get cal_version 4
D (1268) nvs: nvs_get_str_or_blob cal_mac
D (1278) efuse: coding scheme 0
D (1278) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1288) efuse: coding scheme 0
D (1288) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (1298) efuse: coding scheme 0
D (1298) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (1308) efuse: coding scheme 0
D (1308) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (1318) efuse: coding scheme 0
D (1318) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (1328) efuse: coding scheme 0
D (1328) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (1338) efuse: coding scheme 0
D (1338) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (1348) nvs: nvs_get_str_or_blob cal_data
D (1358) nvs: nvs_close 3
D (1358) efuse: coding scheme 0
D (1358) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1368) efuse: coding scheme 0
D (1368) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (1378) efuse: coding scheme 0
D (1378) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (1388) efuse: coding scheme 0
D (1388) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (1398) efuse: coding scheme 0
D (1398) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (1408) efuse: coding scheme 0
D (1408) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (1418) efuse: coding scheme 0
D (1418) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
I (1518) wifi:mode : sta (f0:08:d1:79:8c:60)
I (1518) wifi:enable tsf
D (1518) event: running post WIFI_EVENT:2 with handler 0x400dbc7c and context 0x3ffbf4e0 on loop 0x3ffbe33c
0x400dbc7c: wifi_default_action_sta_start at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:74

D (1518) wifi_init_default: wifi_start esp-netif:0x3ffbf268 event-id2
D (1528) wifi_init_default: WIFI mac address: f0 8 d1 79 8c 60
D (1538) esp_netif_handlers: esp_netif action has started with netif0x3ffbf268 from event_id=2
D (1548) esp_netif_lwip: check: remote, if=0x3ffbf268 fn=0x400d9b08
0x400d9b08: esp_netif_start_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:699


I (1548) wifi station: wifi_init_sta finished.
D (1548) esp_netif_lwip: esp_netif_start_api 0x3ffbf268
D (1558) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffbf268
D (1568) esp_netif_lwip: check: local, if=0x3ffbf268 fn=0x400da2dc
0x400da2dc: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189


D (1578) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf268
D (1578) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (1588) event: running post WIFI_EVENT:2 with handler 0x400d4f0c and context 0x3ffb9764 on loop 0x3ffbe33c
0x400d4f0c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

D (2808) wpa: wpa_parse_wpa_ie_rsn: ie has 4 trailing bytes - ignored
D (2818) wpa: WPA: set AP RSNXE - hexdump(len=3):
D (2818) wpa: f4 01 20 
I (2818) wifi:new:<11,2>, old:<1,0>, ap:<255,255>, sta:<11,2>, prof:1
D (2818) wpa: RSN: PMKSA cache search - network_ctx=0x0 try_opportunistic=0
D (2828) wpa: RSN: Search for BSSID ac:b6:87:d1:a8:68
D (2838) wpa: RSN: No PMKSA cache entry found
D (2838) wpa: RSN: set own RSNXE - hexdump(len=3):
D (2838) wpa: f4 01 20 
I (2848) wifi:state: init -> auth (b0)
D (2848) wpa: SAE: Derive PT - group 19
D (2858) wpa: SAE: pwd-seed - hexdump(len=32):
D (2858) wpa: ce f0 8b 91 96 20 d1 08 e5 86 62 be f7 8a 3c 62 
D (2868) wpa: 56 79 32 39 54 eb 86 9a 3d 1e fa c1 b2 bf cf 4f 
D (2868) wpa: SAE: pwd-value (u1 P1) - hexdump(len=48):
D (2878) wpa: 42 fb 83 3f e3 e4 13 40 97 b0 b6 1c 41 e4 82 11 
D (2878) wpa: 79 95 15 3b 72 3b 3a 45 2a 56 7e ef b9 99 0a d6 
D (2888) wpa: 71 bc 98 e4 16 b5 22 86 7d 70 ac 1c 30 ed 10 56 
D (2888) wpa: SAE: u1 - hexdump(len=32):
D (2898) wpa: 94 9a 00 cb 98 a6 02 18 03 76 e8 6f 3e 04 41 7a 
D (2898) wpa: 1e 1e 67 37 3d 94 b9 06 f9 05 75 78 c7 86 c5 43 
D (2918) wpa: SSWU: m - hexdump(len=32):
D (2918) wpa: a0 06 1b 06 57 0f 8b a7 a4 6b 24 96 fc 4e 2a 23 
D (2918) wpa: b2 d1 5c 94 11 f4 f5 8b 1e ec 24 79 46 10 13 2f 
D (2928) wpa: SSWU: t - hexdump(len=32):
D (2928) wpa: 03 bf ac de 52 36 3d 52 47 ad e6 88 d3 6b 79 d2 
D (2938) wpa: 62 a4 50 27 34 0f 69 9c 89 ed 22 7b bb 32 d0 9f 
D (2948) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (2948) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3 
D (2948) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24 
D (2968) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (2968) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (2968) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (2978) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (2978) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (2988) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (2998) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (2998) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46 
D (3008) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13 
D (3018) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (3018) wpa: d1 a8 84 c3 d5 71 03 2b 85 e9 a2 2a 14 d7 3a a6 
D (3018) wpa: 34 7b 21 36 5a 7d 38 88 1c 9c 50 c4 3c aa 79 a2 
D (3028) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (3028) wpa: 3b d7 02 e4 1a 87 8f 30 11 41 42 96 7f bd 81 cf 
D (3038) wpa: ba 49 b7 b5 48 7f 54 32 b6 53 8b 1d 6c 7c 69 48 
D (3048) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (3048) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00 
D (3058) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff 
D (3058) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (3068) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46 
D (3078) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13 
D (3078) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (3088) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (3088) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (3108) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (3108) wpa: 23 20 c6 c9 b3 b6 04 59 74 c1 66 5f f6 86 e6 e9 
D (3108) wpa: d8 e3 b8 95 2a 77 e9 74 e6 b5 a9 f8 40 b3 27 c0 
D (3118) wpa: SSWU: p - y - hexdump(len=32):
D (3118) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16 
D (3128) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f 
D (3128) wpa: SSWU: P.x - hexdump(len=32):
D (3138) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (3138) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (3148) wpa: SSWU: P.y - hexdump(len=32):
D (3148) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16 
D (3158) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f 
D (3158) wpa: SAE: pwd-value (u2 P2) - hexdump(len=48):
D (3168) wpa: 6d 6c 19 1e 51 ea 50 26 0d 02 30 95 62 db d8 35 
D (3168) wpa: 88 cd 6f f5 d1 9c bf 0d 97 5c 35 32 de c4 4d 78 
D (3178) wpa: 88 8e 9d 17 86 76 05 f8 20 f2 8c ad 23 4a 2a b5 
D (3188) wpa: SAE: u2 - hexdump(len=32):
D (3188) wpa: 2c 52 de e6 61 be b6 42 d8 05 cb ee 7f d7 cc bd 
D (3198) wpa: f3 88 c6 8a 45 cc 6f 3c 7f df 0d 68 25 bc 1a 61 
D (3208) wpa: SSWU: m - hexdump(len=32):
D (3208) wpa: 52 82 6e ea d7 b3 34 f1 5b b3 72 c4 83 c7 87 73 
D (3208) wpa: 90 97 6b 83 83 1d 7f b0 18 aa ea b2 85 d9 5b 0d 
D (3228) wpa: SSWU: t - hexdump(len=32):
D (3228) wpa: 21 bf 1b fe 67 a7 07 40 46 81 15 b4 1a 5e c5 13 
D (3228) wpa: 19 9e 53 5b 41 bd 7b 84 62 3d 55 25 13 69 fa f1 
D (3238) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (3238) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3 
D (3248) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24 
D (3258) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (3258) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70 
D (3258) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96 
D (3268) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (3268) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70 
D (3278) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96 
D (3288) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (3288) wpa: a0 40 3f 96 90 ec a5 ef 38 65 03 4b 09 2b 1c d6 
D (3298) wpa: 27 c8 bb a0 7f 53 18 b9 61 b3 df 85 82 57 e1 3d 
D (3308) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (3308) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (3318) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (3328) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (3328) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8 
D (3328) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1 
D (3348) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (3348) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00 
D (3348) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff 
D (3358) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (3358) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8 
D (3368) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1 
D (3368) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (3378) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (3388) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (3398) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (3398) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e 
D (3398) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d 
D (3408) wpa: SSWU: p - y - hexdump(len=32):
D (3408) wpa: 5f 46 df ad 82 da 36 c2 c8 46 85 be de 3c 5f 61 
D (3418) wpa: e8 8a a7 cf 8f a4 10 dd a6 27 5f d4 18 ac 24 a2 
D (3418) wpa: SSWU: P.x - hexdump(len=32):
D (3428) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (3428) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (3438) wpa: SSWU: P.y - hexdump(len=32):
D (3438) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e 
D (3448) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d 
D (3458) wpa: SAE: Selecting supported ECC group 19
D (3458) wpa: SAE: Derive PWE from PT
D (3468) wpa: SAE: PT.x - hexdump(len=32):
D (3468) wpa: 26 2c 48 d5 42 94 fa 1b 92 32 fc e2 6b 08 cf 64 
D (3478) wpa: 05 6a 60 06 ca 42 93 c6 a5 90 a3 92 e7 46 bd 18 
D (3478) wpa: SAE: PT.y - hexdump(len=32):
D (3488) wpa: 8f 74 a3 62 ab e3 58 98 9c aa 92 44 32 67 c1 d2 
D (3488) wpa: 42 b9 78 7b 05 5e 6c ac 20 e2 b9 2e a2 44 d8 bc 
D (3498) wpa: SAE: val = H(0^n, MAX(addrs) || MIN(addrs))
D (3498) wpa: SAE: val - hexdump(len=32):
D (3508) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00 
D (3508) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 14 
D (3518) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32):
D (3518) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00 
D (3528) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15 
D (3958) wpa: SAE: PWE.x - hexdump(len=32):
D (3958) wpa: 64 e3 69 d1 9c eb 5a 2a 3d a2 f7 e0 1f 01 b2 33 
D (3958) wpa: 61 e8 dd 93 13 d2 d5 8d a8 6a 31 98 71 05 73 7a 
D (3958) wpa: SAE: PWE.y - hexdump(len=32):
D (3968) wpa: 1d 8f bf ce 41 8c ca 66 6e 73 40 d8 30 0f df 8a 
D (3968) wpa: 1b 1a d1 81 c2 f7 1e f3 0e 8a d2 d6 76 74 ee 6b 
D (4398) wpa: SAE: own commit-scalar - hexdump(len=32):
D (4398) wpa: 5c 75 8a 34 7e e2 34 65 08 72 d7 5d 94 fc 58 c6 
D (4398) wpa: 39 6e 9d a6 f8 67 44 d4 0b d1 e4 50 19 c9 be 08 
D (4408) wpa: SAE: own commit-element(x) - hexdump(len=32):
D (4408) wpa: e4 b4 81 49 0c cc 88 ae 6d 16 64 26 9c 5d ab 52 
D (4418) wpa: 6e b5 75 e3 b5 11 5b 35 db 33 d9 c7 5d ab 7c ff 
D (4418) wpa: SAE: own commit-element(y) - hexdump(len=32):
D (4428) wpa: 6f 16 9c ed a1 86 74 88 e4 f0 61 4b 82 80 9c d8 
D (4438) wpa: be c4 00 57 98 06 7b 08 fd a1 77 f0 4b c9 6e ee 
D (4558) wpa: SAE: Peer commit-scalar - hexdump(len=32):
D (4558) wpa: 54 a0 2e 11 2a a6 5e c4 0d 72 ca b0 e8 39 ca 60 
D (4558) wpa: 07 61 0f 10 e1 b0 9f d3 0d 32 33 ae 57 9a 10 d9 
D (4568) wpa: SAE: Peer commit-element(x) - hexdump(len=32):
D (4578) wpa: 46 32 7b 1b e3 34 5d bc a6 47 9c e3 80 58 fa 7c 
D (4578) wpa: c4 d3 8c 7c 50 b9 6f 00 b3 53 ae 08 76 30 49 e7 
D (4588) wpa: SAE: Peer commit-element(y) - hexdump(len=32):
D (4588) wpa: dd a1 c0 37 46 8f 84 be 43 59 ca 7d d1 80 f2 32 
D (4598) wpa: 6c 46 c1 84 6b 7e 6b 83 b9 c9 9e ef 7e ac 99 81 
D (4608) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (4608) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (4618) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (5468) wpa: SAE: k - hexdump(len=32):
D (5468) wpa: 5e 94 59 2e a7 0a 8c 44 97 62 7a c6 94 cf ae f2 
D (5468) wpa: 88 51 5d 96 c7 c7 3d 89 85 fd 43 ed 0b b4 d3 55 
D (5478) wpa: SAE: salt for keyseed derivation - hexdump(len=32):
D (5478) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
D (5488) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
D (5498) wpa: SAE: keyseed - hexdump(len=32):
D (5498) wpa: da 0c 9f 8a 25 db f4 21 4c 23 97 34 8e ac 49 f3 
D (5508) wpa: 67 42 aa e7 4a 53 f3 6e 30 d0 06 3e 79 9a d4 66 
D (5508) wpa: SAE: PMKID - hexdump(len=16):
D (5518) wpa: b1 15 b8 45 a9 88 93 29 15 e5 a2 0e 7d 36 23 26 
D (5518) wpa: SAE: KCK - hexdump(len=32):
D (5528) wpa: f3 10 47 cd 25 b4 0f f7 69 15 24 fa b7 cc 1e 73 
D (5528) wpa: e6 d4 3f 49 df 32 35 d9 ae b2 4d a7 11 50 e6 ba 
D (5538) wpa: SAE: PMK - hexdump(len=32):
D (5538) wpa: 6e b3 f7 50 ab 9e 4c a8 b2 ef 25 0c d1 71 c7 e1 
D (5548) wpa: 2c 93 9d 33 d5 da 62 2e 68 03 52 ca a3 d2 92 c8 
D (5558) wpa: SAE: peer-send-confirm 1
D (5558) wpa: RSN: Added PMKSA cache entry for ac:b6:87:d1:a8:68 network_ctx=0x0
I (5568) wifi:state: auth -> assoc (0)
D (5608) wpa: WPA: Association event - clear replay counter
D (5608) wpa: WPA: Clear old PTK
I (5608) wifi:state: assoc -> run (10)
D (5718) wpa: IEEE 802.1X RX: version=1 type=3 length=117

D (5718) wpa:   EAPOL-Key type=2

D (5718) wpa:   key_info 0x88 (ver=0 keyidx=0 rsvd=0 Pairwise Ack)

D (5728) wpa:   key_length=16 key_data_length=22

D (5738) wpa: WPA 1/4-Way Handshake

D (5738) wpa: WPA: PMKID in EAPOL-Key - hexdump(len=22):
D (5738) wpa: dd 14 00 0f ac 04 b1 15 b8 45 a9 88 93 29 15 e5 
D (5748) wpa: a2 0e 7d 36 23 26 
D (5748) wpa: RSN: PMKID from Authenticator - hexdump(len=16):
D (5758) wpa: b1 15 b8 45 a9 88 93 29 15 e5 a2 0e 7d 36 23 26 
D (5758) wpa: RSN: found matching PMKID from PMKSA cache
D (5768) wpa: RSN: matched PMKID - hexdump(len=16):
D (5768) wpa: b1 15 b8 45 a9 88 93 29 15 e5 a2 0e 7d 36 23 26 
D (5778) wpa: RSN: PMK from PMKSA cache - hexdump(len=32):
D (5788) wpa: 6e b3 f7 50 ab 9e 4c a8 b2 ef 25 0c d1 71 c7 e1 
D (5788) wpa: 2c 93 9d 33 d5 da 62 2e 68 03 52 ca a3 d2 92 c8 
D (5798) wpa: WPA: Renewed SNonce - hexdump(len=32):
D (5798) wpa: b3 15 a9 b2 c7 25 0c 48 6e 9b d1 b9 25 51 c4 50 
D (5808) wpa: e1 ab 25 8a 07 db c0 e4 1c 80 c2 a9 77 cf b9 59 
D (5818) wpa: WPA: PTK derivation - A1=f0:08:d1:79:8c:60 A2=ac:b6:87:d1:a8:68

D (5818) wpa: WPA Send EAPOL-Key 2/4

D (5828) wpa: IEEE 802.1X RX: version=1 type=3 length=199

D (5828) wpa:   EAPOL-Key type=2

D (5828) wpa:   key_info 0x13c8 (ver=0 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)

D (5838) wpa:   key_length=16 key_data_length=104

D (5848) wpa: RSN: encrypted key data - hexdump(len=104):
D (5848) wpa: a6 d7 23 8d ad 3d 06 99 5e a8 e6 8d aa 0e 8e ae 
D (5858) wpa: 64 ee ad 79 95 38 ae 5b b2 be fe e4 f6 c0 f0 2c 
D (5868) wpa: 40 81 fb fa 1c 0c 48 a6 bd 1a b2 97 a7 c4 3e 19 
D (5868) wpa: de 9a c0 6c 0e 23 c1 64 6c 99 2e 99 08 23 cf b9 
D (5878) wpa: cc 0d e5 88 3e 3c fa ae 49 44 52 24 6a 31 c6 ca 
D (5878) wpa: f7 86 53 74 85 a4 09 8c 3b 42 06 c2 a5 f2 82 dd 
D (5888) wpa: 66 eb 78 02 e3 fc 1d 03 
D (5888) wpa: WPA: decrypted EAPOL-Key key data - hexdump(len=96):
D (5898) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 
D (5908) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 f4 01 20 dd 
D (5908) wpa: 16 00 0f ac 01 01 00 41 a3 c9 0b 3b fb 6b a9 9b 
D (5918) wpa: 41 b9 db b4 77 15 74 dd 1c 00 0f ac 09 04 00 00 
D (5918) wpa: 00 00 00 00 00 c9 c2 a1 56 8d 5f 3d 13 e8 bb 7c 
D (5928) wpa: 06 bb a1 a0 dc dd 05 50 6f 9a 20 01 dd 00 00 00 
D (5928) wpa: WPA 3/4-Way Handshake

D (5938) wpa: WPA: IE KeyData - hexdump(len=96):
D (5938) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 
D (5948) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 f4 01 20 dd 
D (5948) wpa: 16 00 0f ac 01 01 00 41 a3 c9 0b 3b fb 6b a9 9b 
D (5958) wpa: 41 b9 db b4 77 15 74 dd 1c 00 0f ac 09 04 00 00 
D (5968) wpa: 00 00 00 00 00 c9 c2 a1 56 8d 5f 3d 13 e8 bb 7c 
D (5968) wpa: 06 bb a1 a0 dc dd 05 50 6f 9a 20 01 dd 00 00 00 
D (5978) wpa: WPA: RSN IE in EAPOL-Key - hexdump(len=28):
D (5978) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 
D (5988) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 
D (5988) wpa: WPA: RSNXE in EAPOL-Key - hexdump(len=3):
D (5998) wpa: f4 01 20 
D (5998) wpa: WPA: GTK in EAPOL-Key - hexdump(len=24):
D (6008) wpa: dd 16 00 0f ac 01 01 00 41 a3 c9 0b 3b fb 6b a9 
D (6008) wpa: 9b 41 b9 db b4 77 15 74 
D (6018) wpa: WPA: IGTK in EAPOL-Key - hexdump(len=30):
D (6018) wpa: dd 1c 00 0f ac 09 04 00 00 00 00 00 00 00 c9 c2 
D (6028) wpa: a1 56 8d 5f 3d 13 e8 bb 7c 06 bb a1 a0 dc 
D (6028) wpa: WPA: Transition Disable KDE in EAPOL-Key - hexdump(len=7):
D (6038) wpa: dd 05 50 6f 9a 20 01 
D (6038) wpa: WPA: No WPA/RSN IE for this AP known. Trying to get from scan results

D (6048) wpa: WPA: Found the current AP from updated scan results

D (6058) wpa: WPA: RSC - hexdump(len=8):
D (6058) wpa: 58 01 00 00 00 00 00 00 
D (6068) wpa: RSN: received GTK in pairwise handshake - hexdump(len=18):
D (6068) wpa: 01 00 41 a3 c9 0b 3b fb 6b a9 9b 41 b9 db b4 77 
D (6078) wpa: 15 74 
D (6078) wpa: RSN: Failed to configure IGTK
I (6088) wifi:state: run -> init (1c0)
I (6088) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
D (6098) wpa: RSN: Flush PMKSA cache entry for ac:b6:87:d1:a8:68
D (6098) wpa: RSN: PMKSA cache entry free_cb: ac:b6:87:d1:a8:68 reason=0
D (6108) wpa: WPA: Clear old PMK and PTK
D (6108) event: running post WIFI_EVENT:5 with handler 0x400dbc94 and context 0x3ffbf570 on loop 0x3ffbe33c
0x400dbc94: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (6118) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf268 from event_id=5
D (6128) esp_netif_lwip: check: remote, if=0x3ffbf268 fn=0x400d9a0c
0x400d9a0c: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278


D (6138) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf268
D (6138) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf268
D (6148) esp_netif_lwip: if0x3ffbf268 start ip lost tmr: no need start because netif=0x3ffbf2e8 interval=120 ip=0
D (6158) esp_netif_lwip: check: local, if=0x3ffbf268 fn=0x400da2dc
0x400da2dc: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189


D (6168) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf268
D (6168) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (6178) event: running post WIFI_EVENT:5 with handler 0x400d4f0c and context 0x3ffb9764 on loop 0x3ffbe33c
0x400d4f0c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (6188) wifi station: retry to connect to the AP
I (6188) wifi station: connect to the AP fail
D (8598) event: running post WIFI_EVENT:5 with handler 0x400dbc94 and context 0x3ffbf570 on loop 0x3ffbe33c
0x400dbc94: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (8598) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf268 from event_id=5
D (8608) esp_netif_lwip: check: remote, if=0x3ffbf268 fn=0x400d9a0c
0x400d9a0c: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278


D (8608) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf268
D (8618) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf268
D (8628) esp_netif_lwip: if0x3ffbf268 start ip lost tmr: no need start because netif=0x3ffbf2e8 interval=120 ip=0
D (8638) esp_netif_lwip: check: local, if=0x3ffbf268 fn=0x400da2dc
0x400da2dc: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189


D (8638) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf268
D (8648) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (8658) event: running post WIFI_EVENT:5 with handler 0x400d4f0c and context 0x3ffb9764 on loop 0x3ffbe33c
0x400d4f0c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (8668) wifi station: retry to connect to the AP
I (8668) wifi station: connect to the AP fail
D (8678) wpa: wpa_parse_wpa_ie_rsn: ie has 4 trailing bytes - ignored
D (8678) wpa: WPA: set AP RSNXE - hexdump(len=3):
D (8688) wpa: f4 01 20 
I (8688) wifi:new:<11,2>, old:<11,0>, ap:<255,255>, sta:<11,2>, prof:1
D (8698) wpa: RSN: PMKSA cache search - network_ctx=0x0 try_opportunistic=0
D (8698) wpa: RSN: Search for BSSID ac:b6:87:d1:a8:68
D (8708) wpa: RSN: No PMKSA cache entry found
D (8708) wpa: RSN: set own RSNXE - hexdump(len=3):
D (8718) wpa: f4 01 20 
I (8718) wifi:state: init -> auth (b0)
D (8718) wpa: SAE: Derive PT - group 19
D (8728) wpa: SAE: pwd-seed - hexdump(len=32):
D (8728) wpa: ce f0 8b 91 96 20 d1 08 e5 86 62 be f7 8a 3c 62 
D (8738) wpa: 56 79 32 39 54 eb 86 9a 3d 1e fa c1 b2 bf cf 4f 
D (8738) wpa: SAE: pwd-value (u1 P1) - hexdump(len=48):
D (8748) wpa: 42 fb 83 3f e3 e4 13 40 97 b0 b6 1c 41 e4 82 11 
D (8758) wpa: 79 95 15 3b 72 3b 3a 45 2a 56 7e ef b9 99 0a d6 
D (8758) wpa: 71 bc 98 e4 16 b5 22 86 7d 70 ac 1c 30 ed 10 56 
D (8768) wpa: SAE: u1 - hexdump(len=32):
D (8768) wpa: 94 9a 00 cb 98 a6 02 18 03 76 e8 6f 3e 04 41 7a 
D (8778) wpa: 1e 1e 67 37 3d 94 b9 06 f9 05 75 78 c7 86 c5 43 
D (8788) wpa: SSWU: m - hexdump(len=32):
D (8788) wpa: a0 06 1b 06 57 0f 8b a7 a4 6b 24 96 fc 4e 2a 23 
D (8788) wpa: b2 d1 5c 94 11 f4 f5 8b 1e ec 24 79 46 10 13 2f 
D (8808) wpa: SSWU: t - hexdump(len=32):
D (8808) wpa: 03 bf ac de 52 36 3d 52 47 ad e6 88 d3 6b 79 d2 
D (8808) wpa: 62 a4 50 27 34 0f 69 9c 89 ed 22 7b bb 32 d0 9f 
D (8818) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (8818) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3 
D (8828) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24 
D (8838) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (8838) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (8838) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (8848) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (8858) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (8858) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (8868) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (8868) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46 
D (8878) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13 
D (8888) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (8888) wpa: d1 a8 84 c3 d5 71 03 2b 85 e9 a2 2a 14 d7 3a a6 
D (8898) wpa: 34 7b 21 36 5a 7d 38 88 1c 9c 50 c4 3c aa 79 a2 
D (8908) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (8908) wpa: 3b d7 02 e4 1a 87 8f 30 11 41 42 96 7f bd 81 cf 
D (8908) wpa: ba 49 b7 b5 48 7f 54 32 b6 53 8b 1d 6c 7c 69 48 
D (8928) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (8928) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00 
D (8928) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff 
D (8938) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (8938) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46 
D (8948) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13 
D (8958) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (8958) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (8968) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (8978) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (8978) wpa: 23 20 c6 c9 b3 b6 04 59 74 c1 66 5f f6 86 e6 e9 
D (8978) wpa: d8 e3 b8 95 2a 77 e9 74 e6 b5 a9 f8 40 b3 27 c0 
D (8988) wpa: SSWU: p - y - hexdump(len=32):
D (8988) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16 
D (8998) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f 
D (9008) wpa: SSWU: P.x - hexdump(len=32):
D (9008) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (9018) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (9018) wpa: SSWU: P.y - hexdump(len=32):
D (9028) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16 
D (9028) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f 
D (9038) wpa: SAE: pwd-value (u2 P2) - hexdump(len=48):
D (9038) wpa: 6d 6c 19 1e 51 ea 50 26 0d 02 30 95 62 db d8 35 
D (9048) wpa: 88 cd 6f f5 d1 9c bf 0d 97 5c 35 32 de c4 4d 78 
D (9048) wpa: 88 8e 9d 17 86 76 05 f8 20 f2 8c ad 23 4a 2a b5 
D (9058) wpa: SAE: u2 - hexdump(len=32):
D (9058) wpa: 2c 52 de e6 61 be b6 42 d8 05 cb ee 7f d7 cc bd 
D (9068) wpa: f3 88 c6 8a 45 cc 6f 3c 7f df 0d 68 25 bc 1a 61 
D (9078) wpa: SSWU: m - hexdump(len=32):
D (9078) wpa: 52 82 6e ea d7 b3 34 f1 5b b3 72 c4 83 c7 87 73 
D (9088) wpa: 90 97 6b 83 83 1d 7f b0 18 aa ea b2 85 d9 5b 0d 
D (9098) wpa: SSWU: t - hexdump(len=32):
D (9098) wpa: 21 bf 1b fe 67 a7 07 40 46 81 15 b4 1a 5e c5 13 
D (9098) wpa: 19 9e 53 5b 41 bd 7b 84 62 3d 55 25 13 69 fa f1 
D (9118) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (9118) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3 
D (9118) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24 
D (9128) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (9128) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70 
D (9138) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96 
D (9138) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (9148) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70 
D (9148) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96 
D (9168) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (9168) wpa: a0 40 3f 96 90 ec a5 ef 38 65 03 4b 09 2b 1c d6 
D (9168) wpa: 27 c8 bb a0 7f 53 18 b9 61 b3 df 85 82 57 e1 3d 
D (9178) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (9178) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (9188) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (9198) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (9198) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8 
D (9208) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1 
D (9218) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (9218) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00 
D (9218) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff 
D (9228) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (9238) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8 
D (9238) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1 
D (9248) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (9248) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (9258) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (9268) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (9268) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e 
D (9278) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d 
D (9278) wpa: SSWU: p - y - hexdump(len=32):
D (9288) wpa: 5f 46 df ad 82 da 36 c2 c8 46 85 be de 3c 5f 61 
D (9288) wpa: e8 8a a7 cf 8f a4 10 dd a6 27 5f d4 18 ac 24 a2 
D (9298) wpa: SSWU: P.x - hexdump(len=32):
D (9298) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (9308) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (9308) wpa: SSWU: P.y - hexdump(len=32):
D (9318) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e 
D (9318) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d 
D (9338) wpa: SAE: Selecting supported ECC group 19
D (9338) wpa: SAE: Derive PWE from PT
D (9338) wpa: SAE: PT.x - hexdump(len=32):
D (9338) wpa: 26 2c 48 d5 42 94 fa 1b 92 32 fc e2 6b 08 cf 64 
D (9348) wpa: 05 6a 60 06 ca 42 93 c6 a5 90 a3 92 e7 46 bd 18 
D (9348) wpa: SAE: PT.y - hexdump(len=32):
D (9358) wpa: 8f 74 a3 62 ab e3 58 98 9c aa 92 44 32 67 c1 d2 
D (9358) wpa: 42 b9 78 7b 05 5e 6c ac 20 e2 b9 2e a2 44 d8 bc 
D (9368) wpa: SAE: val = H(0^n, MAX(addrs) || MIN(addrs))
D (9378) wpa: SAE: val - hexdump(len=32):
D (9378) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00 
D (9388) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 14 
D (9388) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32):
D (9398) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00 
D (9398) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15 
D (9828) wpa: SAE: PWE.x - hexdump(len=32):
D (9828) wpa: 64 e3 69 d1 9c eb 5a 2a 3d a2 f7 e0 1f 01 b2 33 
D (9828) wpa: 61 e8 dd 93 13 d2 d5 8d a8 6a 31 98 71 05 73 7a 
D (9838) wpa: SAE: PWE.y - hexdump(len=32):
D (9838) wpa: 1d 8f bf ce 41 8c ca 66 6e 73 40 d8 30 0f df 8a 
D (9848) wpa: 1b 1a d1 81 c2 f7 1e f3 0e 8a d2 d6 76 74 ee 6b 
D (10268) wpa: SAE: own commit-scalar - hexdump(len=32):
D (10268) wpa: e2 f4 9f cc 39 5d 7f 45 8a 65 ca 6b 54 9b d9 09 
D (10268) wpa: fb 33 b5 e3 2e a7 44 4c ee b0 03 b3 e0 9a ca 7c 
D (10278) wpa: SAE: own commit-element(x) - hexdump(len=32):
D (10278) wpa: f9 b0 45 a8 89 22 af d4 4f 88 94 1d d7 4b 6a 83 
D (10288) wpa: 66 be 5e 6f 91 21 46 ba a5 5b c5 df a1 b2 68 49 
D (10298) wpa: SAE: own commit-element(y) - hexdump(len=32):
D (10298) wpa: a5 6b 84 84 70 47 41 b3 c3 8e 37 b1 83 0b fe ab 
D (10308) wpa: b3 4b e3 d7 20 55 c0 07 1f 96 0d 38 76 ec 7b 89 
I (10308) wifi:state: auth -> init (fc0)
I (10318) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
D (10318) wpa: WPA: Clear old PMK and PTK
D (10328) event: running post WIFI_EVENT:5 with handler 0x400dbc94 and context 0x3ffbf570 on loop 0x3ffbe33c
0x400dbc94: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (10338) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf268 from event_id=5
D (10348) esp_netif_lwip: check: remote, if=0x3ffbf268 fn=0x400d9a0c
0x400d9a0c: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278


D (10348) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf268
D (10358) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf268
D (10368) esp_netif_lwip: if0x3ffbf268 start ip lost tmr: no need start because netif=0x3ffbf2e8 interval=120 ip=0
D (10378) esp_netif_lwip: check: local, if=0x3ffbf268 fn=0x400da2dc
0x400da2dc: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189


D (10378) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf268
D (10388) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (10398) event: running post WIFI_EVENT:5 with handler 0x400d4f0c and context 0x3ffb9764 on loop 0x3ffbe33c
0x400d4f0c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (10408) wifi station: retry to connect to the AP
I (10408) wifi station: connect to the AP fail
D (12818) event: running post WIFI_EVENT:5 with handler 0x400dbc94 and context 0x3ffbf570 on loop 0x3ffbe33c
0x400dbc94: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (12818) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf268 from event_id=5
D (12818) esp_netif_lwip: check: remote, if=0x3ffbf268 fn=0x400d9a0c
0x400d9a0c: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278


D (12828) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf268
D (12838) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf268
D (12838) esp_netif_lwip: if0x3ffbf268 start ip lost tmr: no need start because netif=0x3ffbf2e8 interval=120 ip=0
D (12848) esp_netif_lwip: check: local, if=0x3ffbf268 fn=0x400da2dc
0x400da2dc: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189


D (12858) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf268
D (12868) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (12868) event: running post WIFI_EVENT:5 with handler 0x400d4f0c and context 0x3ffb9764 on loop 0x3ffbe33c
0x400d4f0c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (12878) wifi station: retry to connect to the AP
I (12888) wifi station: connect to the AP fail
D (12888) wpa: wpa_parse_wpa_ie_rsn: ie has 4 trailing bytes - ignored
D (12898) wpa: WPA: set AP RSNXE - hexdump(len=3):
D (12908) wpa: f4 01 20 
I (12908) wifi:new:<11,2>, old:<11,0>, ap:<255,255>, sta:<11,2>, prof:1
D (12908) wpa: RSN: PMKSA cache search - network_ctx=0x0 try_opportunistic=0
D (12918) wpa: RSN: Search for BSSID ac:b6:87:d1:a8:68
D (12928) wpa: RSN: No PMKSA cache entry found
D (12928) wpa: RSN: set own RSNXE - hexdump(len=3):
D (12938) wpa: f4 01 20 
I (12938) wifi:state: init -> auth (b0)
D (12938) wpa: SAE: Derive PT - group 19
D (12948) wpa: SAE: pwd-seed - hexdump(len=32):
D (12948) wpa: ce f0 8b 91 96 20 d1 08 e5 86 62 be f7 8a 3c 62 
D (12958) wpa: 56 79 32 39 54 eb 86 9a 3d 1e fa c1 b2 bf cf 4f 
D (12958) wpa: SAE: pwd-value (u1 P1) - hexdump(len=48):
D (12968) wpa: 42 fb 83 3f e3 e4 13 40 97 b0 b6 1c 41 e4 82 11 
D (12968) wpa: 79 95 15 3b 72 3b 3a 45 2a 56 7e ef b9 99 0a d6 
D (12978) wpa: 71 bc 98 e4 16 b5 22 86 7d 70 ac 1c 30 ed 10 56 
D (12988) wpa: SAE: u1 - hexdump(len=32):
D (12988) wpa: 94 9a 00 cb 98 a6 02 18 03 76 e8 6f 3e 04 41 7a 
D (12998) wpa: 1e 1e 67 37 3d 94 b9 06 f9 05 75 78 c7 86 c5 43 
D (13008) wpa: SSWU: m - hexdump(len=32):
D (13008) wpa: a0 06 1b 06 57 0f 8b a7 a4 6b 24 96 fc 4e 2a 23 
D (13008) wpa: b2 d1 5c 94 11 f4 f5 8b 1e ec 24 79 46 10 13 2f 
D (13028) wpa: SSWU: t - hexdump(len=32):
D (13028) wpa: 03 bf ac de 52 36 3d 52 47 ad e6 88 d3 6b 79 d2 
D (13028) wpa: 62 a4 50 27 34 0f 69 9c 89 ed 22 7b bb 32 d0 9f 
D (13038) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (13038) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3 
D (13048) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24 
D (13058) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (13058) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (13058) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (13068) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (13078) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (13078) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (13088) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (13088) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46 
D (13098) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13 
D (13108) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (13108) wpa: d1 a8 84 c3 d5 71 03 2b 85 e9 a2 2a 14 d7 3a a6 
D (13118) wpa: 34 7b 21 36 5a 7d 38 88 1c 9c 50 c4 3c aa 79 a2 
D (13128) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (13128) wpa: 3b d7 02 e4 1a 87 8f 30 11 41 42 96 7f bd 81 cf 
D (13128) wpa: ba 49 b7 b5 48 7f 54 32 b6 53 8b 1d 6c 7c 69 48 
D (13148) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (13148) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00 
D (13148) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff 
D (13158) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (13158) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46 
D (13168) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13 
D (13178) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (13178) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (13188) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (13198) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (13198) wpa: 23 20 c6 c9 b3 b6 04 59 74 c1 66 5f f6 86 e6 e9 
D (13198) wpa: d8 e3 b8 95 2a 77 e9 74 e6 b5 a9 f8 40 b3 27 c0 
D (13208) wpa: SSWU: p - y - hexdump(len=32):
D (13218) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16 
D (13218) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f 
D (13228) wpa: SSWU: P.x - hexdump(len=32):
D (13228) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df 
D (13238) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa 
D (13238) wpa: SSWU: P.y - hexdump(len=32):
D (13248) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16 
D (13248) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f 
D (13258) wpa: SAE: pwd-value (u2 P2) - hexdump(len=48):
D (13258) wpa: 6d 6c 19 1e 51 ea 50 26 0d 02 30 95 62 db d8 35 
D (13268) wpa: 88 cd 6f f5 d1 9c bf 0d 97 5c 35 32 de c4 4d 78 
D (13278) wpa: 88 8e 9d 17 86 76 05 f8 20 f2 8c ad 23 4a 2a b5 
D (13278) wpa: SAE: u2 - hexdump(len=32):
D (13288) wpa: 2c 52 de e6 61 be b6 42 d8 05 cb ee 7f d7 cc bd 
D (13288) wpa: f3 88 c6 8a 45 cc 6f 3c 7f df 0d 68 25 bc 1a 61 
D (13308) wpa: SSWU: m - hexdump(len=32):
D (13308) wpa: 52 82 6e ea d7 b3 34 f1 5b b3 72 c4 83 c7 87 73 
D (13308) wpa: 90 97 6b 83 83 1d 7f b0 18 aa ea b2 85 d9 5b 0d 
D (13318) wpa: SSWU: t - hexdump(len=32):
D (13318) wpa: 21 bf 1b fe 67 a7 07 40 46 81 15 b4 1a 5e c5 13 
D (13318) wpa: 19 9e 53 5b 41 bd 7b 84 62 3d 55 25 13 69 fa f1 
D (13338) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (13338) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3 
D (13338) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24 
D (13358) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (13358) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70 
D (13358) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96 
D (13368) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (13368) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70 
D (13378) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96 
D (13388) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (13388) wpa: a0 40 3f 96 90 ec a5 ef 38 65 03 4b 09 2b 1c d6 
D (13398) wpa: 27 c8 bb a0 7f 53 18 b9 61 b3 df 85 82 57 e1 3d 
D (13408) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (13408) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (13408) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (13428) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (13428) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8 
D (13428) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1 
D (13438) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (13448) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00 
D (13448) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff 
D (13458) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (13458) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8 
D (13468) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1 
D (13468) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (13478) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (13478) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (13498) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (13498) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e 
D (13498) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d 
D (13508) wpa: SSWU: p - y - hexdump(len=32):
D (13508) wpa: 5f 46 df ad 82 da 36 c2 c8 46 85 be de 3c 5f 61 
D (13518) wpa: e8 8a a7 cf 8f a4 10 dd a6 27 5f d4 18 ac 24 a2 
D (13518) wpa: SSWU: P.x - hexdump(len=32):
D (13528) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42 
D (13528) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32 
D (13538) wpa: SSWU: P.y - hexdump(len=32):
D (13538) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e 
D (13548) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d 
D (13558) wpa: SAE: Selecting supported ECC group 19
D (13568) wpa: SAE: Derive PWE from PT
D (13568) wpa: SAE: PT.x - hexdump(len=32):
D (13568) wpa: 26 2c 48 d5 42 94 fa 1b 92 32 fc e2 6b 08 cf 64 
D (13578) wpa: 05 6a 60 06 ca 42 93 c6 a5 90 a3 92 e7 46 bd 18 
D (13578) wpa: SAE: PT.y - hexdump(len=32):
D (13588) wpa: 8f 74 a3 62 ab e3 58 98 9c aa 92 44 32 67 c1 d2 
D (13588) wpa: 42 b9 78 7b 05 5e 6c ac 20 e2 b9 2e a2 44 d8 bc 
D (13598) wpa: SAE: val = H(0^n, MAX(addrs) || MIN(addrs))
D (13598) wpa: SAE: val - hexdump(len=32):
D (13608) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00 
D (13608) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 14 
D (13618) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32):
D (13628) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00 
D (13628) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15 
D (14058) wpa: SAE: PWE.x - hexdump(len=32):
D (14058) wpa: 64 e3 69 d1 9c eb 5a 2a 3d a2 f7 e0 1f 01 b2 33 
D (14058) wpa: 61 e8 dd 93 13 d2 d5 8d a8 6a 31 98 71 05 73 7a 
D (14058) wpa: SAE: PWE.y - hexdump(len=32):
D (14068) wpa: 1d 8f bf ce 41 8c ca 66 6e 73 40 d8 30 0f df 8a 
D (14068) wpa: 1b 1a d1 81 c2 f7 1e f3 0e 8a d2 d6 76 74 ee 6b 
D (14498) wpa: SAE: own commit-scalar - hexdump(len=32):
D (14498) wpa: 83 15 6d f5 4c 13 42 b4 02 65 c1 4b 61 04 81 51 
D (14498) wpa: e5 fa 00 ce 07 d2 3c 1e a2 0e 71 8b c8 ce 40 c3 
D (14508) wpa: SAE: own commit-element(x) - hexdump(len=32):
D (14508) wpa: ad 09 ff 68 98 98 fc 8f 94 79 2c 23 e9 51 64 80 
D (14518) wpa: 23 7b ab 07 e2 4c 02 74 ca 20 e7 42 ce 76 e4 7d 
D (14518) wpa: SAE: own commit-element(y) - hexdump(len=32):
D (14528) wpa: cc ae 3e 4f 43 fd 44 33 46 ec 34 6f 53 1b 57 1f 
D (14528) wpa: 22 ce 46 25 2a 7b 7f 2b db 74 22 a4 c8 1c 6e 36 
E (14538) wpa: wpa3: failed to parse SAE commit in state(1)!
I (14548) wifi:state: auth -> init (600)
D (14548) nvs: nvs_set_blob sta.apinfo 700
I (14568) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
D (14568) wpa: WPA: Clear old PMK and PTK
D (14568) event: running post WIFI_EVENT:5 with handler 0x400dbc94 and context 0x3ffbf570 on loop 0x3ffbe33c
0x400dbc94: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (14578) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf268 from event_id=5
D (14588) esp_netif_lwip: check: remote, if=0x3ffbf268 fn=0x400d9a0c
0x400d9a0c: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278


D (14598) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf268
D (14598) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf268
D (14608) esp_netif_lwip: if0x3ffbf268 start ip lost tmr: no need start because netif=0x3ffbf2e8 interval=120 ip=0
D (14618) esp_netif_lwip: check: local, if=0x3ffbf268 fn=0x400da2dc
0x400da2dc: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189


D (14628) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf268
D (14628) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (14638) event: running post WIFI_EVENT:5 with handler 0x400d4f0c and context 0x3ffb9764 on loop 0x3ffbe33c
0x400d4f0c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (14648) wifi station: retry to connect to the AP
I (14648) wifi station: connect to the AP fail
D (17058) event: running post WIFI_EVENT:5 with handler 0x400dbc94 and context 0x3ffbf570 on loop 0x3ffbe33c
0x400dbc94: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (17058) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf268 from event_id=5
D (17068) esp_netif_lwip: check: remote, if=0x3ffbf268 fn=0x400d9a0c
0x400d9a0c: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278


D (17068) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf268
D (17078) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf268
D (17088) esp_netif_lwip: if0x3ffbf268 start ip lost tmr: no need start because netif=0x3ffbf2e8 interval=120 ip=0
D (17098) esp_netif_lwip: check: local, if=0x3ffbf268 fn=0x400da2dc
0x400da2dc: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189


D (17098) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf268
D (17108) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (17118) event: running post WIFI_EVENT:5 with handler 0x400d4f0c and context 0x3ffb9764 on loop 0x3ffbe33c
0x400d4f0c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (17128) wifi station: connect to the AP fail
I (17128) wifi station: Failed to connect to SSID:CHT Wi-Fi Home-J9K, password:0226868632

More Information.

No response

@AxelLin AxelLin added the Type: Bug bugs in IDF label Jan 1, 2023
@github-actions github-actions bot changed the title wifi station example fail to connect WPA3 PSK with esp-idf v4.3 branch wifi station example fail to connect WPA3 PSK with esp-idf v4.3 branch (IDFGH-9067) Jan 1, 2023
@espressif-bot espressif-bot added the Status: Opened Issue is new label Jan 1, 2023
@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 3, 2023

I notice in v4.4 branch, it has a few retry before successfully join AP.
This seems not normal.
I add debug print to show the disconnect reason and rssi:
I (3195) wifi station: Disconnect reason: 202, rssi=-27
I (5755) wifi station: Disconnect reason: 205, rssi=-128

BTW, my device is very close to the AP.
I tested several times, it always show above disconnect reason.

Below is the debug log:

I (0) cpu_start: App cpu up.
D (305) clk: RTC_SLOW_CLK calibration value: 3159603
I (317) cpu_start: Pro cpu start user code
I (317) cpu_start: cpu freq: 160000000
I (317) cpu_start: Application information:
I (322) cpu_start: Project name: wifi_station
I (327) cpu_start: App version: v4.4.3-347-g9ee3c8337d
I (333) cpu_start: Compile time: Jan 3 2023 08:43:38
I (339) cpu_start: ELF file SHA256: b319cf6da6b9cb17...
I (345) cpu_start: ESP-IDF: v4.4.3-347-g9ee3c8337d
D (352) memory_layout: Checking 7 reserved memory ranges:
D (357) memory_layout: Reserved memory range 0x3ffae000 - 0x3ffae6e0
D (364) memory_layout: Reserved memory range 0x3ffb0000 - 0x3ffb70c0
D (370) memory_layout: Reserved memory range 0x3ffe0000 - 0x3ffe0440
D (376) memory_layout: Reserved memory range 0x3ffe3f20 - 0x3ffe4350
D (383) memory_layout: Reserved memory range 0x40070000 - 0x40078000
D (389) memory_layout: Reserved memory range 0x40078000 - 0x40080000
0x40080000: _WindowOverflow4 at /home/axel/esp/esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1739

D (396) memory_layout: Reserved memory range 0x40080000 - 0x40093768
0x40080000: _WindowOverflow4 at /home/axel/esp/esp-idf/components/freertos/port/xtensa/xtensa_vectors.S:1739

D (402) memory_layout: Building list of available memory regions:
D (408) memory_layout: Available memory region 0x3ffae6e0 - 0x3ffb0000
D (415) memory_layout: Available memory region 0x3ffb70c0 - 0x3ffb8000
D (421) memory_layout: Available memory region 0x3ffb8000 - 0x3ffc0000
D (428) memory_layout: Available memory region 0x3ffc0000 - 0x3ffc2000
D (435) memory_layout: Available memory region 0x3ffc2000 - 0x3ffc4000
D (441) memory_layout: Available memory region 0x3ffc4000 - 0x3ffc6000
D (448) memory_layout: Available memory region 0x3ffc6000 - 0x3ffc8000
D (454) memory_layout: Available memory region 0x3ffc8000 - 0x3ffca000
D (461) memory_layout: Available memory region 0x3ffca000 - 0x3ffcc000
D (468) memory_layout: Available memory region 0x3ffcc000 - 0x3ffce000
D (474) memory_layout: Available memory region 0x3ffce000 - 0x3ffd0000
D (481) memory_layout: Available memory region 0x3ffd0000 - 0x3ffd2000
D (487) memory_layout: Available memory region 0x3ffd2000 - 0x3ffd4000
D (494) memory_layout: Available memory region 0x3ffd4000 - 0x3ffd6000
D (501) memory_layout: Available memory region 0x3ffd6000 - 0x3ffd8000
D (507) memory_layout: Available memory region 0x3ffd8000 - 0x3ffda000
D (514) memory_layout: Available memory region 0x3ffda000 - 0x3ffdc000
D (520) memory_layout: Available memory region 0x3ffdc000 - 0x3ffde000
D (527) memory_layout: Available memory region 0x3ffde000 - 0x3ffe0000
D (534) memory_layout: Available memory region 0x3ffe0440 - 0x3ffe3f20
D (540) memory_layout: Available memory region 0x3ffe4350 - 0x3ffe8000
D (547) memory_layout: Available memory region 0x3ffe8000 - 0x3fff0000
D (553) memory_layout: Available memory region 0x3fff0000 - 0x3fff8000
D (560) memory_layout: Available memory region 0x3fff8000 - 0x3fffc000
D (567) memory_layout: Available memory region 0x3fffc000 - 0x40000000
D (573) memory_layout: Available memory region 0x40093768 - 0x40094000
D (580) memory_layout: Available memory region 0x40094000 - 0x40096000
D (586) memory_layout: Available memory region 0x40096000 - 0x40098000
D (593) memory_layout: Available memory region 0x40098000 - 0x4009a000
D (600) memory_layout: Available memory region 0x4009a000 - 0x4009c000
D (606) memory_layout: Available memory region 0x4009c000 - 0x4009e000
D (613) memory_layout: Available memory region 0x4009e000 - 0x400a0000
I (619) heap_init: Initializing. RAM available for dynamic allocation:
D (627) heap_init: New heap initialised at 0x3ffae6e0
I (632) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
D (638) heap_init: New heap initialised at 0x3ffb70c0
I (643) heap_init: At 3FFB70C0 len 00028F40 (163 KiB): DRAM
I (649) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (656) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
D (662) heap_init: New heap initialised at 0x40093768
I (667) heap_init: At 40093768 len 0000C898 (50 KiB): IRAM
D (674) intr_alloc: Connected src 46 to int 2 (cpu 0)
D (679) FLASH_HAL: extra_dummy: 1
D (682) spi_flash: trying chip: issi
D (685) spi_flash: trying chip: gd
D (689) spi_flash: trying chip: mxic
D (693) spi_flash: trying chip: winbond
D (697) spi_flash: trying chip: generic
I (700) spi_flash: detected chip: generic
I (705) spi_flash: flash io: dio
D (709) efuse: In EFUSE_BLK0__DATA0_REG is used 1 bits starting with 2 bit
D (716) efuse: In EFUSE_BLK0__DATA6_REG is used 1 bits starting with 9 bit
D (723) efuse: In EFUSE_BLK0__DATA6_REG is used 1 bits starting with 7 bit
D (730) efuse: In EFUSE_BLK0__DATA6_REG is used 1 bits starting with 8 bit
W (737) flash_encrypt: Flash encryption mode is DEVELOPMENT (not secure)
D (744) cpu_start: calling init function: 0x40128810
0x40128810: _GLOBAL__sub_I___cxa_get_globals_fast at /builds/idf/crosstool-NG/.build/xtensa-esp32-elf/src/gcc/libstdc++-v3/libsupc++/eh_globals.cc:145

D (749) cpu_start: calling init function: 0x400dc8fc
0x400dc8fc: s_set_default_wifi_log_level at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_init.c:63

D (754) cpu_start: calling init function: 0x400d5c70
0x400d5c70: esp_ipc_init at /home/axel/esp/esp-idf/components/esp_ipc/src/esp_ipc.c:105

D (760) cpu_start: calling init function: 0x400d2414
0x400d2414: esp_reset_reason_init at /home/axel/esp/esp-idf/components/esp_system/port/soc/esp32/reset_reason.c:68

D (764) cpu_start: calling init function: 0x400d19fc
0x400d19fc: esp_ota_init_app_elf_sha256 at /home/axel/esp/esp-idf/components/app_update/esp_app_desc.c:68

D (769) intr_alloc: Connected src 17 to int 3 (cpu 0)
D (775) intr_alloc: Connected src 24 to int 9 (cpu 0)
I (780) cpu_start: Starting scheduler on PRO CPU.
D (0) intr_alloc: Connected src 25 to int 2 (cpu 1)
I (0) cpu_start: Starting scheduler on APP CPU.
D (805) heap_init: New heap initialised at 0x3ffe0440
D (805) heap_init: New heap initialised at 0x3ffe4350
D (815) intr_alloc: Connected src 16 to int 12 (cpu 0)
D (815) partition: Loading the partition table
D (825) partition: Partition table MD5 verified
I (935) wifi station: ESP_WIFI_MODE_STA
D (945) esp_netif_lwip: LwIP stack has been initialized
D (945) esp_netif_lwip: esp-netif has been successfully initialized
D (945) event: running task for loop 0x3ffbc764
D (945) event: created task for loop 0x3ffbc764
D (955) event: created event loop 0x3ffbc764
D (955) esp_netif_objects: esp_netif_add_to_list 0x3ffbd690
D (965) esp_netif_objects: esp_netif_add_to_list netif added successfully (total netifs: 1)
D (975) nvs: nvs_open_from_partition misc 1
I (985) wifi:wifi driver task: 3ffbfd0c, prio:23, stack:6656, core=0
I (985) system_api: Base MAC address is not set
I (985) system_api: read default base MAC address from EFUSE
D (995) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1005) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (1005) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (1015) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (1025) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (1025) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (1035) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (1045) nvs: nvs_open_from_partition nvs.net80211 1
D (1045) nvs: nvs_get opmode 1
D (1055) nvs: nvs_get_str_or_blob sta.ssid
D (1055) nvs: nvs_get sta.authmode 1
D (1055) nvs: nvs_get_str_or_blob sta.pswd
D (1065) nvs: nvs_get_str_or_blob sta.pmk
D (1065) nvs: nvs_get sta.chan 1
D (1075) nvs: nvs_get auto.conn 1
D (1075) nvs: nvs_get bssid.set 1
D (1075) nvs: nvs_get_str_or_blob sta.bssid
D (1085) nvs: nvs_get sta.lis_intval 2
D (1085) nvs: nvs_get sta.phym 1
D (1085) nvs: nvs_get sta.phybw 1
D (1095) nvs: nvs_get_str_or_blob sta.apsw
D (1095) nvs: nvs_get_str_or_blob sta.apinfo
D (1105) nvs: nvs_get sta.scan_method 1
D (1105) nvs: nvs_get sta.sort_method 1
D (1105) nvs: nvs_get sta.minrssi 1
D (1115) nvs: nvs_get sta.minauth 1
D (1115) nvs: nvs_get sta.pmf_e 1
D (1115) nvs: nvs_get sta.pmf_r 1
D (1125) nvs: nvs_get sta.btm_e 1
D (1125) nvs: nvs_get sta.rrm_e 1
D (1125) nvs: nvs_get sta.mbo_e 1
D (1135) nvs: nvs_get_str_or_blob ap.ssid
D (1135) nvs: nvs_get_str_or_blob ap.passwd
D (1145) nvs: nvs_get_str_or_blob ap.pmk
D (1145) nvs: nvs_get ap.chan 1
D (1145) nvs: nvs_get ap.authmode 1
D (1155) nvs: nvs_get ap.hidden 1
D (1155) nvs: nvs_get ap.max.conn 1
D (1155) nvs: nvs_get bcn.interval 2
D (1165) nvs: nvs_get ap.phym 1
D (1165) nvs: nvs_get ap.phybw 1
D (1165) nvs: nvs_get ap.sndchan 1
D (1175) nvs: nvs_get ap.pmf_e 1
D (1175) nvs: nvs_get ap.pmf_r 1
D (1175) nvs: nvs_get ap.p_cipher 1
D (1185) nvs: nvs_get lorate 1
D (1185) nvs: nvs_get_str_or_blob country
D (1195) nvs: nvs_get ap.ftm_r 1
D (1195) nvs: nvs_set ap.sndchan 1 1
I (1195) wifi:wifi firmware version: b5b20ea
I (1205) wifi:wifi certification version: v7.0
I (1205) wifi:config NVS flash: enabled
I (1205) wifi:config nano formating: disabled
I (1215) wifi:Init data frame dynamic rx buffer num: 32
I (1215) wifi:Init management frame dynamic rx buffer num: 32
I (1225) wifi:Init management short buffer num: 32
I (1225) wifi:Init dynamic tx buffer num: 32
I (1235) wifi:Init static rx buffer size: 1600
I (1235) wifi:Init static rx buffer num: 10
I (1235) wifi:Init dynamic rx buffer num: 32
I (1245) wifi_init: rx ba win: 6
I (1245) wifi_init: tcpip mbox: 32
I (1255) wifi_init: udp mbox: 6
I (1255) wifi_init: tcp mbox: 6
I (1255) wifi_init: tcp tx win: 5744
I (1265) wifi_init: tcp rx win: 5744
I (1265) wifi_init: tcp mss: 1440
I (1275) wifi_init: WiFi IRAM OP enabled
I (1275) wifi_init: WiFi RX IRAM OP enabled
D (1285) nvs: nvs_get opmode 1
D (1285) wifi:clear blacklist
D (1285) nvs: nvs_set_blob sta.ssid 36
D (1295) nvs: nvs_set_blob sta.pswd 65
D (1295) nvs: nvs_set bssid.set 1 0
D (1295) nvs: nvs_set sta.lis_intval 2 3
D (1305) nvs: nvs_set sta.chan 1 0
D (1315) nvs: nvs_set sta.scan_method 1 0
D (1315) nvs: nvs_set sta.sort_method 1 0
D (1315) nvs: nvs_set sta.minrssi 1 -127
D (1315) nvs: nvs_set sta.minauth 1 0
D (1325) nvs: nvs_set_blob sta.apsw 2
D (1325) nvs: nvs_set sta.pmf_e 1 1
D (1325) nvs: nvs_set sta.pmf_r 1 0
D (1335) nvs: nvs_set sta.rrm_e 1 0
D (1335) nvs: nvs_set sta.btm_e 1 0
D (1335) nvs: nvs_set sta.mbo_e 1 0
D (1345) nvs: nvs_set_blob sta.apinfo 700
D (1355) ADC: Wi-Fi takes adc2 lock.
I (1355) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
D (1355) phy_init: loading PHY init data from application binary
D (1365) nvs: nvs_open_from_partition phy 0
D (1365) nvs: nvs_get cal_version 4
D (1375) nvs: nvs_get_str_or_blob cal_mac
D (1375) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1385) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (1385) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (1395) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (1405) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (1415) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (1415) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (1425) nvs: nvs_get_str_or_blob cal_data
D (1435) nvs: nvs_close 3
D (1435) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 8 bit
D (1435) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 0 bit
D (1445) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 24 bit
D (1455) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 16 bit
D (1465) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 8 bit
D (1465) efuse: In EFUSE_BLK0__DATA1_REG is used 8 bits starting with 0 bit
D (1475) efuse: In EFUSE_BLK0__DATA2_REG is used 8 bits starting with 16 bit
D (1575) wifi:filter: set rx policy=0
I (1575) wifi:mode : sta (f0:08:d1:79:8c:60)
I (1575) wifi:enable tsf
D (1575) wifi:filter: set rx policy=1
D (1575) wifi:connect status 0 -> 0
D (1575) event: running post WIFI_EVENT:2 with handler 0x400dcbf4 and context 0x3ffbd908 on loop 0x3ffbc764
0x400dcbf4: wifi_default_action_sta_start at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:67

D (1585) wifi_init_default: wifi_start esp-netif:0x3ffbd690 event-id2
D (1595) wifi_init_default: WIFI mac address: f0 8 d1 79 8c 60
D (1595) esp_netif_handlers: esp_netif action has started with netif0x3ffbd690 from event_id=2
D (1605) esp_netif_lwip: check: remote, if=0x3ffbd690 fn=0x400daa38
0x400daa38: esp_netif_start_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:700

I (1615) wifi station: wifi_init_sta finished.
D (1615) esp_netif_lwip: esp_netif_start_api 0x3ffbd690
D (1625) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffbd690
D (1635) esp_netif_lwip: check: local, if=0x3ffbd690 fn=0x400db20c
0x400db20c: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:188

D (1635) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbd690
D (1645) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (1645) event: running post WIFI_EVENT:2 with handler 0x400d542c and context 0x3ffc4a38 on loop 0x3ffbc764
0x400d542c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

D (1655) wifi:Start wifi connect
D (1665) wifi:connect status 0 -> 0
D (1665) wifi:connect chan=0
D (1665) wifi:first chan=11
D (1675) wifi:connect status 0 -> 1
D (1675) wifi:filter: set rx policy=3
D (1675) wifi:clear scan ap list
D (1685) wifi:start scan: type=0x50f, priority=2, cb=0x401071bc, arg=0x0, ss_state=0x1, time=110549, index=0
0x401071bc: cnx_start_handoff_cb at ??:?

D (1695) wifi:perform scan: ss_state=0x9, chan<11,0>, dur<0,120>
D (1705) wifi:rsn valid: gcipher=3 ucipher=3 akm=9

D (1705) wpa: rsn_ie - hexdump(len=28):
D (1705) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (1715) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06
D (1715) wifi:profile match: ss_state=0x7
D (1715) wifi:scan end: arg=0x0, status=0, ss_state=0x7
D (1725) wifi:find first mathched ssid, scan done
D (1725) wifi:filter: set rx policy=4
D (1735) wifi:first chan=1
D (1735) wifi:handoff_cb: status=0
D (1735) wifi:ap found, mac=ac:b6:87:d1:a8:68
D (1745) wifi:new_bss=0x3ffb5a58, cur_bss=0x0, new_chan=<11,2>, cur_chan=1
D (1745) wifi:filter: set rx policy=5
D (1755) wpa: WPA: set AP RSNXE - hexdump(len=3):
D (1755) wpa: f4 01 20
I (1755) wifi:new:<11,2>, old:<1,0>, ap:<255,255>, sta:<11,2>, prof:1
D (1765) wifi:connect_op: status=0, auth=9, cipher=3
D (1765) wpa: RSN: PMKSA cache search - network_ctx=0x0 try_opportunistic=0
D (1775) wpa: RSN: Search for BSSID ac:b6:87:d1:a8:68
D (1785) wpa: RSN: No PMKSA cache entry found
D (1785) wpa: RSN: set own RSNXE - hexdump(len=3):
D (1795) wpa: f4 01 20
D (1795) wifi:auth mode is not none
D (1795) wifi:connect_bss: auth=1, reconnect=0
I (1805) wifi:state: init -> auth (b0)
D (1805) wpa: SAE: Derive PT - group 19
D (1805) wpa: SAE: pwd-seed - hexdump(len=32):
D (1815) wpa: ce f0 8b 91 96 20 d1 08 e5 86 62 be f7 8a 3c 62
D (1815) wpa: 56 79 32 39 54 eb 86 9a 3d 1e fa c1 b2 bf cf 4f
D (1825) wpa: SAE: pwd-value (u1 P1) - hexdump(len=48):
D (1825) wpa: 42 fb 83 3f e3 e4 13 40 97 b0 b6 1c 41 e4 82 11
D (1835) wpa: 79 95 15 3b 72 3b 3a 45 2a 56 7e ef b9 99 0a d6
D (1845) wpa: 71 bc 98 e4 16 b5 22 86 7d 70 ac 1c 30 ed 10 56
D (1845) wpa: SAE: u1 - hexdump(len=32):
D (1855) wpa: 94 9a 00 cb 98 a6 02 18 03 76 e8 6f 3e 04 41 7a
D (1855) wpa: 1e 1e 67 37 3d 94 b9 06 f9 05 75 78 c7 86 c5 43
D (1875) wpa: SSWU: m - hexdump(len=32):
D (1875) wpa: a0 06 1b 06 57 0f 8b a7 a4 6b 24 96 fc 4e 2a 23
D (1875) wpa: b2 d1 5c 94 11 f4 f5 8b 1e ec 24 79 46 10 13 2f
D (1885) wpa: SSWU: t - hexdump(len=32):
D (1885) wpa: 03 bf ac de 52 36 3d 52 47 ad e6 88 d3 6b 79 d2
D (1885) wpa: 62 a4 50 27 34 0f 69 9c 89 ed 22 7b bb 32 d0 9f
D (1905) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (1905) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (1905) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (1925) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (1925) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (1925) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (1925) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (1935) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (1945) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (1955) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (1955) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (1955) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (1975) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (1975) wpa: d1 a8 84 c3 d5 71 03 2b 85 e9 a2 2a 14 d7 3a a6
D (1975) wpa: 34 7b 21 36 5a 7d 38 88 1c 9c 50 c4 3c aa 79 a2
D (1985) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (1985) wpa: 3b d7 02 e4 1a 87 8f 30 11 41 42 96 7f bd 81 cf
D (1995) wpa: ba 49 b7 b5 48 7f 54 32 b6 53 8b 1d 6c 7c 69 48
D (2005) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (2005) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (2015) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (2015) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (2025) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (2025) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (2035) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (2045) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (2045) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (2055) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (2055) wpa: 23 20 c6 c9 b3 b6 04 59 74 c1 66 5f f6 86 e6 e9
D (2065) wpa: d8 e3 b8 95 2a 77 e9 74 e6 b5 a9 f8 40 b3 27 c0
D (2065) wpa: SSWU: p - y - hexdump(len=32):
D (2075) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (2075) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (2085) wpa: SSWU: P.x - hexdump(len=32):
D (2085) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (2095) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (2105) wpa: SSWU: P.y - hexdump(len=32):
D (2105) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (2115) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (2115) wpa: SAE: pwd-value (u2 P2) - hexdump(len=48):
D (2125) wpa: 6d 6c 19 1e 51 ea 50 26 0d 02 30 95 62 db d8 35
D (2125) wpa: 88 cd 6f f5 d1 9c bf 0d 97 5c 35 32 de c4 4d 78
D (2135) wpa: 88 8e 9d 17 86 76 05 f8 20 f2 8c ad 23 4a 2a b5
D (2145) wpa: SAE: u2 - hexdump(len=32):
D (2145) wpa: 2c 52 de e6 61 be b6 42 d8 05 cb ee 7f d7 cc bd
D (2155) wpa: f3 88 c6 8a 45 cc 6f 3c 7f df 0d 68 25 bc 1a 61
D (2165) wpa: SSWU: m - hexdump(len=32):
D (2165) wpa: 52 82 6e ea d7 b3 34 f1 5b b3 72 c4 83 c7 87 73
D (2165) wpa: 90 97 6b 83 83 1d 7f b0 18 aa ea b2 85 d9 5b 0d
D (2175) wpa: SSWU: t - hexdump(len=32):
D (2175) wpa: 21 bf 1b fe 67 a7 07 40 46 81 15 b4 1a 5e c5 13
D (2185) wpa: 19 9e 53 5b 41 bd 7b 84 62 3d 55 25 13 69 fa f1
D (2195) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (2195) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (2195) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (2215) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (2215) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (2215) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (2225) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (2225) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (2235) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (2245) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (2245) wpa: a0 40 3f 96 90 ec a5 ef 38 65 03 4b 09 2b 1c d6
D (2255) wpa: 27 c8 bb a0 7f 53 18 b9 61 b3 df 85 82 57 e1 3d
D (2265) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (2265) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (2265) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (2285) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (2285) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (2285) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (2305) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (2305) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (2305) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (2315) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (2315) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (2325) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (2325) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (2335) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (2335) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (2355) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (2355) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (2355) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (2365) wpa: SSWU: p - y - hexdump(len=32):
D (2365) wpa: 5f 46 df ad 82 da 36 c2 c8 46 85 be de 3c 5f 61
D (2375) wpa: e8 8a a7 cf 8f a4 10 dd a6 27 5f d4 18 ac 24 a2
D (2375) wpa: SSWU: P.x - hexdump(len=32):
D (2385) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (2385) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (2395) wpa: SSWU: P.y - hexdump(len=32):
D (2395) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (2405) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (2415) wpa: SAE: Selecting supported ECC group 19
D (2415) wpa: SAE: Derive PWE from PT
D (2415) wpa: SAE: PT.x - hexdump(len=32):
D (2425) wpa: 26 2c 48 d5 42 94 fa 1b 92 32 fc e2 6b 08 cf 64
D (2425) wpa: 05 6a 60 06 ca 42 93 c6 a5 90 a3 92 e7 46 bd 18
D (2435) wpa: SAE: PT.y - hexdump(len=32):
D (2435) wpa: 8f 74 a3 62 ab e3 58 98 9c aa 92 44 32 67 c1 d2
D (2445) wpa: 42 b9 78 7b 05 5e 6c ac 20 e2 b9 2e a2 44 d8 bc
D (2455) wpa: SAE: val = H(0^n, MAX(addrs) || MIN(addrs))
D (2455) wpa: SAE: val - hexdump(len=32):
D (2465) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (2465) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 14
D (2475) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32):
D (2475) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (2485) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15
D (2745) wpa: SAE: PWE.x - hexdump(len=32):
D (2745) wpa: 64 e3 69 d1 9c eb 5a 2a 3d a2 f7 e0 1f 01 b2 33
D (2745) wpa: 61 e8 dd 93 13 d2 d5 8d a8 6a 31 98 71 05 73 7a
D (2755) wpa: SAE: PWE.y - hexdump(len=32):
D (2755) wpa: 1d 8f bf ce 41 8c ca 66 6e 73 40 d8 30 0f df 8a
D (2765) wpa: 1b 1a d1 81 c2 f7 1e f3 0e 8a d2 d6 76 74 ee 6b
D (3025) wpa: SAE: own commit-scalar - hexdump(len=32):
D (3025) wpa: 97 8e 28 32 4c 8a 9f 25 97 32 40 86 01 35 15 58
D (3025) wpa: c4 74 fe 46 70 5b a3 6e ff 72 d7 d1 27 71 9f 1a
D (3025) wpa: SAE: own commit-element(x) - hexdump(len=32):
D (3035) wpa: 18 7d 3c 40 59 59 8b 80 6e 13 67 26 1c 02 73 47
D (3045) wpa: 90 29 9f 8d 3d 5e 38 fc 09 d1 0c 43 d4 e4 6f 29
D (3045) wpa: SAE: own commit-element(y) - hexdump(len=32):
D (3055) wpa: 12 e3 a7 e4 8e 9b 00 a1 cf 7e b5 26 00 76 76 58
D (3055) wpa: 46 a1 55 da 6b c3 1d 2d 2a 25 38 9d 1b c2 56 f4
D (3065) wifi:start 1s AUTH timer
D (3065) wifi:clear scan ap list
D (3075) wifi:recv auth: seq=1, status=30
I (3075) wifi:state: auth -> init (600)
D (3075) wifi:connect status 1 -> 4
D (3085) wifi:stop beacon/connect timer
D (3085) nvs: nvs_set_blob sta.apinfo 700
D (3095) wifi:reason: auth fail(202)
D (3095) wifi:add bssid ac:b6:87:d1:a8:68 to blacklist, cnt=0
D (3095) wifi:stop CSA timer
D (3095) wifi:remove ac:b6:87:d1:a8:68 from rc list
I (3105) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
D (3115) wifi:filter: set rx policy=8
D (3115) wifi:Send disconnect event, reason=202, AP number=0
D (3115) event: running post WIFI_EVENT:5 with handler 0x400dcc0c and context 0x3ffbd998 on loop 0x3ffbc764
0x400dcc0c: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:100

D (3125) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbd690 from event_id=5
D (3135) esp_netif_lwip: check: remote, if=0x3ffbd690 fn=0x400da93c
0x400da93c: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1279

D (3145) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbd690
D (3145) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbd690
D (3155) esp_netif_lwip: if0x3ffbd690 start ip lost tmr: no need start because netif=0x3ffbd710 interval=120 ip=0
D (3165) esp_netif_lwip: check: local, if=0x3ffbd690 fn=0x400db20c
0x400db20c: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:188

D (3175) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbd690
D (3185) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (3185) event: running post WIFI_EVENT:5 with handler 0x400d542c and context 0x3ffc4a38 on loop 0x3ffbc764
0x400d542c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (3195) wifi station: Disconnect reason: 202, rssi=-27
D (3205) wifi:Start wifi connect
D (3205) wifi:connect status 4 -> 0
D (3205) wifi:connect chan=0
D (3215) wifi:first chan=11
D (3215) wifi:connect status 0 -> 1
D (3215) wifi:filter: set rx policy=3
D (3215) wifi:clear scan ap list
D (3225) wifi:start scan: type=0x50f, priority=2, cb=0x401071bc, arg=0x0, ss_state=0x1, time=1652567, index=0
0x401071bc: cnx_start_handoff_cb at ??:?

D (3235) wifi:perform scan: ss_state=0x9, chan<11,0>, dur<0,120>
I (3235) wifi station: retry to connect to the AP
I (3245) wifi station: connect to the AP fail
D (3245) wifi:rsn valid: gcipher=3 ucipher=3 akm=9

D (3255) wifi:find the ac:b6:87:d1:a8:68 in blacklist.

D (3305) wifi:rsn valid: gcipher=3 ucipher=3 akm=9

D (3305) wifi:find the ac:b6:87:d1:a8:68 in blacklist.

D (3355) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (3355) wifi:perform scan: ss_state=0x9, chan<1,0>, dur<0,120>
D (3485) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (3485) wifi:perform scan: ss_state=0x9, chan<2,0>, dur<0,120>
D (3605) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (3605) wifi:perform scan: ss_state=0x9, chan<3,0>, dur<0,120>
D (3725) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (3725) wifi:perform scan: ss_state=0x9, chan<4,0>, dur<0,120>
D (3845) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (3845) wifi:perform scan: ss_state=0x9, chan<5,0>, dur<0,120>
D (3965) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (3965) wifi:perform scan: ss_state=0x9, chan<6,0>, dur<0,120>
D (4085) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (4085) wifi:perform scan: ss_state=0x9, chan<7,0>, dur<0,120>
D (4205) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (4205) wifi:perform scan: ss_state=0x9, chan<8,0>, dur<0,120>
D (4325) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (4325) wifi:perform scan: ss_state=0x9, chan<9,0>, dur<0,120>
D (4455) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (4455) wifi:perform scan: ss_state=0x9, chan<10,0>, dur<0,120>
D (4575) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (4575) wifi:perform scan: ss_state=0x9, chan<12,0>, dur<360,360>
D (4935) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (4935) wifi:perform scan: ss_state=0x9, chan<13,0>, dur<360,360>
D (5295) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (5295) wifi:perform scan: ss_state=0x9, chan<14,0>, dur<360,360>
D (5655) wifi:scan end: arg=0x0, status=0, ss_state=0x3
D (5655) wifi:filter: set rx policy=4
D (5655) wifi:first chan=1
D (5655) wifi:handoff_cb: status=0
D (5655) wifi:clear blacklist
D (5655) wifi:clear rc list
D (5665) wifi:clear blacklist
D (5665) wifi:send disconnect event
D (5665) wifi:connect status 1 -> 3
D (5675) wifi:disable connect timer
D (5675) wifi:clear scan ap list
D (5675) event: running post WIFI_EVENT:5 with handler 0x400dcc0c and context 0x3ffbd998 on loop 0x3ffbc764
0x400dcc0c: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:100

D (5685) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbd690 from event_id=5
D (5695) esp_netif_lwip: check: remote, if=0x3ffbd690 fn=0x400da93c
0x400da93c: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1279

D (5705) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbd690
D (5705) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbd690
D (5715) esp_netif_lwip: if0x3ffbd690 start ip lost tmr: no need start because netif=0x3ffbd710 interval=120 ip=0
D (5725) esp_netif_lwip: check: local, if=0x3ffbd690 fn=0x400db20c
0x400db20c: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:188

D (5735) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbd690
D (5735) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (5745) event: running post WIFI_EVENT:5 with handler 0x400d542c and context 0x3ffc4a38 on loop 0x3ffbc764
0x400d542c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (5755) wifi station: Disconnect reason: 205, rssi=-128
D (5765) wifi:Start wifi connect
D (5765) wifi:connect status 3 -> 0
D (5765) wifi:connect chan=0
D (5765) wifi:first chan=11
D (5775) wifi:connect status 0 -> 1
D (5775) wifi:filter: set rx policy=3
D (5775) wifi:clear scan ap list
D (5785) wifi:start scan: type=0x50f, priority=2, cb=0x401071bc, arg=0x0, ss_state=0x1, time=4211554, index=0
0x401071bc: cnx_start_handoff_cb at ??:?

D (5795) wifi:perform scan: ss_state=0x9, chan<11,0>, dur<0,120>
I (5795) wifi station: retry to connect to the AP
I (5805) wifi station: connect to the AP fail
D (5805) wifi:rsn valid: gcipher=3 ucipher=3 akm=9

D (5815) wpa: rsn_ie - hexdump(len=28):
D (5815) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (5825) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06
D (5825) wifi:profile match: ss_state=0x7
D (5835) wifi:scan end: arg=0x0, status=0, ss_state=0x7
D (5835) wifi:find first mathched ssid, scan done
D (5835) wifi:filter: set rx policy=4
D (5845) wifi:first chan=1
D (5845) wifi:handoff_cb: status=0
D (5845) wifi:ap found, mac=ac:b6:87:d1:a8:68
D (5855) wifi:new_bss=0x3ffb5a58, cur_bss=0x0, new_chan=<11,2>, cur_chan=11
D (5855) wifi:filter: set rx policy=5
D (5865) wpa: WPA: set AP RSNXE - hexdump(len=3):
D (5865) wpa: f4 01 20
I (5875) wifi:new:<11,2>, old:<11,0>, ap:<255,255>, sta:<11,2>, prof:1
D (5875) wifi:connect_op: status=0, auth=9, cipher=3
D (5885) wpa: RSN: PMKSA cache search - network_ctx=0x0 try_opportunistic=0
D (5885) wpa: RSN: Search for BSSID ac:b6:87:d1:a8:68
D (5895) wpa: RSN: No PMKSA cache entry found
D (5895) wpa: RSN: set own RSNXE - hexdump(len=3):
D (5905) wpa: f4 01 20
D (5905) wifi:auth mode is not none
D (5905) wifi:connect_bss: auth=1, reconnect=0
I (5915) wifi:state: init -> auth (b0)
D (5915) wpa: SAE: Derive PT - group 19
D (5925) wpa: SAE: pwd-seed - hexdump(len=32):
D (5925) wpa: ce f0 8b 91 96 20 d1 08 e5 86 62 be f7 8a 3c 62
D (5935) wpa: 56 79 32 39 54 eb 86 9a 3d 1e fa c1 b2 bf cf 4f
D (5935) wpa: SAE: pwd-value (u1 P1) - hexdump(len=48):
D (5945) wpa: 42 fb 83 3f e3 e4 13 40 97 b0 b6 1c 41 e4 82 11
D (5945) wpa: 79 95 15 3b 72 3b 3a 45 2a 56 7e ef b9 99 0a d6
D (5955) wpa: 71 bc 98 e4 16 b5 22 86 7d 70 ac 1c 30 ed 10 56
D (5965) wpa: SAE: u1 - hexdump(len=32):
D (5965) wpa: 94 9a 00 cb 98 a6 02 18 03 76 e8 6f 3e 04 41 7a
D (5965) wpa: 1e 1e 67 37 3d 94 b9 06 f9 05 75 78 c7 86 c5 43
D (5985) wpa: SSWU: m - hexdump(len=32):
D (5985) wpa: a0 06 1b 06 57 0f 8b a7 a4 6b 24 96 fc 4e 2a 23
D (5985) wpa: b2 d1 5c 94 11 f4 f5 8b 1e ec 24 79 46 10 13 2f
D (5995) wpa: SSWU: t - hexdump(len=32):
D (5995) wpa: 03 bf ac de 52 36 3d 52 47 ad e6 88 d3 6b 79 d2
D (6005) wpa: 62 a4 50 27 34 0f 69 9c 89 ed 22 7b bb 32 d0 9f
D (6015) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (6015) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (6015) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (6035) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (6035) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (6035) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (6045) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (6045) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (6055) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (6065) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (6065) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (6075) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (6085) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (6085) wpa: d1 a8 84 c3 d5 71 03 2b 85 e9 a2 2a 14 d7 3a a6
D (6085) wpa: 34 7b 21 36 5a 7d 38 88 1c 9c 50 c4 3c aa 79 a2
D (6095) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (6105) wpa: 3b d7 02 e4 1a 87 8f 30 11 41 42 96 7f bd 81 cf
D (6105) wpa: ba 49 b7 b5 48 7f 54 32 b6 53 8b 1d 6c 7c 69 48
D (6115) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (6115) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (6125) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (6125) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (6135) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (6145) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (6145) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (6155) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (6155) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (6175) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (6175) wpa: 23 20 c6 c9 b3 b6 04 59 74 c1 66 5f f6 86 e6 e9
D (6175) wpa: d8 e3 b8 95 2a 77 e9 74 e6 b5 a9 f8 40 b3 27 c0
D (6185) wpa: SSWU: p - y - hexdump(len=32):
D (6185) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (6195) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (6195) wpa: SSWU: P.x - hexdump(len=32):
D (6205) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (6205) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (6215) wpa: SSWU: P.y - hexdump(len=32):
D (6215) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (6225) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (6235) wpa: SAE: pwd-value (u2 P2) - hexdump(len=48):
D (6235) wpa: 6d 6c 19 1e 51 ea 50 26 0d 02 30 95 62 db d8 35
D (6245) wpa: 88 cd 6f f5 d1 9c bf 0d 97 5c 35 32 de c4 4d 78
D (6245) wpa: 88 8e 9d 17 86 76 05 f8 20 f2 8c ad 23 4a 2a b5
D (6255) wpa: SAE: u2 - hexdump(len=32):
D (6255) wpa: 2c 52 de e6 61 be b6 42 d8 05 cb ee 7f d7 cc bd
D (6265) wpa: f3 88 c6 8a 45 cc 6f 3c 7f df 0d 68 25 bc 1a 61
D (6275) wpa: SSWU: m - hexdump(len=32):
D (6275) wpa: 52 82 6e ea d7 b3 34 f1 5b b3 72 c4 83 c7 87 73
D (6275) wpa: 90 97 6b 83 83 1d 7f b0 18 aa ea b2 85 d9 5b 0d
D (6295) wpa: SSWU: t - hexdump(len=32):
D (6295) wpa: 21 bf 1b fe 67 a7 07 40 46 81 15 b4 1a 5e c5 13
D (6295) wpa: 19 9e 53 5b 41 bd 7b 84 62 3d 55 25 13 69 fa f1
D (6305) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (6305) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (6315) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (6325) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (6325) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (6325) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (6335) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (6345) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (6345) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (6355) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (6355) wpa: a0 40 3f 96 90 ec a5 ef 38 65 03 4b 09 2b 1c d6
D (6365) wpa: 27 c8 bb a0 7f 53 18 b9 61 b3 df 85 82 57 e1 3d
D (6375) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (6375) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (6385) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (6395) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (6395) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (6395) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (6415) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (6415) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (6415) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (6425) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (6425) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (6435) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (6435) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (6445) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (6455) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (6465) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (6465) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (6465) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (6475) wpa: SSWU: p - y - hexdump(len=32):
D (6475) wpa: 5f 46 df ad 82 da 36 c2 c8 46 85 be de 3c 5f 61
D (6485) wpa: e8 8a a7 cf 8f a4 10 dd a6 27 5f d4 18 ac 24 a2
D (6485) wpa: SSWU: P.x - hexdump(len=32):
D (6495) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (6495) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (6505) wpa: SSWU: P.y - hexdump(len=32):
D (6505) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (6515) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (6525) wpa: SAE: Selecting supported ECC group 19
D (6525) wpa: SAE: Derive PWE from PT
D (6535) wpa: SAE: PT.x - hexdump(len=32):
D (6535) wpa: 26 2c 48 d5 42 94 fa 1b 92 32 fc e2 6b 08 cf 64
D (6545) wpa: 05 6a 60 06 ca 42 93 c6 a5 90 a3 92 e7 46 bd 18
D (6545) wpa: SAE: PT.y - hexdump(len=32):
D (6555) wpa: 8f 74 a3 62 ab e3 58 98 9c aa 92 44 32 67 c1 d2
D (6555) wpa: 42 b9 78 7b 05 5e 6c ac 20 e2 b9 2e a2 44 d8 bc
D (6565) wpa: SAE: val = H(0^n, MAX(addrs) || MIN(addrs))
D (6565) wpa: SAE: val - hexdump(len=32):
D (6575) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (6575) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 14
D (6585) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32):
D (6585) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (6595) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15
D (6855) wpa: SAE: PWE.x - hexdump(len=32):
D (6855) wpa: 64 e3 69 d1 9c eb 5a 2a 3d a2 f7 e0 1f 01 b2 33
D (6855) wpa: 61 e8 dd 93 13 d2 d5 8d a8 6a 31 98 71 05 73 7a
D (6865) wpa: SAE: PWE.y - hexdump(len=32):
D (6865) wpa: 1d 8f bf ce 41 8c ca 66 6e 73 40 d8 30 0f df 8a
D (6875) wpa: 1b 1a d1 81 c2 f7 1e f3 0e 8a d2 d6 76 74 ee 6b
D (7135) wpa: SAE: own commit-scalar - hexdump(len=32):
D (7135) wpa: a1 e8 96 b2 83 a2 46 fe b5 31 dc 76 ed 34 af 64
D (7135) wpa: 83 6d c6 f1 43 95 ce a2 18 fe 62 0b 80 90 a3 9b
D (7145) wpa: SAE: own commit-element(x) - hexdump(len=32):
D (7145) wpa: 0a 95 ef 6b 9b 4f 13 eb 93 02 15 97 6c 5a a7 89
D (7155) wpa: 21 46 a8 61 74 b9 e5 e0 ee 9b e8 50 3b 6e 1c 50
D (7155) wpa: SAE: own commit-element(y) - hexdump(len=32):
D (7165) wpa: f1 db 72 fa 0d 7a b5 12 c0 79 79 47 c4 c8 75 1b
D (7165) wpa: 13 b8 7f c8 bf e5 1e 00 56 4c e0 70 f0 55 59 64
D (7175) wifi:start 1s AUTH timer
D (7175) wifi:clear scan ap list
D (7305) wifi:recv auth: seq=1, status=126
D (7305) wpa: SAE: Peer commit-scalar - hexdump(len=32):
D (7305) wpa: 60 8d 76 c7 1b 30 67 0a 9b c8 a1 25 97 25 e4 12
D (7305) wpa: e6 de ed a4 c3 55 9b cd 72 22 8c 64 be 8e 62 0f
D (7315) wpa: SAE: Peer commit-element(x) - hexdump(len=32):
D (7325) wpa: ca 2a 0c 00 98 96 83 f6 a5 32 50 b7 dc 5d 28 88
D (7325) wpa: 0c d5 26 aa 80 c4 64 68 d8 0e 1f 7d d3 07 a4 6d
D (7335) wpa: SAE: Peer commit-element(y) - hexdump(len=32):
D (7335) wpa: b9 d6 a7 09 c2 91 93 1b 32 50 31 50 49 86 2d d8
D (7345) wpa: f3 07 cc ed ba 5e 91 42 10 71 91 8e 08 5b 81 38
D (7355) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (7355) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (7365) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (7885) wpa: SAE: k - hexdump(len=32):
D (7885) wpa: b8 30 e1 9d 2c de 49 14 04 8a 5e ad 44 52 68 da
D (7895) wpa: 73 76 f5 71 36 a1 72 aa f4 4e 04 03 27 d6 47 ee
D (7895) wpa: SAE: salt for keyseed derivation - hexdump(len=32):
D (7905) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (7905) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (7915) wpa: SAE: keyseed - hexdump(len=32):
D (7915) wpa: 12 e9 c4 22 a7 b8 d8 e1 5f fb 37 92 7a 3c 2c 29
D (7925) wpa: 6e 27 75 a8 04 81 0e 98 f2 84 07 d9 7d 9b c4 1f
D (7925) wpa: SAE: PMKID - hexdump(len=16):
D (7935) wpa: 02 76 0d 7a 9e d2 ae 08 50 fa 7d 9c 84 5a 93 77
D (7935) wpa: SAE: KCK - hexdump(len=32):
D (7945) wpa: 59 7c ed 7f 5c f7 3f a7 86 0f e6 b4 8e ef 86 55
D (7945) wpa: 49 71 c6 d7 cd 9e 93 2a 6f 54 8b c2 19 28 e6 d9
D (7955) wpa: SAE: PMK - hexdump(len=32):
D (7955) wpa: d0 d8 b7 f5 a4 3e 46 96 57 bb f5 0c 32 91 75 2a
D (7965) wpa: 4b 41 af 5d 3f e9 98 46 c0 f1 85 78 ee a8 c5 70
D (7975) wifi:recv auth: seq=2, status=0
D (7975) wpa: SAE: peer-send-confirm 1
D (7975) wpa: RSN: Added PMKSA cache entry for ac:b6:87:d1:a8:68 network_ctx=0x0
I (7985) wifi:state: auth -> assoc (0)
D (8015) wifi:recv assoc: type=0x10
D (8015) wifi:filter: set rx policy=6
I (8025) wifi:state: assoc -> run (10)
D (8025) wifi:start 10s connect timer for 4 way handshake
D (8135) wpa: IEEE 802.1X RX: version=1 type=3 length=117

D (8135) wpa: EAPOL-Key type=2

D (8135) wpa: key_info 0x88 (ver=0 keyidx=0 rsvd=0 Pairwise Ack)

D (8145) wpa: key_length=16 key_data_length=22

D (8145) wpa: replay_counter - hexdump(len=8):
D (8155) wpa: 00 00 00 00 00 00 00 01
D (8155) wpa: key_nonce - hexdump(len=32):
D (8155) wpa: fc fd 17 22 1b 05 03 4d 9f 9c a2 ff c0 5a bc 82
D (8165) wpa: de 50 d9 2a 7b 6a 50 94 d3 6e 39 b8 a1 02 3c 1f
D (8175) wpa: key_iv - hexdump(len=16):
D (8175) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (8185) wpa: key_rsc - hexdump(len=8):
D (8185) wpa: 00 00 00 00 00 00 00 00
D (8185) wpa: key_id (reserved) - hexdump(len=8):
D (8195) wpa: 00 00 00 00 00 00 00 00
D (8195) wpa: key_mic - hexdump(len=16):
D (8205) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (8205) wpa: WPA 1/4-Way Handshake

D (8215) wpa: RSN: msg 1/4 key data - hexdump(len=22):
D (8215) wpa: dd 14 00 0f ac 04 02 76 0d 7a 9e d2 ae 08 50 fa
D (8225) wpa: 7d 9c 84 5a 93 77
D (8225) wpa: WPA: PMKID in EAPOL-Key - hexdump(len=22):
D (8235) wpa: dd 14 00 0f ac 04 02 76 0d 7a 9e d2 ae 08 50 fa
D (8235) wpa: 7d 9c 84 5a 93 77
D (8235) wpa: RSN: PMKID from Authenticator - hexdump(len=16):
D (8245) wpa: 02 76 0d 7a 9e d2 ae 08 50 fa 7d 9c 84 5a 93 77
D (8255) wpa: RSN: found matching PMKID from PMKSA cache
D (8255) wpa: RSN: matched PMKID - hexdump(len=16):
D (8265) wpa: 02 76 0d 7a 9e d2 ae 08 50 fa 7d 9c 84 5a 93 77
D (8265) wpa: RSN: PMK from PMKSA cache - hexdump(len=32):
D (8275) wpa: d0 d8 b7 f5 a4 3e 46 96 57 bb f5 0c 32 91 75 2a
D (8275) wpa: 4b 41 af 5d 3f e9 98 46 c0 f1 85 78 ee a8 c5 70
D (8285) wpa: WPA: Renewed SNonce - hexdump(len=32):
D (8295) wpa: 1e 5a 68 68 b0 53 b6 4f de 3e 42 1c 5a 64 70 68
D (8295) wpa: 6d 85 44 b5 19 d7 5e 2f fc 1f 30 bc 2b 6e 0b 6d
D (8305) wpa: WPA: PTK derivation - A1=f0:08:d1:79:8c:60 A2=ac:b6:87:d1:a8:68

D (8305) wpa: WPA: PTK - hexdump(len=48):
D (8315) wpa: b3 19 61 b2 39 fb 55 66 4f 9d 6e 90 5e c6 0c 1b
D (8315) wpa: b4 19 17 62 6c 30 12 47 83 7b 37 c2 46 21 d3 5b
D (8325) wpa: 75 42 19 99 00 c6 7a 91 d8 e9 8f 7c 87 97 61 a8
D (8335) wpa: WPA: KCK - hexdump(len=16):
D (8335) wpa: b3 19 61 b2 39 fb 55 66 4f 9d 6e 90 5e c6 0c 1b
D (8345) wpa: WPA: KEK - hexdump(len=16):
D (8345) wpa: b4 19 17 62 6c 30 12 47 83 7b 37 c2 46 21 d3 5b
D (8355) wpa: WPA: TK - hexdump(len=16):
D (8355) wpa: 75 42 19 99 00 c6 7a 91 d8 e9 8f 7c 87 97 61 a8
D (8365) wpa: WPA Send EAPOL-Key 2/4

D (8365) wpa: WPA: KCK - hexdump(len=16):
D (8365) wpa: b3 19 61 b2 39 fb 55 66 4f 9d 6e 90 5e c6 0c 1b
D (8375) wpa: WPA: Derived Key MIC - hexdump(len=16):
D (8385) wpa: bb a8 05 a6 28 45 9c b6 87 4c f4 88 e7 59 21 dc
D (8395) wpa: IEEE 802.1X RX: version=1 type=3 length=199

D (8395) wpa: EAPOL-Key type=2

D (8395) wpa: key_info 0x13c8 (ver=0 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)

D (8405) wpa: key_length=16 key_data_length=104

D (8405) wpa: replay_counter - hexdump(len=8):
D (8415) wpa: 00 00 00 00 00 00 00 02
D (8415) wpa: key_nonce - hexdump(len=32):
D (8425) wpa: fc fd 17 22 1b 05 03 4d 9f 9c a2 ff c0 5a bc 82
D (8425) wpa: de 50 d9 2a 7b 6a 50 94 d3 6e 39 b8 a1 02 3c 1f
D (8435) wpa: key_iv - hexdump(len=16):
D (8435) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (8445) wpa: key_rsc - hexdump(len=8):
D (8445) wpa: 84 00 00 00 00 00 00 00
D (8455) wpa: key_id (reserved) - hexdump(len=8):
D (8455) wpa: 00 00 00 00 00 00 00 00
D (8465) wpa: key_mic - hexdump(len=16):
D (8465) wpa: 83 ec 6f 89 ba b4 ec 9f 17 39 19 6f d3 b0 71 95
D (8475) wpa: RSN: encrypted key data - hexdump(len=104):
D (8475) wpa: 5a 29 c3 a3 6a d9 a4 bd 03 b5 6a 26 e0 e6 63 7c
D (8485) wpa: 11 d5 27 b8 e2 a5 db 9d 72 16 1e c7 8d 0c 16 9b
D (8485) wpa: 95 2d da a6 1a f7 fd be 07 ed 97 8b e8 18 ed e0
D (8495) wpa: a1 5d 1d fc c9 53 09 17 65 12 82 ff ce 48 4a de
D (8495) wpa: f0 02 e4 52 3c d2 96 90 18 f2 eb 8a 54 ec ae f4
D (8505) wpa: a2 98 90 24 fc 9d 9b f3 7c 2c eb e8 3d d4 6e ba
D (8515) wpa: 9c 7d 24 de 44 cf cf f9
D (8515) wpa: WPA: decrypted EAPOL-Key key data - hexdump(len=96):
D (8525) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (8525) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 f4 01 20 dd
D (8535) wpa: 16 00 0f ac 01 01 00 bc ad 26 c9 4c b9 15 86 14
D (8535) wpa: 92 c9 95 79 7c ff 9c dd 1c 00 0f ac 09 04 00 00
D (8545) wpa: 00 00 00 00 00 8b 45 2f a3 5c 4e 39 72 d8 2d 87
D (8555) wpa: f2 00 42 34 d6 dd 05 50 6f 9a 20 01 dd 00 00 00
D (8555) wpa: WPA 3/4-Way Handshake

D (8565) wpa: WPA: RSN IE in EAPOL-Key - hexdump(len=28):
D (8565) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (8575) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06
D (8575) wpa: WPA: RSNXE in EAPOL-Key - hexdump(len=3):
D (8585) wpa: f4 01 20
D (8585) wpa: WPA: GTK in EAPOL-Key - hexdump(len=24):
D (8585) wpa: dd 16 00 0f ac 01 01 00 bc ad 26 c9 4c b9 15 86
D (8595) wpa: 14 92 c9 95 79 7c ff 9c
D (8595) wpa: WPA: IGTK in EAPOL-Key - hexdump(len=30):
D (8605) wpa: dd 1c 00 0f ac 09 04 00 00 00 00 00 00 00 8b 45
D (8615) wpa: 2f a3 5c 4e 39 72 d8 2d 87 f2 00 42 34 d6
D (8615) wpa: WPA: Transition Disable KDE in EAPOL-Key - hexdump(len=7):
D (8625) wpa: dd 05 50 6f 9a 20 01
D (8625) wpa: WPA: IE KeyData - hexdump(len=96):
D (8635) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (8635) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 f4 01 20 dd
D (8645) wpa: 16 00 0f ac 01 01 00 bc ad 26 c9 4c b9 15 86 14
D (8645) wpa: 92 c9 95 79 7c ff 9c dd 1c 00 0f ac 09 04 00 00
D (8655) wpa: 00 00 00 00 00 8b 45 2f a3 5c 4e 39 72 d8 2d 87
D (8665) wpa: f2 00 42 34 d6 dd 05 50 6f 9a 20 01 dd 00 00 00
D (8665) wpa: WPA: RSC - hexdump(len=8):
D (8675) wpa: 84 00 00 00 00 00 00 00
D (8675) wpa: RSN: received GTK in pairwise handshake - hexdump(len=18):
D (8685) wpa: 01 00 bc ad 26 c9 4c b9 15 86 14 92 c9 95 79 7c
D (8685) wpa: ff 9c
D (8685) wpa: WPA: Installing IGTK to the driver.

I (8695) wpa: TRANSITION_DISABLE 01
D (8695) wpa: tx 4/4 txcb_flags=8192

D (8705) wpa: WPA Send EAPOL-Key 4/4

D (8705) wpa: WPA: KCK - hexdump(len=16):
D (8705) wpa: b3 19 61 b2 39 fb 55 66 4f 9d 6e 90 5e c6 0c 1b
D (8715) wpa: WPA: Derived Key MIC - hexdump(len=16):
D (8725) wpa: dc 91 8a 02 3d b3 f9 b3 42 89 26 e9 73 01 19 94
D (8735) wpa: WPA: Installing PTK to the driver.

D (8735) wpa: WPA: Group Key - hexdump(len=16):
D (8735) wpa: bc ad 26 c9 4c b9 15 86 14 92 c9 95 79 7c ff 9c
D (8745) wpa: WPA: Judge GTK: (keyidx=1 len=16).
D (8745) wpa: WPA: Installing GTK to the driver (keyidx=1 tx=0 len=16).

D (8755) wpa: WPA: RSC - hexdump(len=6):
D (8755) wpa: 84 00 00 00 00 00
D (8765) wpa: WPA: Key negotiation completed with ac:b6:87:d1:a8:68 [PTK=CCMP GTK=CCMP]

I (8765) wifi:connected with CHT Wi-Fi Home-J9K, aid = 16, channel 11, 40D, bssid = ac:b6:87:d1:a8:68
I (8775) wifi:security: WPA3-SAE, phy: bgn, rssi: -26
D (8785) wifi:remove all except ac:b6:87:d1:a8:68 from rc list
D (8785) wifi:clear blacklist
D (8795) nvs: nvs_set sta.chan 1 11
D (8805) nvs: nvs_set_blob sta.apinfo 700
D (8805) wifi:filter: set rx policy=7
I (8805) wifi:pm start, type: 1

D (8805) wifi:Send sta connected event
D (8805) wifi:connect status 1 -> 5
D (8815) wifi:obss scan is disabled
D (8815) wifi:start obss scan: obss scan is stopped
D (8825) event: running post WIFI_EVENT:4 with handler 0x400dcc70 and context 0x3ffbd968 on loop 0x3ffbc764
0x400dcc70: wifi_default_action_sta_connected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:81

D (8825) esp_netif_handlers: esp_netif action connected with netif0x3ffbd690 from event_id=4
D (8835) esp_netif_lwip: check: remote, if=0x3ffbd690 fn=0x400da8fc
0x400da8fc: esp_netif_up_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1256

I (8835) wifi:D (8845) esp_netif_lwip: esp_netif_up_api esp_netif:0x3ffbd690
AP's beacon interval = 102400 us, DTIM period = 1
D (8855) esp_netif_lwip: check: local, if=0x3ffbd690 fn=0x400db20c
0x400db20c: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:188

D (8855) wifi:D (8865) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbd690
set max rate: from <rate=130, phy=3, sig=0> to <rate=144, phy=3 sig=0>D (8875) esp_netif_lwip: call api in lwip: ret=0x0, give sem

D (8885) wifi:sig_b=0, sig_g=0, sig_n=0, max_b=22, max_g=108, max_n=144
D (8885) wifi:update trc
D (8895) esp_netif_lwip: check: remote, if=0x3ffbd690 fn=0x400da6d4
0x400da6d4: esp_netif_dhcpc_start_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1049

D (8895) esp_netif_lwip: esp_netif_dhcpc_start_api esp_netif:0x3ffbd690
D (8905) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbd690
D (8915) esp_netif_lwip: if0x3ffbd690 start ip lost tmr: no need start because netif=0x3ffbd710 interval=120 ip=0
D (8925) esp_netif_lwip: starting dhcp client
D (8925) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (8935) event: running post WIFI_EVENT:4 with handler 0x400d542c and context 0x3ffc4a38 on loop 0x3ffbc764
0x400d542c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

D (9925) esp_netif_lwip: esp_netif_dhcpc_cb lwip-netif:0x3ffbd710
D (9925) esp_netif_lwip: if0x3ffbd690 ip changed=1
D (9925) event: running post IP_EVENT:0 with handler 0x400dcc24 and context 0x3ffbda3c on loop 0x3ffbc764
0x400dcc24: wifi_default_action_sta_got_ip at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:123

D (9935) wifi_init_default: Got IP wifi default handler entered
D (9935) esp_netif_handlers: esp_netif action got_ip with netif0x3ffbd690 from event_id=0
I (9945) esp_netif_handlers: sta ip: 192.168.0.106, mask: 255.255.255.0, gw: 192.168.0.1
D (9955) event: running post IP_EVENT:0 with handler 0x400d542c and context 0x3ffc4a58 on loop 0x3ffbc764
0x400d542c: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (9965) wifi station: got ip:192.168.0.106
I (9975) wifi station: connected to ap SSID:CHT Wi-Fi Home-J9K password:0226868632

@nishanth-radja
Copy link
Collaborator

@AxelLin can we have sniffer captures for 4.4 and 4.3 during the Association.
From the 4.4 logs,Looks the AUTH has timed out the first time ,since it did not get the response from AP and was successful the second time.
Have you rebooted the client after successful association and trying to re associate again?

@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 3, 2023

Attached the wireshark log.
wireshark-v4.4.pcapng.txt
wireshark-v4.3.pcapng.txt

@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 3, 2023

Have you rebooted the client after successful association and trying to re associate again?

Yes.
I run idf.py monitor to check the log.
After check the log, I press ctrl+], then run "idf.py monitor" again. (This will reset the device).

@nishanth-radja
Copy link
Collaborator

@AxelLin what is the model of the AP you are using?

@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 5, 2023

@AxelLin what is the model of the AP you are using?

Arcadyan WG630223-TC

@Shreyas0-7
Copy link
Collaborator

Shreyas0-7 commented Jan 5, 2023

Hey @AxelLin
Can you please try to reproduce the issue using this build for v4.3

@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 5, 2023

Hey @AxelLin Can you please try to reproduce the issue using this build for v4.3 build.zip

I cannot do that, my testing device has flash encryption enabled.
(I don't have any device with flash disabled handy)
Can you just send me the updated wifi-lib ( or the patch for esp-idf) so I can build it locally for testing.

@Shreyas0-7
Copy link
Collaborator

Yes can you please try this patch
wpa_parse_group_cipher.patch.txt

@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 5, 2023

Yes can you please try this patch wpa_parse_group_cipher.patch.txt

Hi @Shreyas0-7
It does not work.
In the first time test, it shows below error for 5 times, then failed.

I (16569) wifi station: Disconnect reason: 201, rssi=-128
I (16569) wifi station: connect to the AP fail

The second time test (after reboot), it shows below
I (1649) wifi station: wifi_init_sta finished.
D (1649) esp_netif_lwip: esp_netif_start_api 0x3ffbf498
D (1659) esp_netif_lwip: esp_netif_get_hostname esp_netif:0x3ffbf498
D (1669) esp_netif_lwip: check: local, if=0x3ffbf498 fn=0x400da304
0x400da304: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189

D (1669) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf498
D (1679) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (1679) event: running post WIFI_EVENT:2 with handler 0x400d4f10 and context 0x3ffb9764 on loop 0x3ffbe56c
0x400d4f10: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

D (2909) wpa: WPA: set AP RSNXE - hexdump(len=3):
D (2919) wpa: f4 01 20
I (2919) wifi:new:<11,2>, old:<1,0>, ap:<255,255>, sta:<11,2>, prof:1
D (2919) wpa: RSN: PMKSA cache search - network_ctx=0x0 try_opportunistic=0
D (2919) wpa: RSN: Search for BSSID ac:b6:87:d1:a8:68
D (2929) wpa: RSN: No PMKSA cache entry found
D (2929) wpa: RSN: set own RSNXE - hexdump(len=3):
D (2939) wpa: f4 01 20
I (2939) wifi:state: init -> auth (b0)
D (2949) wpa: SAE: Derive PT - group 19
D (2949) wpa: SAE: pwd-seed - hexdump(len=32):
D (2949) wpa: ce f0 8b 91 96 20 d1 08 e5 86 62 be f7 8a 3c 62
D (2959) wpa: 56 79 32 39 54 eb 86 9a 3d 1e fa c1 b2 bf cf 4f
D (2969) wpa: SAE: pwd-value (u1 P1) - hexdump(len=48):
D (2969) wpa: 42 fb 83 3f e3 e4 13 40 97 b0 b6 1c 41 e4 82 11
D (2979) wpa: 79 95 15 3b 72 3b 3a 45 2a 56 7e ef b9 99 0a d6
D (2979) wpa: 71 bc 98 e4 16 b5 22 86 7d 70 ac 1c 30 ed 10 56
D (2989) wpa: SAE: u1 - hexdump(len=32):
D (2989) wpa: 94 9a 00 cb 98 a6 02 18 03 76 e8 6f 3e 04 41 7a
D (2999) wpa: 1e 1e 67 37 3d 94 b9 06 f9 05 75 78 c7 86 c5 43
D (3009) wpa: SSWU: m - hexdump(len=32):
D (3009) wpa: a0 06 1b 06 57 0f 8b a7 a4 6b 24 96 fc 4e 2a 23
D (3009) wpa: b2 d1 5c 94 11 f4 f5 8b 1e ec 24 79 46 10 13 2f
D (3029) wpa: SSWU: t - hexdump(len=32):
D (3029) wpa: 03 bf ac de 52 36 3d 52 47 ad e6 88 d3 6b 79 d2
D (3029) wpa: 62 a4 50 27 34 0f 69 9c 89 ed 22 7b bb 32 d0 9f
D (3039) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (3039) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (3049) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (3059) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (3059) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (3059) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (3069) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (3079) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (3079) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (3089) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (3089) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (3099) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (3109) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (3109) wpa: d1 a8 84 c3 d5 71 03 2b 85 e9 a2 2a 14 d7 3a a6
D (3119) wpa: 34 7b 21 36 5a 7d 38 88 1c 9c 50 c4 3c aa 79 a2
D (3129) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (3129) wpa: 3b d7 02 e4 1a 87 8f 30 11 41 42 96 7f bd 81 cf
D (3139) wpa: ba 49 b7 b5 48 7f 54 32 b6 53 8b 1d 6c 7c 69 48
D (3149) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (3149) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (3149) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (3159) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (3159) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (3169) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (3179) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (3179) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (3189) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (3199) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (3199) wpa: 23 20 c6 c9 b3 b6 04 59 74 c1 66 5f f6 86 e6 e9
D (3199) wpa: d8 e3 b8 95 2a 77 e9 74 e6 b5 a9 f8 40 b3 27 c0
D (3209) wpa: SSWU: p - y - hexdump(len=32):
D (3209) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (3219) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (3229) wpa: SSWU: P.x - hexdump(len=32):
D (3229) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (3239) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (3239) wpa: SSWU: P.y - hexdump(len=32):
D (3249) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (3249) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (3259) wpa: SAE: pwd-value (u2 P2) - hexdump(len=48):
D (3259) wpa: 6d 6c 19 1e 51 ea 50 26 0d 02 30 95 62 db d8 35
D (3269) wpa: 88 cd 6f f5 d1 9c bf 0d 97 5c 35 32 de c4 4d 78
D (3279) wpa: 88 8e 9d 17 86 76 05 f8 20 f2 8c ad 23 4a 2a b5
D (3279) wpa: SAE: u2 - hexdump(len=32):
D (3289) wpa: 2c 52 de e6 61 be b6 42 d8 05 cb ee 7f d7 cc bd
D (3289) wpa: f3 88 c6 8a 45 cc 6f 3c 7f df 0d 68 25 bc 1a 61
D (3309) wpa: SSWU: m - hexdump(len=32):
D (3309) wpa: 52 82 6e ea d7 b3 34 f1 5b b3 72 c4 83 c7 87 73
D (3309) wpa: 90 97 6b 83 83 1d 7f b0 18 aa ea b2 85 d9 5b 0d
D (3319) wpa: SSWU: t - hexdump(len=32):
D (3319) wpa: 21 bf 1b fe 67 a7 07 40 46 81 15 b4 1a 5e c5 13
D (3319) wpa: 19 9e 53 5b 41 bd 7b 84 62 3d 55 25 13 69 fa f1
D (3339) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (3339) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (3339) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (3359) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (3359) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (3359) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (3359) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (3369) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (3379) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (3389) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (3389) wpa: a0 40 3f 96 90 ec a5 ef 38 65 03 4b 09 2b 1c d6
D (3389) wpa: 27 c8 bb a0 7f 53 18 b9 61 b3 df 85 82 57 e1 3d
D (3399) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (3399) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (3409) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (3419) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (3419) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (3429) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (3439) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (3439) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (3449) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (3449) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (3459) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (3459) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (3469) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (3469) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (3479) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (3489) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (3489) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (3499) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (3499) wpa: SSWU: p - y - hexdump(len=32):
D (3509) wpa: 5f 46 df ad 82 da 36 c2 c8 46 85 be de 3c 5f 61
D (3509) wpa: e8 8a a7 cf 8f a4 10 dd a6 27 5f d4 18 ac 24 a2
D (3519) wpa: SSWU: P.x - hexdump(len=32):
D (3519) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (3529) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (3529) wpa: SSWU: P.y - hexdump(len=32):
D (3539) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (3549) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (3559) wpa: SAE: Selecting supported ECC group 19
D (3559) wpa: SAE: Derive PWE from PT
D (3559) wpa: SAE: PT.x - hexdump(len=32):
D (3559) wpa: 26 2c 48 d5 42 94 fa 1b 92 32 fc e2 6b 08 cf 64
D (3569) wpa: 05 6a 60 06 ca 42 93 c6 a5 90 a3 92 e7 46 bd 18
D (3579) wpa: SAE: PT.y - hexdump(len=32):
D (3579) wpa: 8f 74 a3 62 ab e3 58 98 9c aa 92 44 32 67 c1 d2
D (3589) wpa: 42 b9 78 7b 05 5e 6c ac 20 e2 b9 2e a2 44 d8 bc
D (3589) wpa: SAE: val = H(0^n, MAX(addrs) || MIN(addrs))
D (3599) wpa: SAE: val - hexdump(len=32):
D (3599) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (3609) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 14
D (3609) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32):
D (3619) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (3619) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15
D (3989) wpa: SAE: PWE.x - hexdump(len=32):
D (3989) wpa: 64 e3 69 d1 9c eb 5a 2a 3d a2 f7 e0 1f 01 b2 33
D (3989) wpa: 61 e8 dd 93 13 d2 d5 8d a8 6a 31 98 71 05 73 7a
D (3989) wpa: SAE: PWE.y - hexdump(len=32):
D (3999) wpa: 1d 8f bf ce 41 8c ca 66 6e 73 40 d8 30 0f df 8a
D (3999) wpa: 1b 1a d1 81 c2 f7 1e f3 0e 8a d2 d6 76 74 ee 6b
D (4369) wpa: SAE: own commit-scalar - hexdump(len=32):
D (4369) wpa: 84 79 73 48 ac 99 c7 34 89 f3 77 b1 47 b5 4a fd
D (4369) wpa: 96 15 af 93 b2 05 3d cf 96 36 c3 72 a9 b7 89 79
D (4369) wpa: SAE: own commit-element(x) - hexdump(len=32):
D (4379) wpa: 03 3b cd f4 2c 33 e1 b6 cb f2 9a c7 14 e3 79 fa
D (4379) wpa: df 7a 67 19 92 df 59 90 f5 7b 43 6c d7 41 b0 de
D (4389) wpa: SAE: own commit-element(y) - hexdump(len=32):
D (4399) wpa: 9c 6c 04 91 f7 d9 e1 71 e2 6f 76 35 8a e4 13 e4
D (4399) wpa: dd 02 98 d6 ad 5c 59 1b bd be 1b 4d 54 dc 09 34
D (4549) wpa: SAE: Peer commit-scalar - hexdump(len=32):
D (4549) wpa: 15 48 06 29 53 92 5f e5 00 c7 63 d1 7d f8 88 06
D (4549) wpa: 09 06 79 0b c8 eb ee 8f 12 19 7a 85 08 79 e8 f4
D (4549) wpa: SAE: Peer commit-element(x) - hexdump(len=32):
D (4559) wpa: 4e 27 5f 5b 36 68 48 68 c6 8c 5b 26 ad 2d 29 5a
D (4569) wpa: d2 be dc 32 4d fb 54 4a a1 c4 08 04 70 cb f2 ae
D (4569) wpa: SAE: Peer commit-element(y) - hexdump(len=32):
D (4579) wpa: ce 3c 6d ea 35 0c 55 a3 69 82 71 3b e1 c6 b1 d1
D (4579) wpa: 37 9a e4 ce be 1f 11 99 55 94 ef 46 98 65 e0 c8
D (4589) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (4599) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (4599) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (5329) wpa: SAE: k - hexdump(len=32):
D (5329) wpa: a8 fd f5 a9 3a 18 36 fb cb d3 0d 07 4e 63 fa 22
D (5329) wpa: 6d 58 23 41 fa bf 1b 0b 89 0a 6d fd 62 91 b9 30
D (5339) wpa: SAE: salt for keyseed derivation - hexdump(len=32):
D (5339) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (5349) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (5349) wpa: SAE: keyseed - hexdump(len=32):
D (5359) wpa: 0a 5c 2f 28 f7 cd 2a b6 32 34 d7 86 f7 5f 02 b9
D (5359) wpa: 47 de 18 f8 59 fe 7d ba 69 79 8b 35 0d fa fb f1
D (5369) wpa: SAE: PMKID - hexdump(len=16):
D (5369) wpa: 99 c1 79 72 00 2c 27 19 8a ba db 82 c5 ad d3 03
D (5379) wpa: SAE: KCK - hexdump(len=32):
D (5379) wpa: 7b 74 81 9c 59 b4 0b 03 d0 d7 ce 88 a7 92 43 d9
D (5389) wpa: 84 33 d1 e8 e4 f7 47 a0 89 e5 0e 0d 1e ed fd 88
D (5399) wpa: SAE: PMK - hexdump(len=32):
D (5399) wpa: 2d a7 94 74 2e 68 af 7d 4a 61 f1 fc 6e 16 44 3e
D (5409) wpa: 50 d8 8f 73 f4 fb ff 3d 1d d0 62 0e 19 dd e1 0f
D (5409) wpa: SAE: peer-send-confirm 1
D (5419) wpa: RSN: Added PMKSA cache entry for ac:b6:87:d1:a8:68 network_ctx=0x0
I (5419) wifi:state: auth -> assoc (0)
D (5459) wpa: WPA: Association event - clear replay counter
D (5459) wpa: WPA: Clear old PTK
I (5459) wifi:state: assoc -> run (10)
D (5569) wpa: IEEE 802.1X RX: version=1 type=3 length=117

D (5569) wpa: EAPOL-Key type=2

D (5569) wpa: key_info 0x88 (ver=0 keyidx=0 rsvd=0 Pairwise Ack)

D (5569) wpa: key_length=16 key_data_length=22

D (5579) wpa: WPA 1/4-Way Handshake

D (5579) wpa: WPA: PMKID in EAPOL-Key - hexdump(len=22):
D (5589) wpa: dd 14 00 0f ac 04 99 c1 79 72 00 2c 27 19 8a ba
D (5589) wpa: db 82 c5 ad d3 03
D (5599) wpa: RSN: PMKID from Authenticator - hexdump(len=16):
D (5599) wpa: 99 c1 79 72 00 2c 27 19 8a ba db 82 c5 ad d3 03
D (5609) wpa: RSN: found matching PMKID from PMKSA cache
D (5619) wpa: RSN: matched PMKID - hexdump(len=16):
D (5619) wpa: 99 c1 79 72 00 2c 27 19 8a ba db 82 c5 ad d3 03
D (5629) wpa: RSN: PMK from PMKSA cache - hexdump(len=32):
D (5629) wpa: 2d a7 94 74 2e 68 af 7d 4a 61 f1 fc 6e 16 44 3e
D (5639) wpa: 50 d8 8f 73 f4 fb ff 3d 1d d0 62 0e 19 dd e1 0f
D (5639) wpa: WPA: Renewed SNonce - hexdump(len=32):
D (5649) wpa: 73 21 6a 41 29 54 84 17 45 95 d3 7c 3d 48 1a 0f
D (5649) wpa: ed bc 3d 82 95 ad 57 6b 68 ec bb ec b3 7d 7d f5
D (5659) wpa: WPA: PTK derivation - A1=f0:08:d1:79:8c:60 A2=ac:b6:87:d1:a8:68

D (5669) wpa: WPA Send EAPOL-Key 2/4

D (5679) wpa: IEEE 802.1X RX: version=1 type=3 length=199

D (5679) wpa: EAPOL-Key type=2

D (5679) wpa: key_info 0x13c8 (ver=0 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)

D (5689) wpa: key_length=16 key_data_length=104

D (5699) wpa: RSN: encrypted key data - hexdump(len=104):
D (5699) wpa: d5 23 f5 68 72 4d 4b 9b 9f 1d 25 6b 46 d6 4f 2c
D (5709) wpa: 5f 63 75 6a 57 d3 d9 71 89 51 63 68 ae 7d 71 d6
D (5709) wpa: b6 3b 89 22 f2 e9 4c 94 2e 37 b4 8a 50 da cf fa
D (5719) wpa: 5b e9 1d 64 c7 24 96 08 3f bb 0a 64 2e c6 ea 55
D (5719) wpa: 83 1c 14 16 2f 4b 8c 8d fb 0d 40 00 f6 da b9 bd
D (5729) wpa: 03 90 d1 69 a3 2f 03 a9 a7 95 94 54 69 f1 39 aa
D (5739) wpa: 0c 81 8e 95 09 76 05 fd
D (5739) wpa: WPA: decrypted EAPOL-Key key data - hexdump(len=96):
D (5749) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (5749) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 f4 01 20 dd
D (5759) wpa: 16 00 0f ac 01 01 00 84 82 b9 a0 88 86 fd c0 b3
D (5759) wpa: d1 36 20 a1 da b5 b9 dd 1c 00 0f ac 09 04 00 00
D (5769) wpa: 00 00 00 00 00 d6 fc 1c 7f 2a d8 bc fc 60 82 57
D (5769) wpa: 50 8f 0e e6 df dd 05 50 6f 9a 20 01 dd 00 00 00
D (5779) wpa: WPA 3/4-Way Handshake

D (5779) wpa: WPA: IE KeyData - hexdump(len=96):
D (5789) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (5789) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 f4 01 20 dd
D (5799) wpa: 16 00 0f ac 01 01 00 84 82 b9 a0 88 86 fd c0 b3
D (5809) wpa: d1 36 20 a1 da b5 b9 dd 1c 00 0f ac 09 04 00 00
D (5809) wpa: 00 00 00 00 00 d6 fc 1c 7f 2a d8 bc fc 60 82 57
D (5819) wpa: 50 8f 0e e6 df dd 05 50 6f 9a 20 01 dd 00 00 00
D (5819) wpa: WPA: RSN IE in EAPOL-Key - hexdump(len=28):
D (5829) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (5839) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06
D (5839) wpa: WPA: RSNXE in EAPOL-Key - hexdump(len=3):
D (5849) wpa: f4 01 20
D (5849) wpa: WPA: GTK in EAPOL-Key - hexdump(len=24):
D (5849) wpa: dd 16 00 0f ac 01 01 00 84 82 b9 a0 88 86 fd c0
D (5859) wpa: b3 d1 36 20 a1 da b5 b9
D (5859) wpa: WPA: IGTK in EAPOL-Key - hexdump(len=30):
D (5869) wpa: dd 1c 00 0f ac 09 04 00 00 00 00 00 00 00 d6 fc
D (5869) wpa: 1c 7f 2a d8 bc fc 60 82 57 50 8f 0e e6 df
D (5879) wpa: WPA: Transition Disable KDE in EAPOL-Key - hexdump(len=7):
D (5889) wpa: dd 05 50 6f 9a 20 01
D (5889) wpa: WPA: No WPA/RSN IE for this AP known. Trying to get from scan results

D (5899) wpa: WPA: Found the current AP from updated scan results

D (5899) wpa: WPA: RSC - hexdump(len=8):
D (5909) wpa: 01 00 00 00 00 00 00 00
D (5909) wpa: RSN: received GTK in pairwise handshake - hexdump(len=18):
D (5919) wpa: 01 00 84 82 b9 a0 88 86 fd c0 b3 d1 36 20 a1 da
D (5919) wpa: b5 b9
D (5929) wpa: RSN: Failed to configure IGTK
I (5929) wifi:state: run -> init (1c0)
I (5939) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
D (5939) wpa: RSN: Flush PMKSA cache entry for ac:b6:87:d1:a8:68
D (5949) wpa: RSN: PMKSA cache entry free_cb: ac:b6:87:d1:a8:68 reason=0
D (5949) wpa: WPA: Clear old PMK and PTK
D (5959) event: running post WIFI_EVENT:5 with handler 0x400dbcbc and context 0x3ffbf7a0 on loop 0x3ffbe56c
0x400dbcbc: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (5969) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf498 from event_id=5
D (5979) esp_netif_lwip: check: remote, if=0x3ffbf498 fn=0x400d9a34
0x400d9a34: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278

D (5979) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf498
D (5989) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf498
D (5999) esp_netif_lwip: if0x3ffbf498 start ip lost tmr: no need start because netif=0x3ffbf518 interval=120 ip=0
D (6009) esp_netif_lwip: check: local, if=0x3ffbf498 fn=0x400da304
0x400da304: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189

D (6009) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf498
D (6019) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (6029) event: running post WIFI_EVENT:5 with handler 0x400d4f10 and context 0x3ffb9764 on loop 0x3ffbe56c
0x400d4f10: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (6039) wifi station: Disconnect reason: 1, rssi=-22
I (6039) wifi station: retry to connect to the AP
I (6049) wifi station: connect to the AP fail
D (8449) event: running post WIFI_EVENT:5 with handler 0x400dbcbc and context 0x3ffbf7a0 on loop 0x3ffbe56c
0x400dbcbc: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (8449) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf498 from event_id=5
D (8459) esp_netif_lwip: check: remote, if=0x3ffbf498 fn=0x400d9a34
0x400d9a34: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278

D (8469) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf498
D (8469) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf498
D (8479) esp_netif_lwip: if0x3ffbf498 start ip lost tmr: no need start because netif=0x3ffbf518 interval=120 ip=0
D (8489) esp_netif_lwip: check: local, if=0x3ffbf498 fn=0x400da304
0x400da304: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189

D (8499) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf498
D (8499) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (8509) event: running post WIFI_EVENT:5 with handler 0x400d4f10 and context 0x3ffb9764 on loop 0x3ffbe56c
0x400d4f10: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (8519) wifi station: Disconnect reason: 205, rssi=-128
I (8519) wifi station: retry to connect to the AP
I (8529) wifi station: connect to the AP fail
D (8529) wpa: WPA: set AP RSNXE - hexdump(len=3):
D (8539) wpa: f4 01 20
I (8539) wifi:new:<11,2>, old:<11,0>, ap:<255,255>, sta:<11,2>, prof:1
D (8549) wpa: RSN: PMKSA cache search - network_ctx=0x0 try_opportunistic=0
D (8549) wpa: RSN: Search for BSSID ac:b6:87:d1:a8:68
D (8559) wpa: RSN: No PMKSA cache entry found
D (8559) wpa: RSN: set own RSNXE - hexdump(len=3):
D (8569) wpa: f4 01 20
I (8569) wifi:state: init -> auth (b0)
D (8579) wpa: SAE: Derive PT - group 19
D (8579) wpa: SAE: pwd-seed - hexdump(len=32):
D (8579) wpa: ce f0 8b 91 96 20 d1 08 e5 86 62 be f7 8a 3c 62
D (8589) wpa: 56 79 32 39 54 eb 86 9a 3d 1e fa c1 b2 bf cf 4f
D (8599) wpa: SAE: pwd-value (u1 P1) - hexdump(len=48):
D (8599) wpa: 42 fb 83 3f e3 e4 13 40 97 b0 b6 1c 41 e4 82 11
D (8609) wpa: 79 95 15 3b 72 3b 3a 45 2a 56 7e ef b9 99 0a d6
D (8609) wpa: 71 bc 98 e4 16 b5 22 86 7d 70 ac 1c 30 ed 10 56
D (8619) wpa: SAE: u1 - hexdump(len=32):
D (8619) wpa: 94 9a 00 cb 98 a6 02 18 03 76 e8 6f 3e 04 41 7a
D (8629) wpa: 1e 1e 67 37 3d 94 b9 06 f9 05 75 78 c7 86 c5 43
D (8639) wpa: SSWU: m - hexdump(len=32):
D (8639) wpa: a0 06 1b 06 57 0f 8b a7 a4 6b 24 96 fc 4e 2a 23
D (8639) wpa: b2 d1 5c 94 11 f4 f5 8b 1e ec 24 79 46 10 13 2f
D (8659) wpa: SSWU: t - hexdump(len=32):
D (8659) wpa: 03 bf ac de 52 36 3d 52 47 ad e6 88 d3 6b 79 d2
D (8659) wpa: 62 a4 50 27 34 0f 69 9c 89 ed 22 7b bb 32 d0 9f
D (8669) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (8669) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (8679) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (8689) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (8689) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (8689) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (8699) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (8709) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (8709) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (8719) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (8719) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (8729) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (8739) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (8739) wpa: d1 a8 84 c3 d5 71 03 2b 85 e9 a2 2a 14 d7 3a a6
D (8749) wpa: 34 7b 21 36 5a 7d 38 88 1c 9c 50 c4 3c aa 79 a2
D (8759) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (8759) wpa: 3b d7 02 e4 1a 87 8f 30 11 41 42 96 7f bd 81 cf
D (8759) wpa: ba 49 b7 b5 48 7f 54 32 b6 53 8b 1d 6c 7c 69 48
D (8779) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (8779) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (8779) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (8789) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (8789) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (8799) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (8809) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (8809) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (8819) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (8829) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (8829) wpa: 23 20 c6 c9 b3 b6 04 59 74 c1 66 5f f6 86 e6 e9
D (8829) wpa: d8 e3 b8 95 2a 77 e9 74 e6 b5 a9 f8 40 b3 27 c0
D (8839) wpa: SSWU: p - y - hexdump(len=32):
D (8839) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (8849) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (8859) wpa: SSWU: P.x - hexdump(len=32):
D (8859) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (8869) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (8869) wpa: SSWU: P.y - hexdump(len=32):
D (8879) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (8879) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (8889) wpa: SAE: pwd-value (u2 P2) - hexdump(len=48):
D (8889) wpa: 6d 6c 19 1e 51 ea 50 26 0d 02 30 95 62 db d8 35
D (8899) wpa: 88 cd 6f f5 d1 9c bf 0d 97 5c 35 32 de c4 4d 78
D (8909) wpa: 88 8e 9d 17 86 76 05 f8 20 f2 8c ad 23 4a 2a b5
D (8909) wpa: SAE: u2 - hexdump(len=32):
D (8909) wpa: 2c 52 de e6 61 be b6 42 d8 05 cb ee 7f d7 cc bd
D (8919) wpa: f3 88 c6 8a 45 cc 6f 3c 7f df 0d 68 25 bc 1a 61
D (8939) wpa: SSWU: m - hexdump(len=32):
D (8939) wpa: 52 82 6e ea d7 b3 34 f1 5b b3 72 c4 83 c7 87 73
D (8939) wpa: 90 97 6b 83 83 1d 7f b0 18 aa ea b2 85 d9 5b 0d
D (8949) wpa: SSWU: t - hexdump(len=32):
D (8949) wpa: 21 bf 1b fe 67 a7 07 40 46 81 15 b4 1a 5e c5 13
D (8949) wpa: 19 9e 53 5b 41 bd 7b 84 62 3d 55 25 13 69 fa f1
D (8969) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (8969) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (8969) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (8989) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (8989) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (8989) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (8989) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (8999) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (8999) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (9019) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (9019) wpa: a0 40 3f 96 90 ec a5 ef 38 65 03 4b 09 2b 1c d6
D (9019) wpa: 27 c8 bb a0 7f 53 18 b9 61 b3 df 85 82 57 e1 3d
D (9029) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (9029) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (9039) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (9049) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (9049) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (9059) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (9069) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (9069) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (9079) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (9079) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (9089) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (9089) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (9099) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (9099) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (9109) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (9119) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (9119) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (9129) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (9129) wpa: SSWU: p - y - hexdump(len=32):
D (9139) wpa: 5f 46 df ad 82 da 36 c2 c8 46 85 be de 3c 5f 61
D (9139) wpa: e8 8a a7 cf 8f a4 10 dd a6 27 5f d4 18 ac 24 a2
D (9149) wpa: SSWU: P.x - hexdump(len=32):
D (9149) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (9159) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (9159) wpa: SSWU: P.y - hexdump(len=32):
D (9169) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (9169) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (9189) wpa: SAE: Selecting supported ECC group 19
D (9189) wpa: SAE: Derive PWE from PT
D (9189) wpa: SAE: PT.x - hexdump(len=32):
D (9189) wpa: 26 2c 48 d5 42 94 fa 1b 92 32 fc e2 6b 08 cf 64
D (9199) wpa: 05 6a 60 06 ca 42 93 c6 a5 90 a3 92 e7 46 bd 18
D (9209) wpa: SAE: PT.y - hexdump(len=32):
D (9209) wpa: 8f 74 a3 62 ab e3 58 98 9c aa 92 44 32 67 c1 d2
D (9219) wpa: 42 b9 78 7b 05 5e 6c ac 20 e2 b9 2e a2 44 d8 bc
D (9219) wpa: SAE: val = H(0^n, MAX(addrs) || MIN(addrs))
D (9229) wpa: SAE: val - hexdump(len=32):
D (9229) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (9239) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 14
D (9239) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32):
D (9249) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (9249) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15
D (9619) wpa: SAE: PWE.x - hexdump(len=32):
D (9619) wpa: 64 e3 69 d1 9c eb 5a 2a 3d a2 f7 e0 1f 01 b2 33
D (9619) wpa: 61 e8 dd 93 13 d2 d5 8d a8 6a 31 98 71 05 73 7a
D (9619) wpa: SAE: PWE.y - hexdump(len=32):
D (9629) wpa: 1d 8f bf ce 41 8c ca 66 6e 73 40 d8 30 0f df 8a
D (9629) wpa: 1b 1a d1 81 c2 f7 1e f3 0e 8a d2 d6 76 74 ee 6b
D (9999) wpa: SAE: own commit-scalar - hexdump(len=32):
D (9999) wpa: 03 ae 28 d5 bb 2c c6 13 26 ee 3b c8 ca 40 e1 95
D (9999) wpa: c2 42 4a f6 b0 28 06 84 89 46 df c8 4c c3 01 86
D (9999) wpa: SAE: own commit-element(x) - hexdump(len=32):
D (10009) wpa: 2d 28 aa 22 ce 1b 85 28 03 1c 02 b5 04 6c 4f 47
D (10009) wpa: c3 25 f2 9b 0c f2 db ce 33 8e ed 1c 79 a3 73 a6
D (10019) wpa: SAE: own commit-element(y) - hexdump(len=32):
D (10029) wpa: 28 fd 25 22 86 6b c3 4d 8c a1 0f 16 dd 02 57 7a
D (10029) wpa: 07 5f ee 42 c4 b0 6e 1f 05 42 07 98 7b 8d 2d 03
I (10039) wifi:state: auth -> init (fc0)
I (10039) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
D (10049) wpa: WPA: Clear old PMK and PTK
D (10049) event: running post WIFI_EVENT:5 with handler 0x400dbcbc and context 0x3ffbf7a0 on loop 0x3ffbe56c
0x400dbcbc: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (10059) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf498 from event_id=5
D (10069) esp_netif_lwip: check: remote, if=0x3ffbf498 fn=0x400d9a34
0x400d9a34: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278

D (10079) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf498
D (10079) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf498
D (10089) esp_netif_lwip: if0x3ffbf498 start ip lost tmr: no need start because netif=0x3ffbf518 interval=120 ip=0
D (10099) esp_netif_lwip: check: local, if=0x3ffbf498 fn=0x400da304
0x400da304: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189

D (10109) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf498
D (10109) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (10119) event: running post WIFI_EVENT:5 with handler 0x400d4f10 and context 0x3ffb9764 on loop 0x3ffbe56c
0x400d4f10: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (10129) wifi station: Disconnect reason: 202, rssi=-21
I (10139) wifi station: retry to connect to the AP
I (10139) wifi station: connect to the AP fail
D (12549) event: running post WIFI_EVENT:5 with handler 0x400dbcbc and context 0x3ffbf7a0 on loop 0x3ffbe56c
0x400dbcbc: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (12549) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf498 from event_id=5
D (12549) esp_netif_lwip: check: remote, if=0x3ffbf498 fn=0x400d9a34
0x400d9a34: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278

D (12559) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf498
D (12569) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf498
D (12569) esp_netif_lwip: if0x3ffbf498 start ip lost tmr: no need start because netif=0x3ffbf518 interval=120 ip=0
D (12579) esp_netif_lwip: check: local, if=0x3ffbf498 fn=0x400da304
0x400da304: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189

D (12589) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf498
D (12599) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (12599) event: running post WIFI_EVENT:5 with handler 0x400d4f10 and context 0x3ffb9764 on loop 0x3ffbe56c
0x400d4f10: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (12609) wifi station: Disconnect reason: 205, rssi=-128
I (12619) wifi station: retry to connect to the AP
I (12629) wifi station: connect to the AP fail
D (12629) wpa: WPA: set AP RSNXE - hexdump(len=3):
D (12639) wpa: f4 01 20
I (12639) wifi:new:<11,2>, old:<11,0>, ap:<255,255>, sta:<11,2>, prof:1
D (12649) wpa: RSN: PMKSA cache search - network_ctx=0x0 try_opportunistic=0
D (12649) wpa: RSN: Search for BSSID ac:b6:87:d1:a8:68
D (12659) wpa: RSN: No PMKSA cache entry found
D (12659) wpa: RSN: set own RSNXE - hexdump(len=3):
D (12669) wpa: f4 01 20
I (12669) wifi:state: init -> auth (b0)
D (12669) wpa: SAE: Derive PT - group 19
D (12679) wpa: SAE: pwd-seed - hexdump(len=32):
D (12679) wpa: ce f0 8b 91 96 20 d1 08 e5 86 62 be f7 8a 3c 62
D (12689) wpa: 56 79 32 39 54 eb 86 9a 3d 1e fa c1 b2 bf cf 4f
D (12689) wpa: SAE: pwd-value (u1 P1) - hexdump(len=48):
D (12699) wpa: 42 fb 83 3f e3 e4 13 40 97 b0 b6 1c 41 e4 82 11
D (12699) wpa: 79 95 15 3b 72 3b 3a 45 2a 56 7e ef b9 99 0a d6
D (12709) wpa: 71 bc 98 e4 16 b5 22 86 7d 70 ac 1c 30 ed 10 56
D (12719) wpa: SAE: u1 - hexdump(len=32):
D (12719) wpa: 94 9a 00 cb 98 a6 02 18 03 76 e8 6f 3e 04 41 7a
D (12729) wpa: 1e 1e 67 37 3d 94 b9 06 f9 05 75 78 c7 86 c5 43
D (12739) wpa: SSWU: m - hexdump(len=32):
D (12739) wpa: a0 06 1b 06 57 0f 8b a7 a4 6b 24 96 fc 4e 2a 23
D (12739) wpa: b2 d1 5c 94 11 f4 f5 8b 1e ec 24 79 46 10 13 2f
D (12759) wpa: SSWU: t - hexdump(len=32):
D (12759) wpa: 03 bf ac de 52 36 3d 52 47 ad e6 88 d3 6b 79 d2
D (12759) wpa: 62 a4 50 27 34 0f 69 9c 89 ed 22 7b bb 32 d0 9f
D (12769) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (12769) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (12779) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (12789) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (12789) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (12789) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (12799) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (12809) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (12809) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (12819) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (12819) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (12829) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (12839) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (12839) wpa: d1 a8 84 c3 d5 71 03 2b 85 e9 a2 2a 14 d7 3a a6
D (12849) wpa: 34 7b 21 36 5a 7d 38 88 1c 9c 50 c4 3c aa 79 a2
D (12859) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (12859) wpa: 3b d7 02 e4 1a 87 8f 30 11 41 42 96 7f bd 81 cf
D (12859) wpa: ba 49 b7 b5 48 7f 54 32 b6 53 8b 1d 6c 7c 69 48
D (12879) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (12879) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (12879) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (12889) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (12889) wpa: c1 8d 77 0d 38 5f eb 58 e7 31 0f 66 af 15 9d 46
D (12899) wpa: 81 46 b7 14 36 71 56 24 7d 9c aa 9b 53 bd 41 13
D (12909) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (12909) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (12919) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (12929) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (12929) wpa: 23 20 c6 c9 b3 b6 04 59 74 c1 66 5f f6 86 e6 e9
D (12929) wpa: d8 e3 b8 95 2a 77 e9 74 e6 b5 a9 f8 40 b3 27 c0
D (12939) wpa: SSWU: p - y - hexdump(len=32):
D (12949) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (12949) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (12959) wpa: SSWU: P.x - hexdump(len=32):
D (12959) wpa: 7d b4 26 43 62 c7 be 21 63 e9 71 fd a6 06 30 df
D (12969) wpa: 99 3e 6f 80 76 93 f8 43 fa f6 13 f4 f5 a3 d1 aa
D (12969) wpa: SSWU: P.y - hexdump(len=32):
D (12979) wpa: dc df 39 35 4c 49 fb a7 8b 3e 99 a0 09 79 19 16
D (12979) wpa: 27 1c 47 6b d5 88 16 8b 19 4a 56 07 bf 4c d8 3f
D (12989) wpa: SAE: pwd-value (u2 P2) - hexdump(len=48):
D (12999) wpa: 6d 6c 19 1e 51 ea 50 26 0d 02 30 95 62 db d8 35
D (12999) wpa: 88 cd 6f f5 d1 9c bf 0d 97 5c 35 32 de c4 4d 78
D (13009) wpa: 88 8e 9d 17 86 76 05 f8 20 f2 8c ad 23 4a 2a b5
D (13009) wpa: SAE: u2 - hexdump(len=32):
D (13019) wpa: 2c 52 de e6 61 be b6 42 d8 05 cb ee 7f d7 cc bd
D (13019) wpa: f3 88 c6 8a 45 cc 6f 3c 7f df 0d 68 25 bc 1a 61
D (13039) wpa: SSWU: m - hexdump(len=32):
D (13039) wpa: 52 82 6e ea d7 b3 34 f1 5b b3 72 c4 83 c7 87 73
D (13039) wpa: 90 97 6b 83 83 1d 7f b0 18 aa ea b2 85 d9 5b 0d
D (13049) wpa: SSWU: t - hexdump(len=32):
D (13049) wpa: 21 bf 1b fe 67 a7 07 40 46 81 15 b4 1a 5e c5 13
D (13059) wpa: 19 9e 53 5b 41 bd 7b 84 62 3d 55 25 13 69 fa f1
D (13069) wpa: SSWU: x1a = b / (z * a) - hexdump(len=32):
D (13069) wpa: a5 28 bd 86 96 bd af 99 6c 65 b9 82 d9 49 59 d3
D (13069) wpa: 14 6f e6 a0 20 69 30 90 bd ba 13 13 23 75 f2 24
D (13089) wpa: SSWU: x1b = (-b/a) * (1 + t) - hexdump(len=32):
D (13089) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (13089) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (13099) wpa: SSWU: x1 = CSEL(l, x1a, x1b) - hexdump(len=32):
D (13099) wpa: f5 29 4a 71 ac 1e 93 be 54 65 5a 5f bf e8 15 70
D (13109) wpa: 38 77 01 e0 a2 60 69 f0 46 15 1c 4e 26 1d 32 96
D (13119) wpa: SSWU: gx1 = x1^3 + a * x1 + b - hexdump(len=32):
D (13119) wpa: a0 40 3f 96 90 ec a5 ef 38 65 03 4b 09 2b 1c d6
D (13129) wpa: 27 c8 bb a0 7f 53 18 b9 61 b3 df 85 82 57 e1 3d
D (13139) wpa: SSWU: x2 = z * u^2 * x1 - hexdump(len=32):
D (13139) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (13139) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (13159) wpa: SSWU: gx2 = x2^3 + a * x2 + b - hexdump(len=32):
D (13159) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (13159) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (13179) wpa: SSWU: gx1^((p-1)/2) modulo p - hexdump(len=32):
D (13179) wpa: 7f ff ff ff 80 00 00 00 80 00 00 00 00 00 00 00
D (13179) wpa: 00 00 00 00 7f ff ff ff ff ff ff ff ff ff ff ff
D (13189) wpa: SSWU: v = CSEL(l, gx1, gx2) - hexdump(len=32):
D (13189) wpa: de c7 4b a8 f7 98 6f 07 2f c9 c8 bc d1 06 ec a8
D (13199) wpa: 87 54 0d 3b 0f 48 f3 3a de d3 57 ff 0d d4 89 c1
D (13199) wpa: SSWU: x = CSEL(l, x1, x2) - hexdump(len=32):
D (13209) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (13219) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (13229) wpa: SSWU: y = sqrt(v) - hexdump(len=32):
D (13229) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (13229) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (13239) wpa: SSWU: p - y - hexdump(len=32):
D (13239) wpa: 5f 46 df ad 82 da 36 c2 c8 46 85 be de 3c 5f 61
D (13249) wpa: e8 8a a7 cf 8f a4 10 dd a6 27 5f d4 18 ac 24 a2
D (13249) wpa: SSWU: P.x - hexdump(len=32):
D (13259) wpa: b5 05 35 67 8e 74 12 77 92 bc e5 a8 15 a7 ca 42
D (13259) wpa: df 45 80 9f c8 03 21 8c 9c 0b b5 7e c0 28 d6 32
D (13269) wpa: SSWU: P.y - hexdump(len=32):
D (13279) wpa: a0 b9 20 51 7d 25 c9 3e 37 b9 7a 41 21 c3 a0 9e
D (13279) wpa: 17 75 58 31 70 5b ef 22 59 d8 a0 2b e7 53 db 5d
D (13289) wpa: SAE: Selecting supported ECC group 19
D (13299) wpa: SAE: Derive PWE from PT
D (13299) wpa: SAE: PT.x - hexdump(len=32):
D (13299) wpa: 26 2c 48 d5 42 94 fa 1b 92 32 fc e2 6b 08 cf 64
D (13309) wpa: 05 6a 60 06 ca 42 93 c6 a5 90 a3 92 e7 46 bd 18
D (13309) wpa: SAE: PT.y - hexdump(len=32):
D (13319) wpa: 8f 74 a3 62 ab e3 58 98 9c aa 92 44 32 67 c1 d2
D (13319) wpa: 42 b9 78 7b 05 5e 6c ac 20 e2 b9 2e a2 44 d8 bc
D (13329) wpa: SAE: val = H(0^n, MAX(addrs) || MIN(addrs))
D (13329) wpa: SAE: val - hexdump(len=32):
D (13339) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (13339) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 14
D (13349) wpa: SAE: val(reduced to 1..q-1) - hexdump(len=32):
D (13359) wpa: 9e ce 88 39 62 e1 78 d1 23 36 5d fe 6d b3 e5 00
D (13359) wpa: b6 5a 6a 7e 2d f2 81 db c3 42 8d c7 95 f0 1d 15
D (13729) wpa: SAE: PWE.x - hexdump(len=32):
D (13729) wpa: 64 e3 69 d1 9c eb 5a 2a 3d a2 f7 e0 1f 01 b2 33
D (13729) wpa: 61 e8 dd 93 13 d2 d5 8d a8 6a 31 98 71 05 73 7a
D (13729) wpa: SAE: PWE.y - hexdump(len=32):
D (13739) wpa: 1d 8f bf ce 41 8c ca 66 6e 73 40 d8 30 0f df 8a
D (13739) wpa: 1b 1a d1 81 c2 f7 1e f3 0e 8a d2 d6 76 74 ee 6b
D (14109) wpa: SAE: own commit-scalar - hexdump(len=32):
D (14109) wpa: 9f 47 be 57 c8 4a 46 8a b4 19 9b 98 2f 6e 4e 9a
D (14109) wpa: c9 63 42 ff d9 94 52 54 68 05 02 40 c8 84 a1 88
D (14109) wpa: SAE: own commit-element(x) - hexdump(len=32):
D (14119) wpa: 77 a9 0f 69 91 69 01 25 8a cf c9 93 aa c3 ee 45
D (14119) wpa: 1e e2 06 bd da 63 03 cd 4b 85 1a 8f 9c 5e 42 1e
D (14129) wpa: SAE: own commit-element(y) - hexdump(len=32):
D (14139) wpa: dc bd 62 f8 cc 0c e0 e4 d3 b1 2b d9 dd c5 15 26
D (14139) wpa: 5f f4 9a 2e d6 02 ac 10 69 0f ef d0 f5 8f c5 38
D (14269) wpa: SAE: Peer commit-scalar - hexdump(len=32):
D (14279) wpa: a9 72 b9 bd 77 a4 3d 10 8d 19 af bc e9 f5 aa b3
D (14279) wpa: 46 84 c1 40 96 3d 6c d2 2b 98 cc ee 6f 88 6c 11
D (14279) wpa: SAE: Peer commit-element(x) - hexdump(len=32):
D (14289) wpa: 68 c4 e7 f1 50 d3 f9 b5 b3 1e cd 27 75 5a c3 ae
D (14289) wpa: 0c 85 6f 32 50 2a 09 46 3e 2f 30 ff e1 c6 12 12
D (14299) wpa: SAE: Peer commit-element(y) - hexdump(len=32):
D (14309) wpa: 19 be 41 62 b1 20 cf a7 37 23 25 38 9a a8 8e 7e
D (14309) wpa: ee 98 dd ef d2 32 93 eb 28 9c 2c 4b 73 74 17 59
D (14319) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (14319) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (14329) wpa: SAE: Possible elements at the end of the frame - hexdump(len=0):
D (15059) wpa: SAE: k - hexdump(len=32):
D (15059) wpa: 1f a6 be 17 94 4f df e9 6b fe 1c d7 7f 4d b9 e8
D (15059) wpa: f3 a0 29 df e0 5a 0b 5c 12 a4 df 1f d3 cd f8 83
D (15069) wpa: SAE: salt for keyseed derivation - hexdump(len=32):
D (15069) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (15079) wpa: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D (15079) wpa: SAE: keyseed - hexdump(len=32):
D (15089) wpa: 74 f2 9b 66 71 c8 38 46 30 99 c2 86 86 00 b1 14
D (15089) wpa: f2 6e 95 0c 87 cd 51 ac ec 9a 69 3e e4 1b c8 a7
D (15099) wpa: SAE: PMKID - hexdump(len=16):
D (15099) wpa: 48 ba 78 16 3f ee 83 9a 41 33 4b 55 19 63 f9 4e
D (15109) wpa: SAE: KCK - hexdump(len=32):
D (15109) wpa: 6e 1e 62 82 6b 29 f3 1a 40 70 a7 a3 cf f4 e1 e0
D (15119) wpa: 04 77 b6 db f5 67 30 32 6b f2 98 68 d8 23 73 1c
D (15129) wpa: SAE: PMK - hexdump(len=32):
D (15129) wpa: 74 af a0 dc 8f 76 59 6e b0 9a a1 3b 74 5e d5 a9
D (15139) wpa: d1 fd 93 2a b5 1f 49 a6 ae 24 74 67 9d 5e 27 45
D (15139) wpa: SAE: peer-send-confirm 3
D (15149) wpa: RSN: Added PMKSA cache entry for ac:b6:87:d1:a8:68 network_ctx=0x0
I (15149) wifi:state: auth -> assoc (0)
D (15199) wpa: WPA: Association event - clear replay counter
D (15199) wpa: WPA: Clear old PTK
I (15199) wifi:state: assoc -> run (10)
D (15299) wpa: IEEE 802.1X RX: version=1 type=3 length=117

D (15299) wpa: EAPOL-Key type=2

D (15299) wpa: key_info 0x88 (ver=0 keyidx=0 rsvd=0 Pairwise Ack)

D (15299) wpa: key_length=16 key_data_length=22

D (15309) wpa: WPA 1/4-Way Handshake

D (15309) wpa: WPA: PMKID in EAPOL-Key - hexdump(len=22):
D (15319) wpa: dd 14 00 0f ac 04 48 ba 78 16 3f ee 83 9a 41 33
D (15329) wpa: 4b 55 19 63 f9 4e
D (15329) wpa: RSN: PMKID from Authenticator - hexdump(len=16):
D (15329) wpa: 48 ba 78 16 3f ee 83 9a 41 33 4b 55 19 63 f9 4e
D (15339) wpa: RSN: found matching PMKID from PMKSA cache
D (15349) wpa: RSN: matched PMKID - hexdump(len=16):
D (15349) wpa: 48 ba 78 16 3f ee 83 9a 41 33 4b 55 19 63 f9 4e
D (15359) wpa: RSN: PMK from PMKSA cache - hexdump(len=32):
D (15359) wpa: 74 af a0 dc 8f 76 59 6e b0 9a a1 3b 74 5e d5 a9
D (15369) wpa: d1 fd 93 2a b5 1f 49 a6 ae 24 74 67 9d 5e 27 45
D (15369) wpa: WPA: Renewed SNonce - hexdump(len=32):
D (15379) wpa: 6c 0c 3b 4f f0 8e 96 c5 cf 95 0f 99 6e ba 0e 86
D (15389) wpa: 3d 18 d6 c8 4d 8d ac e8 f3 0e 37 d1 16 8d f8 e8
D (15389) wpa: WPA: PTK derivation - A1=f0:08:d1:79:8c:60 A2=ac:b6:87:d1:a8:68

D (15399) wpa: WPA Send EAPOL-Key 2/4

D (15409) wpa: IEEE 802.1X RX: version=1 type=3 length=199

D (15409) wpa: EAPOL-Key type=2

D (15409) wpa: key_info 0x13c8 (ver=0 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure Encr)

D (15419) wpa: key_length=16 key_data_length=104

D (15429) wpa: RSN: encrypted key data - hexdump(len=104):
D (15429) wpa: dc 83 34 96 e3 7e 30 cf f4 d2 5e bd 81 43 1e 2a
D (15439) wpa: 56 1e 4f ad 6f 79 01 1c 70 9b dd cc 53 36 36 34
D (15439) wpa: ea 29 bb 00 4e 7d 06 5f 15 51 24 7d cf 57 8c 8b
D (15449) wpa: 42 d2 01 2e db 4d dc a1 2b 68 be 95 cd 79 3c 71
D (15459) wpa: 55 53 6d 2e 83 19 b9 44 ef f0 b0 af c6 00 44 b5
D (15459) wpa: a6 3f d9 ae 97 19 d2 9d 6b 75 62 2f b9 f6 f0 b6
D (15469) wpa: d7 9a 26 22 20 ef 4b c3
D (15469) wpa: WPA: decrypted EAPOL-Key key data - hexdump(len=96):
D (15479) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (15479) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 f4 01 20 dd
D (15489) wpa: 16 00 0f ac 01 01 00 84 82 b9 a0 88 86 fd c0 b3
D (15499) wpa: d1 36 20 a1 da b5 b9 dd 1c 00 0f ac 09 04 00 00
D (15499) wpa: 00 00 00 00 00 d6 fc 1c 7f 2a d8 bc fc 60 82 57
D (15509) wpa: 50 8f 0e e6 df dd 05 50 6f 9a 20 01 dd 00 00 00
D (15509) wpa: WPA 3/4-Way Handshake

D (15519) wpa: WPA: IE KeyData - hexdump(len=96):
D (15519) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (15529) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06 f4 01 20 dd
D (15529) wpa: 16 00 0f ac 01 01 00 84 82 b9 a0 88 86 fd c0 b3
D (15539) wpa: d1 36 20 a1 da b5 b9 dd 1c 00 0f ac 09 04 00 00
D (15549) wpa: 00 00 00 00 00 d6 fc 1c 7f 2a d8 bc fc 60 82 57
D (15549) wpa: 50 8f 0e e6 df dd 05 50 6f 9a 20 01 dd 00 00 00
D (15559) wpa: WPA: RSN IE in EAPOL-Key - hexdump(len=28):
D (15559) wpa: 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00
D (15569) wpa: 00 0f ac 08 c0 00 00 00 00 0f ac 06
D (15569) wpa: WPA: RSNXE in EAPOL-Key - hexdump(len=3):
D (15579) wpa: f4 01 20
D (15579) wpa: WPA: GTK in EAPOL-Key - hexdump(len=24):
D (15589) wpa: dd 16 00 0f ac 01 01 00 84 82 b9 a0 88 86 fd c0
D (15589) wpa: b3 d1 36 20 a1 da b5 b9
D (15599) wpa: WPA: IGTK in EAPOL-Key - hexdump(len=30):
D (15599) wpa: dd 1c 00 0f ac 09 04 00 00 00 00 00 00 00 d6 fc
D (15609) wpa: 1c 7f 2a d8 bc fc 60 82 57 50 8f 0e e6 df
D (15609) wpa: WPA: Transition Disable KDE in EAPOL-Key - hexdump(len=7):
D (15619) wpa: dd 05 50 6f 9a 20 01
D (15629) wpa: WPA: No WPA/RSN IE for this AP known. Trying to get from scan results

D (15629) wpa: WPA: Found the current AP from updated scan results

D (15639) wpa: WPA: RSC - hexdump(len=8):
D (15639) wpa: 01 00 00 00 00 00 00 00
D (15649) wpa: RSN: received GTK in pairwise handshake - hexdump(len=18):
D (15649) wpa: 01 00 84 82 b9 a0 88 86 fd c0 b3 d1 36 20 a1 da
D (15659) wpa: b5 b9
D (15659) wpa: RSN: Failed to configure IGTK
I (15669) wifi:state: run -> init (1c0)
I (15669) wifi:new:<11,0>, old:<11,2>, ap:<255,255>, sta:<11,2>, prof:1
D (15679) wpa: RSN: Flush PMKSA cache entry for ac:b6:87:d1:a8:68
D (15679) wpa: RSN: PMKSA cache entry free_cb: ac:b6:87:d1:a8:68 reason=0
D (15689) wpa: WPA: Clear old PMK and PTK
D (15699) event: running post WIFI_EVENT:5 with handler 0x400dbcbc and context 0x3ffbf7a0 on loop 0x3ffbe56c
0x400dbcbc: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (15699) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf498 from event_id=5
D (15709) esp_netif_lwip: check: remote, if=0x3ffbf498 fn=0x400d9a34
0x400d9a34: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278

D (15719) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf498
D (15729) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf498
D (15729) esp_netif_lwip: if0x3ffbf498 start ip lost tmr: no need start because netif=0x3ffbf518 interval=120 ip=0
D (15739) esp_netif_lwip: check: local, if=0x3ffbf498 fn=0x400da304
0x400da304: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189

D (15749) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf498
D (15759) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (15759) event: running post WIFI_EVENT:5 with handler 0x400d4f10 and context 0x3ffb9764 on loop 0x3ffbe56c
0x400d4f10: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (15769) wifi station: Disconnect reason: 1, rssi=-22
I (15779) wifi station: retry to connect to the AP
I (15779) wifi station: connect to the AP fail
D (18189) event: running post WIFI_EVENT:5 with handler 0x400dbcbc and context 0x3ffbf7a0 on loop 0x3ffbe56c
0x400dbcbc: wifi_default_action_sta_disconnected at /home/axel/esp/esp-idf/components/esp_wifi/src/wifi_default.c:107

D (18189) esp_netif_handlers: esp_netif action disconnected with netif0x3ffbf498 from event_id=5
D (18199) esp_netif_lwip: check: remote, if=0x3ffbf498 fn=0x400d9a34
0x400d9a34: esp_netif_down_api at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:1278

D (18199) esp_netif_lwip: esp_netif_down_api esp_netif:0x3ffbf498
D (18209) esp_netif_lwip: esp_netif_start_ip_lost_timer esp_netif:0x3ffbf498
D (18219) esp_netif_lwip: if0x3ffbf498 start ip lost tmr: no need start because netif=0x3ffbf518 interval=120 ip=0
D (18229) esp_netif_lwip: check: local, if=0x3ffbf498 fn=0x400da304
0x400da304: esp_netif_update_default_netif_lwip at /home/axel/esp/esp-idf/components/esp_netif/lwip/esp_netif_lwip.c:189

D (18229) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3ffbf498
D (18239) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (18249) event: running post WIFI_EVENT:5 with handler 0x400d4f10 and context 0x3ffb9764 on loop 0x3ffbe56c
0x400d4f10: event_handler at /home/axel/esp/esp-idf/examples/wifi/getting_started/station/main/station_example_main.c:65

I (18259) wifi station: Disconnect reason: 205, rssi=-128
I (18259) wifi station: connect to the AP fail
I (18269) wifi station: Failed to connect to SSID:CHT Wi-Fi Home-J9K, password:0226868632

@Shreyas0-7
Copy link
Collaborator

Shreyas0-7 commented Jan 6, 2023

Hey @AxelLin thanks for your co-ordination can you please test it again with
wpa_parse_group_cipher.patch.txt

@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 6, 2023

Hey @AxelLin thanks for your co-ordination can you please test it again with wpa_parse_group_cipher.patch.txt

Hi @Shreyas0-7

This patch works, thanks a lot.

Now the symptom is the same for v4.3 and v4.4:
When repeat testing connect AP, I always got 202 and 205 disconnect reasons before successfully connect to AP.
(But I think that is a different topic)

I (4519) wifi station: Disconnect reason: 202, rssi=-24
I (4529) wifi station: retry to connect to the AP
I (4529) wifi station: connect to the AP fail
...
I (6999) wifi station: Disconnect reason: 205, rssi=-128
I (7009) wifi station: retry to connect to the AP
I (7009) wifi station: connect to the AP fail
...
I (11269) wifi station: got ip:192.168.0.105
I (11279) wifi station: connected to ap

@nishanth-radja
Copy link
Collaborator

@AxelLin This is because the AP is rejecting the AUTH after you have reset your STA.
Since the STA list in the AP is not cleared ,PMF kicks in once you try to associate the next time.
From the 4.4 capture, check pkt 187 from AP.
image

@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 6, 2023

@AxelLin This is because the AP is rejecting the AUTH after you have reset your STA.

I'm wondering if this symptom can cause this issue: #8269 .
So the device may join an AP with weaker signal.

@nishanth-radja
Copy link
Collaborator

@AxelLin AP in #8269 is a wpa2 AP. The issue seen here will be caused by wpa3 AP (PMF is causing the AUTH to fail)

@AxelLin
Copy link
Contributor Author

AxelLin commented Jan 6, 2023

@AxelLin AP in #8269 is a wpa2 AP. The issue seen here will be caused by wpa3 AP (PMF is causing the AUTH to fail)

Because the solution of #8269 is adding failure_retry_cnt to wifi_sta_config_t, so I thought any connect failure will cause this issue for whatever reason. (I don't know the implementation detail, my understanding might be wrong).

@AxelLin
Copy link
Contributor Author

AxelLin commented Feb 4, 2023

Fixed by c78324e

@AxelLin AxelLin closed this as completed Feb 4, 2023
@espressif-bot espressif-bot added Resolution: Done Issue is done internally Status: Done Issue is done internally and removed Status: Opened Issue is new labels Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Done Issue is done internally Status: Done Issue is done internally Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

5 participants