espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
669 stars 152 forks source link

NG mode, WiFi connected with WPA2WPA3 mixed mode fail #458

Open lwj850533527 opened 1 month ago

lwj850533527 commented 1 month ago

Hi mantriyogesh Hi kapilkedawat @mantriyogesh , @kapilkedawat The router is set to WPA2WPA3 mixed mode, connect ap fail. Reason 202 The firmware log has been sent out authentication But sniffer capture did not capture any information

Does ESP32 support WPA2WPA3 mixed mode? image

20240812-140121 - dmesg - wpa2wpa3 fail.txt 20240812-140121 - firmware logs - wpa2wpa3 fail.txt 20240812-140121 - sniffer capture - wpa2wpa3 fail.zip

lwj850533527 commented 3 weeks ago

Hi mantriyogesh Hi kapilkedawat @mantriyogesh , @kapilkedawat

This commits doesn't seem to solve the problem https://github.com/espressif/esp-hosted/commit/2e75e42bb8f379fe61c250846effc88da3e029d5

kapilkedawat commented 3 weeks ago

Hi @lwj850533527, could you please share new logs and capture. We are able to connect to WPA2+WPA3 AP.

@Shreyas0-7 could you please check?

lwj850533527 commented 3 weeks ago

Hi kapilkedawat @kapilkedawat You are able to connect to WPA2+WPA3 AP. Is the wpa_supplicant set connection through WPA2 or WPA3 new logs and capture are same to old

image image

Shreyas0-7 commented 3 weeks ago

Hey @lwj850533527 thanks for reporting the issue. We were able to reproduce the issue and are in the process of resolving it.

kapilkedawat commented 3 weeks ago

Hi @lwj850533527, please try with https://github.com/espressif/esp-hosted/commit/7c6d5731f473bd02544c831f4c853f82c5365f36

lwj850533527 commented 3 weeks ago

Hi kapilkedawat @kapilkedawat Can you show separately the wpa_supplicant.conf about WPA2+WPA3 and WPA3?

Shreyas0-7 commented 3 weeks ago

Hey @lwj850533527 You can use this generic config to connect with WPA2+WPA3 AP and WPA3 AP (note station will connect to the best available security when this configuration is used) network={ ssid="YourSSID" psk="YourPassphrase" scan_ssid=1 key_mgmt=SAE WPA-PSK ieee80211w=1 }

kapilkedawat commented 2 weeks ago

Fixed in https://github.com/espressif/esp-hosted/commit/7c6d5731f473bd02544c831f4c853f82c5365f36

@lwj850533527 can you please confirm..

lwj850533527 commented 2 weeks ago

Hi @kapilkedawat, The compilation error occurred after incorporating this change. Should I upgrade IDF version, using 5.1.1 now

A fatal error occurred: Segment loaded at 0x4209b3e4 lands in same 64KB flash mapping as segment loaded at 0x4209b11a. Can't generate binary. Suggest changing linker script or ELF to merge sections. image

kapilkedawat commented 2 weeks ago

Hi @lwj850533527, could you please clean the build folder and retry? Also did you run setup.sh to setup esp-idf?

lwj850533527 commented 2 weeks ago

Hi @kapilkedawat. I upgrade IDF version to v5.1.3, solved the compilation error But I encountered a new problem All connections are reported as reason15 The password I confirmed is correct

image

kapilkedawat commented 2 weeks ago

Please let us know if you had run setup.sh file again so that libs are updated correctly? Reason 15 is handshake timeout, which generally comes when station/AP is not replying.

lwj850533527 commented 2 weeks ago

No, I haven't run setup.sh before Download esp-hosted code through web latest master Combined with idf v5.1.1 compilation error, combined with idf v5.1.3 compilation completed

lwj850533527 commented 2 weeks ago

Reason 15 maybe it's because I didn't use the complete esp-hosted code. Esp-hosted code latest master I didn't use it directly,just change commit https://github.com/espressif/esp-hosted/commit/7c6d5731f473bd02544c831f4c853f82c5365f36, and copy lib to the old code

Shreyas0-7 commented 2 weeks ago

Hey @lwj850533527 you have to compile the module again and do insmod.

kapilkedawat commented 2 weeks ago

@lwj850533527 Please clone latest code for hosted ng and use that. Please use https://github.com/espressif/esp-hosted/blob/master/esp_hosted_ng/esp/esp_driver/README.md to compile new firmware.

lwj850533527 commented 2 weeks ago

Hi @kapilkedawat. I clone latest code for hosted ng. But esp32 unable to communicate

[    9.323200] esp32_spi: loading out-of-tree module taints kernel.             
[    9.542096] esp32_spi: spi_dev_init: ESP32 peripheral is registered to SPI bus [0],chip select [0], SPI Clock [30]                                           
[   12.641884] esp32_spi: process_esp_bootup_event: Received ESP bootup event   
[   12.647475] esp32_spi: process_event_esp_bootup: Bootup Event tag: 3         
[   12.653806] esp32_spi: esp_validate_chipset: Chipset=ESP32-C3 ID=05 detected over SPI                                                                        
[   12.661531] esp32_spi: process_event_esp_bootup: Bootup Event tag: 2         
[   12.667948] esp32_spi: process_event_esp_bootup: Bootup Event tag: 0         
[   12.674251] esp32_spi: process_event_esp_bootup: Bootup Event tag: 1         
[   12.680653] esp32_spi: process_fw_data: Length not matching to firmware data size                                                                            
[   12.688089] esp32_spi: process_event_esp_bootup: failed to process tag=1 in bootup event   
Shreyas0-7 commented 2 weeks ago

Hey @lwj850533527 it seems you are using different commits for flashing esp fw and hosted_ng module. Can you please check once that you are using same commit for esp firmware as well hosted driver module

lwj850533527 commented 2 weeks ago

Hi @kapilkedawat. HI @Shreyas0-7. I upgrade hosted driver module to same commit for esp firmware. Esp32 can communicate normally with host

If I use wpa-psk connect to wpa2+wpa3 AP, it can communicate well. If I use SAE connect to wpa2+wpa3 AP, it still doesn't seem to be able to connect AP

image image image

Shreyas0-7 commented 2 weeks ago

Hey @lwj850533527 can you please share wpa_supplicant logs, you can run this command to get supplicant logs wpa_supplicant -i interface -c configuration_file.conf -dd -K where interface can be wlan0/wlan1 configuration file is conf you are using for connection (/etc/wpa_supplicant.conf)

lwj850533527 commented 2 weeks ago
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: Try to associate due to network getting re-enabled
Aug 29 15:24:15 wpa_supplicant[934]: Fast associate: Old scan results
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: Setting scan request: 0.000000 sec
Aug 29 15:24:15 wpa_supplicant[934]: Scan SSID - hexdump(len=9): 65 73 73 65 6e 74 69 65 6c
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: Starting AP scan for wildcard SSID
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: Add radio work 'scan'@0x1c45f0
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: First radio work item in the queue - schedule start immediately
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: Starting radio work 'scan'@0x1c45f0 after 0.000087 second wait
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: nl80211: scan request
Aug 29 15:24:15 wpa_supplicant[934]: nl80211: Scan SSID essentiel
Aug 29 15:24:15 wpa_supplicant[934]: nl80211: Scan SSID
Aug 29 15:24:15 wpa_supplicant[934]: nl80211: Scan extra IEs - hexdump(len=13): 7f 0b 00 00 00 00 00 00 40 00 00 00 20
Aug 29 15:24:15 wpa_supplicant[934]: Scan requested (ret=0) - scan timeout 30 seconds
Aug 29 15:24:15 wpa_supplicant[934]: nl80211: Event message available
Aug 29 15:24:15 wpa_supplicant[934]: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: nl80211: Scan trigger
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: Event SCAN_STARTED (47) received
Aug 29 15:24:15 wpa_supplicant[934]: wlan0: Own scan request started a scan in 0.000330 seconds
Aug 29 15:24:16 wpa_supplicant[934]: nl80211: Event message available
Aug 29 15:24:16 wpa_supplicant[934]: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: nl80211: New scan results available
Aug 29 15:24:16 wpa_supplicant[934]: nl80211: Scan probed for SSID 'essentiel'
Aug 29 15:24:16 wpa_supplicant[934]: nl80211: Scan probed for SSID ''
Aug 29 15:24:16 wpa_supplicant[934]: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Event SCAN_RESULTS (3) received
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Scan completed in 1.690059 seconds
Aug 29 15:24:16 wpa_supplicant[934]: nl80211: Received scan results (1 BSSes)
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: BSS: Start scan result update 9
Aug 29 15:24:16 wpa_supplicant[934]: BSS: last_scan_res_used=1/32
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: New scan results available (own=1 ext=0)
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Radio work 'scan'@0x1c45f0 done in 1.728057 seconds
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: radio_work_free('scan'@0x1c45f0): num_active_works --> 0
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="essentiel"
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Selecting BSS from priority group 0
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: 0: d4:3a:2e:d2:4a:d8 ssid='essentiel' wpa_ie_len=0 rsn_ie_len=30 caps=0x1c31 level=-27 freq=2427
Aug 29 15:24:16 wpa_supplicant[934]: wlan0:    selected based on RSN IE
Aug 29 15:24:16 wpa_supplicant[934]: wlan0:    selected BSS d4:3a:2e:d2:4a:d8 ssid='essentiel'
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Considering connect request: reassociate: 0  selected: d4:3a:2e:d2:4a:d8  bssid: 00:00:00:00:00:00  pending: 00:00:00:00:00:00  wpa_state: SCANNING  ssid=0x1ab588  current_ssid=(nil)
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Request association with d4:3a:2e:d2:4a:d8
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Re-association to the same ESS
Aug 29 15:24:16 wpa_supplicant[934]: TDLS: TDLS is allowed in the target BSS
Aug 29 15:24:16 wpa_supplicant[934]: TDLS: TDLS channel switch allowed in the target BSS
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: No ongoing scan/p2p-scan found to abort
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Add radio work 'sme-connect'@0x1c45f0
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: First radio work item in the queue - schedule start immediately
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Starting radio work 'sme-connect'@0x1c45f0 after 0.000117 second wait
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: clearing own WPA/RSN IE
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: RSN: clearing own RSNXE
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Automatic auth_alg selection: 0x1
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Using SAE auth_alg
Aug 29 15:24:16 wpa_supplicant[934]: RSN: PMKSA cache search - network_ctx=(nil) try_opportunistic=0 akmp=0x0
Aug 29 15:24:16 wpa_supplicant[934]: RSN: Search for BSSID d4:3a:2e:d2:4a:d8
Aug 29 15:24:16 wpa_supplicant[934]: RSN: No PMKSA cache entry found
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: RSN: using IEEE 802.11i/D9.0
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: Selected cipher suites: group 16 pairwise 16 key_mgmt 1026 proto 2
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: Selected mgmt group cipher 32
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: clearing AP WPA IE
Aug 29 15:24:16 wpa_supplicant[934]: WPA: set AP RSN IE - hexdump(len=32): 30 1e 01 00 00 0f ac 04 01 00 00 0f ac 04 02 00 00 0f ac 02 00 0f ac 08 80 00 00 00 00 0f ac 06
Aug 29 15:24:16 wpa_supplicant[934]: WPA: set AP RSNXE - hexdump(len=3): f4 01 20
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: AP group 0x10 network profile group 0x18; available group 0x10
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: using GTK CCMP
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: AP pairwise 0x10 network profile pairwise 0x18; available pairwise 0x10
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: using PTK CCMP
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: AP key_mgmt 0x402 network profile key_mgmt 0x402; available key_mgmt 0x402
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: RSN: using KEY_MGMT SAE
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: AP mgmt_group_cipher 0x20 network profile mgmt_group_cipher 0x0; available mgmt_group_cipher 0x20
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: WPA: using MGMT group cipher AES-128-CMAC
Aug 29 15:24:16 wpa_supplicant[934]: WPA: Set own WPA IE default - hexdump(len=28): 30 1a 01 00 00 0f ac 04 01 00 00 0f ac 04 01 00 00 0f ac 08 80 00 00 00 00 0f ac 06
Aug 29 15:24:16 wpa_supplicant[934]: RSN: Set own RSNXE default - hexdump(len=0):
Aug 29 15:24:16 wpa_supplicant[934]: PSK (set in config) - hexdump(len=32): c4 83 94 7f 6f 97 b9 94 9e a2 20 25 b3 12 db 23 f5 90 22 cb cb 2c a1 87 9b 2d 05 c4 a6 77 d7 c8
Aug 29 15:24:16 wpa_supplicant[934]: WPA: Set PMK based on external data - hexdump(len=32): c4 83 94 7f 6f 97 b9 94 9e a2 20 25 b3 12 db 23 f5 90 22 cb cb 2c a1 87 9b 2d 05 c4 a6 77 d7 c8
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: SME: Selected AP supports MFP: require MFP
Aug 29 15:24:16 wpa_supplicant[934]: RRM: Determining whether RRM can be used - device support: 0x0
Aug 29 15:24:16 wpa_supplicant[934]: RRM: Insufficient RRM support in driver - do not use RRM
Aug 29 15:24:16 wpa_supplicant[934]: Added supported operating classes IE - hexdump(len=5): 3b 03 51 51 52
Aug 29 15:24:16 wpa_supplicant[934]: RSN: PMKSA cache search - network_ctx=0x1ab588 try_opportunistic=0 akmp=0x400
Aug 29 15:24:16 wpa_supplicant[934]: RSN: Search for BSSID d4:3a:2e:d2:4a:d8
Aug 29 15:24:16 wpa_supplicant[934]: RSN: No PMKSA cache entry found
Aug 29 15:24:16 wpa_supplicant[934]: SAE: Selecting supported ECC group 19
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: SME: Selected SAE group 19
Aug 29 15:24:16 wpa_supplicant[934]: Get randomness: len=8 entropy=2
Aug 29 15:24:16 wpa_supplicant[934]: SAE: password - hexdump(len=8): 41 61 31 32 33 34 35 36
Aug 29 15:24:16 wpa_supplicant[934]: SAE: PWE derivation - addr1=64:e8:33:cd:ce:0c addr2=d4:3a:2e:d2:4a:d8
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 001
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 23 76 35 b1 16 ac 96 73 64 0b d1 7e fc 86 6c 7b 57 b2 e6 ec 0e 22 71 93 1a 84 07 71 0a bc 1c 2e
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 5f 3a 93 fd ed 20 57 a6 da a7 1e f6 81 a8 70 54 5f d4 e5 0e 67 99 e0 60 46 6b da c2 39 a4 07 80
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 002
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 7c 00 8b 1a c6 7e 38 a1 2b e6 74 ff 8b 64 fa 88 d1 b9 5f 00 cb 6c 57 40 08 aa 4d c2 35 7d fa 79
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): cf d5 b0 d9 15 12 d3 20 f0 09 4d f9 f6 7b 80 c5 24 12 b3 73 c2 e8 76 6d 68 59 60 8b f4 c8 95 94
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 003
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 35 40 e5 ce 3e 48 9d 8c 66 d5 ab de 03 0d 82 41 64 21 9e 7a 01 5d 32 65 dd 99 b9 3b c3 59 17 d0
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): d6 94 e1 05 fe a6 5b dd 5f b5 9b b4 b5 74 c2 2f 4b 67 99 55 37 8b 26 e9 a0 c6 ea 71 8c 11 f8 33
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 004
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 7c 09 96 02 15 e1 f5 39 0f 02 c2 eb 94 e9 1a 27 a2 57 38 c0 bc 73 8b f4 79 e1 62 dc 5a ed e8 f2
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 5c ec 79 69 2b bb ca dc 3a 9e 4a f7 99 a2 04 04 60 8f 20 6c 84 2c 63 0d 1c 0c 72 8c 47 89 cc 47
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 005
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): b7 7d 29 14 28 ac 13 7c 94 b0 51 3e 86 a2 80 a3 fa 1e ed dd f2 34 c5 62 c1 ca a8 fe 3e e5 b7 b6
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 0d 32 6d bd 22 ea f9 aa ca a7 05 c9 7b a2 51 96 1b 66 87 07 a0 60 14 ff b5 ad 21 ff c9 19 a5 20
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 006
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 95 f7 61 cc e3 aa 25 69 21 02 a9 9a 63 1f a8 a9 6b 67 56 b5 84 a0 8f 60 c7 8c fa cb d3 11 02 65
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 92 6a 93 33 0c 1d 4b 12 28 b5 b5 dc 67 3e f4 df d7 4c 75 25 f2 c0 b2 dc f3 97 cb 7e e2 fe d7 e0
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 007
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 79 5d 98 19 68 7d 59 30 36 ec b6 53 76 e4 da 74 07 19 99 37 79 33 0d f0 97 22 cc 77 02 3f 41 c1
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 8f 9d c8 25 3b 9d 95 25 5a 01 e0 b2 0d 18 f6 0a a5 83 a2 4b 72 5e 99 f4 b4 ef f8 f5 ac 9e 5f e6
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 008
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): d6 8c e2 cd 37 80 f6 4e 8e fc de 9d 91 4a c3 a7 ad 54 05 92 fb c4 3c ab 91 77 25 32 50 b1 ca aa
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): a5 85 35 3e a0 86 09 ae 48 a7 7a 00 70 e9 86 b3 6b 42 bf 75 60 7f 8a a1 ee 4b 3e f1 f8 3a fa d0
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 009
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 27 92 77 3d 3b 1b 6f 89 ab 7a 36 7b 46 d4 c8 01 7a 7e 60 82 fe a1 9e 9d 33 c0 34 fe b0 c3 e1 f8
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 0f 90 0d 83 18 bf 9e a8 c5 de be 65 dd 43 98 59 73 b8 70 c8 84 61 89 9a e3 51 99 7a 0d 2a 4d 49
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 010
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 18 d9 0a 79 f8 dc b9 af 6e 61 55 44 bd 00 36 61 be 9f eb 9b e3 08 8d 7e 15 df 57 fc b1 9b 53 b5
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 86 62 01 b3 24 dd 1b 5b 2b 6f e9 4d 02 db 5f b6 70 b9 02 cd 70 23 dd 2d 53 84 0d 8b 0f 73 fc c7
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 011
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 20 d6 cd 36 42 ce d9 a7 04 99 3c 95 d4 68 e5 fd 46 61 81 a0 61 05 f0 24 1a c2 70 78 36 cc e7 46
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): a9 d3 ff 76 8d db 4e da f6 e4 7f 69 07 ca 0d dd e0 08 3e 5d 28 af 24 64 a1 23 ce fb 56 4b 60 2f
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 012
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 18 e8 f6 d3 42 30 c8 d2 5b c3 97 50 e8 03 de 57 bb d5 49 b5 1e c1 01 31 5e 95 72 d5 f3 7d 95 67
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): f7 25 54 a3 d3 79 72 70 70 d9 65 0c 9e d5 f4 1f a3 ee 53 21 29 b6 a6 6b 1d eb ec 2f b6 00 b4 dd
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 013
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 95 80 18 fd 66 bb fb a2 2b 7b f9 f8 3f be 99 8f fe 04 f8 26 17 57 c8 f0 17 b6 17 6e d0 87 b2 3f
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): d5 d0 a9 25 71 12 6e 6f c1 8a 44 7c 74 21 bf 51 99 ea a2 c3 72 9d 46 c8 f2 57 9e 30 e5 dc 5b 63
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 014
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 1f 00 f0 6a 3c 9f b2 52 17 f0 c0 7f 41 a4 36 9b b7 1e 97 fc 72 80 23 a3 d7 01 d1 06 7e 46 3c d3
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): f0 f0 08 a9 ed 8b 58 9a 60 4a e6 9d 07 2d f0 86 e0 31 7d ad 8b cd bf 66 88 85 89 69 f8 68 73 63
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 015
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): e4 b4 50 b5 5a ae c6 b3 b3 23 a3 dc 79 6d 89 cb c7 51 c8 b1 08 31 74 92 40 3f 49 f1 a5 84 f7 54
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): a5 a9 91 31 78 b1 97 37 f1 73 b7 c5 3b 0e f1 28 2d 80 a6 13 6f e3 69 1a 54 9e c5 4d 3f c8 d9 3d
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 016
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 2f 58 98 99 8a 24 ac fa 93 27 f6 44 46 17 16 c9 1a 1c a9 d6 70 8a 24 44 9a 9a 1c a9 8e 65 22 1c
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 6e 6c 31 52 7c 36 58 fd 9b 80 e5 c3 78 56 ef 82 2c 48 38 67 f1 e8 9c 51 57 40 54 54 b0 27 dd e5
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 017
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): a4 cd 88 fc 70 7e e5 c0 ed e9 44 a2 d9 05 4f 4f b1 17 25 5d fc dc d4 37 96 ad 97 3b 92 4c 27 5b
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 58 fd e2 aa 4a 19 9f 97 63 ce 34 bd f8 fb 7b a1 4b 53 c4 01 92 5b 2e 3f c8 71 0e 0d f7 0a 7a 9c
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 018
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 69 8d 89 fa 74 3b 05 f1 b5 68 7a bf 6a 68 f7 1f 76 8a 85 87 bd 1b 69 b0 fc 02 9f d5 ab 8e fd 71
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 55 a1 e0 a1 2b 33 ad ef e6 2b 39 4a d7 a8 0f d8 52 18 42 5d e9 5a 50 d6 9a 86 32 de ca 6c 8b 35
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 019
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 35 85 d4 69 8e 36 2f 1d 4c 40 a2 e7 b0 71 c8 ce 40 6e 76 ee 8f 49 72 b1 b4 b7 54 b1 77 6c ca 34
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 40 dd 3e d4 f5 f9 8d a1 0e 55 fe e9 33 83 a0 b9 e7 84 c2 1b 28 f8 78 2c e5 31 f5 19 5f 22 b0 83
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 020
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 97 a0 ca 3b 54 0c 75 5d 33 1b 07 26 69 ad cf 0f 7b d8 e7 e5 fe fb 98 b9 be c9 d2 c5 45 d4 87 b1
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): a5 e6 1e 01 b9 5b ef c3 bb 0c a3 61 15 c8 59 99 b8 ae e0 2f 4d 24 ca 7f 32 c8 32 6d fc 4c 58 2a
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 021
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 9f 44 f6 15 95 4b 01 31 07 b6 bb 49 d2 60 93 cd ce f5 d2 84 15 9c 3e 5b ad 31 23 62 06 fb 37 9f
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 4e a1 3b 79 25 73 07 fb 18 7f 2d 55 ae 27 2b 00 b3 0f 5a dd 13 39 a2 d0 34 dc 9f 31 54 16 2b 8d
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 022
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 8a bd f3 5f a1 b1 cb c7 a1 bd 0f c8 da c1 71 11 92 67 27 bc bc ff 0f 3b a6 b6 a1 30 5a e9 04 62
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 36 e1 f0 44 ad 03 2e 24 4c 84 20 1e 67 21 69 90 cd 6b b2 6b df 9a 4e 5e 5c 30 52 23 c5 1a 14 cd
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 023
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 47 42 63 95 ce dd 51 d8 6b 08 e7 ae da 13 ab e0 1d 64 6d eb a1 29 9c 3a ad 61 07 df c7 0f 8e 8d
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 2c 76 fc fa a9 9d ca 3d 2f eb a1 ef ad 3e 9c a4 52 11 75 9f ed 29 4f 2c f4 07 61 e4 8b 91 db e7
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 024
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 1e b0 a3 13 81 a2 ff 8c e0 ca c4 a7 15 a8 37 45 cc 43 f0 e6 58 9a 73 a9 45 4a 5e 81 09 02 15 e9
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): e1 f4 08 c5 d0 54 76 ff 65 5c 7f ae e1 5d 04 e3 1c af be 6d c4 5e 68 af 86 1b e1 3b 68 d4 b9 26
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 025
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): f0 61 3f d8 65 25 60 de 13 24 a1 b0 67 cf ba a6 fa dd c0 4b d9 e2 84 29 6d 90 4a a6 67 fc 24 b4
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): bc 12 82 b0 ef 3f c9 47 65 a2 1e 17 d4 0c f9 b6 ca 2b af 99 ac 1f 60 0c 80 fa 5c e5 45 99 03 d3
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 026
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): a9 ed f3 0f 11 89 c8 5d 5b d1 e3 68 51 ac 81 54 8d a2 f1 e0 2b 6a 6b 63 45 dd de e6 99 17 5b f4
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): b0 10 bf 91 06 e9 e1 af 95 2c 08 60 75 96 a6 81 fe 3f 93 1e c8 94 8a 83 8d d1 07 0d 74 a9 8a 00
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 027
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): ab 6e 0a 67 fc 47 2b 3e 3d ca 90 2f 45 ae c8 78 c1 5d 94 54 84 37 b0 78 b2 95 fe bb be fe 47 4b
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 89 16 6a ab 67 94 e1 58 ff c0 fa 66 9a 6a 5a 36 20 2c b3 96 8a 47 d2 9c 38 be 51 56 ca 73 20 a9
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 028
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 55 9e 0b 06 37 b3 dc b4 c0 d6 14 26 70 40 8f 83 57 44 ed 0c 4e dc 4f 4c fe f3 e0 4f 94 83 fa 7e
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 85 b4 d3 55 0f 9d 5a a7 70 70 0c ec 17 f1 1e 47 11 17 42 db 03 5f 57 c2 1b 79 e5 45 67 7b bf 2d
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 029
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 92 f3 94 94 0f 27 25 43 ba ef 3b 9f 62 4b 30 b8 3d ad 80 43 21 31 20 17 ce a4 4f 4f 67 7f 65 d7
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 19 63 24 11 1c 6b 64 79 86 76 a1 ac ae fa a3 13 75 2b 1d 10 60 a2 52 6b 2c 6d 07 65 e4 ee f2 11
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 030
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 1e a3 7b 96 e6 67 d0 c3 17 d9 6b 31 12 ff 0c 91 09 2b 71 05 9b ac ef 84 99 bb 7c c6 9c 26 8d 4a
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): c7 00 ac 6f 55 4f 31 d7 a4 11 c2 91 b7 01 f7 61 cd 92 d0 ab 1f 6e 8f 14 70 f8 d1 db 21 a2 33 d2
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 031
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 1d 74 0a a6 b8 aa 64 83 07 bb aa 4e 9f 49 ef ed de 82 cb 40 4b d9 22 1b 6e e3 51 67 e7 04 cd b7
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 42 3c 85 58 05 58 fa ef 58 ce e0 ac 0e 40 f8 7b 88 fb 2b 4c d2 e3 39 44 a2 8e 9c bc 77 e3 e9 50
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 032
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 7d d3 48 de 1e ba fd b8 44 f5 a5 62 2e 95 4e 2c b8 8e 7f bc b1 85 0f 8b 61 e1 44 5e f1 eb f7 03
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 79 e3 bb 4a f2 3c 31 32 81 1f bc 06 ae ae ee cd ad 85 0a e2 d6 39 5a 3d 25 50 28 aa a3 e7 db 71
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 033
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 01 44 b3 cf 6f 21 23 ed d2 32 03 f1 c5 60 7d b2 11 a6 1b 47 ca 71 84 78 ea 54 07 79 ab b2 da 5d
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 48 cd e3 f8 98 20 b5 1e 4b 4f dc 33 c3 17 60 ca a2 d8 34 b8 f2 6e 73 51 b9 80 e7 e4 6a ff 2f a6
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 034
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 63 70 2b f7 fc e1 eb 8b f6 35 36 18 88 7e ab 6c e2 e6 0b 14 8d 5e 50 44 19 bb 9e 11 72 1d 79 cf
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): e3 54 64 d4 15 03 a8 85 19 7d f6 d7 04 b3 e5 e6 0a 53 b6 f0 96 98 4d a2 cd 75 f0 69 d5 86 96 06
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 035
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): aa 00 ed 8c a2 e9 10 87 e1 57 89 bd 1f 62 d2 b7 9c fc 4b 88 5d 60 d3 6f 2e a5 e6 83 8d 32 a2 1b
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): c2 1f 88 ff 0d 96 6f 5f ab a5 6f 6a fd 67 8a 41 9d 16 4c 71 a3 d6 a6 de 45 f5 8f d3 e9 33 e9 30
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 036
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): c4 03 c2 c6 ec 16 43 8a 9b 87 aa 2e 38 81 f7 3d 62 0b a0 4e 2f 0e ff 0a cd 15 57 bf c6 b5 e9 48
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 82 1d 3c b0 4e cd 68 8c d5 ef b4 56 69 48 09 04 be d7 75 8f 5d 37 42 24 89 78 15 86 13 e6 28 68
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 037
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 9b 4e b1 9a 13 26 32 05 50 da 1d 65 54 b8 a0 a8 68 25 d2 04 ef 0c 5c 29 82 79 39 0d 48 5a 0b ca
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): eb 53 2c 98 80 dc 92 80 6e 72 f7 6f e4 da b7 20 25 6d 88 7a f7 7c 5a 99 05 be c6 13 2c b9 dc e0
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 038
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 0f e1 27 52 ed 5a d1 4d f0 3e 73 da b0 b7 41 22 df 1c 35 8d 02 77 fb ee 31 b7 2f 12 08 9f 2e 37
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): b3 ec b1 a3 43 62 98 4e 22 1e d2 5b 8f e3 88 db 94 14 f4 0a e2 8d ae ef f4 f1 4e 8f 23 3e aa 1c
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 039
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 15 73 20 55 ac 44 da 5b 00 d2 c8 4d 52 c5 32 86 7c 09 5b f1 a3 13 51 48 f9 de 92 c7 0e a5 15 63
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): f4 10 a8 c7 24 74 28 1d 3b 16 c2 44 32 ec 26 c8 e8 90 bf 3a e6 1d ab c9 b5 e6 a9 59 86 c6 e6 f1
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 0 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: counter = 040
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed - hexdump(len=32): 05 a0 28 94 fc 11 0c 61 12 73 6a 0c ec 54 1e 6b 24 cc 32 34 fa a6 a9 d2 d7 9b f6 5c 47 91 e5 91
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-value - hexdump(len=32): 40 73 11 52 da 46 62 64 77 d6 d7 fe cf 34 85 29 a2 67 89 0a 9e 29 c5 ef 84 34 a3 a7 be b9 c5 c4
Aug 29 15:24:16 wpa_supplicant[934]: SAE: pwd-seed result 1 found=0xff
Aug 29 15:24:16 wpa_supplicant[934]: SAE: PWE - hexdump(len=64): 5f 3a 93 fd ed 20 57 a6 da a7 1e f6 81 a8 70 54 5f d4 e5 0e 67 99 e0 60 46 6b da c2 39 a4 07 80 37 9d f6 ab f4 43 90 5a a1 34 2e 60 ff 81 b3 ad 6e ba 8c ab 88 46 33 cc 55 aa 6f 96 8d 88
Aug 29 15:24:16 wpa_supplicant[934]: SAE: own commit-scalar - hexdump(len=32): d1 4c 7f d6 d4 41 f0 91 ef 56 66 c2 29 11 1a 93 d7 10 e1 8b f6 72 f0 3b 8c 3e 3e 57 89 26 24 f0
Aug 29 15:24:16 wpa_supplicant[934]: SAE: own commit-element(x) - hexdump(len=32): c0 37 d2 9e f7 ab 93 dd 51 3e 21 85 56 48 3c 09 7b 3a fd da 01 0e 45 db 45 76 b1 6e c3 05 b6 b7
Aug 29 15:24:16 wpa_supplicant[934]: SAE: own commit-element(y) - hexdump(len=32): 6d b0 d7 5f 72 1d 2c 9d ce 7c df 97 c6 40 2d ee b5 af c4 09 e1 0d 18 56 ad 7a 99 c4 bc 51 30 42
Aug 29 15:24:16 wpa_supplicant[934]: EAPOL: External notification - EAP success=0
Aug 29 15:24:16 wpa_supplicant[934]: EAPOL: External notification - EAP fail=0
Aug 29 15:24:16 wpa_supplicant[934]: EAPOL: External notification - portControl=Auto
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Cancelling scan request
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: SME: Trying to authenticate with d4:3a:2e:d2:4a:d8 (SSID='essentiel' freq=2427 MHz)
Aug 29 15:24:16 wpa_supplicant[934]: EAPOL: External notification - portValid=0
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: State: SCANNING -> AUTHENTICATING
Aug 29 15:24:16 wpa_supplicant[934]: Not configuring frame filtering - BSS 00:00:00:00:00:00 is not a Hotspot 2.0 network
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Determining shared radio frequencies (max len 1)
Aug 29 15:24:16 wpa_supplicant[934]: wlan0: Shared frequencies (len=0): completed iteration
Aug 29 15:24:16 wpa_supplicant[934]: nl80211: Authenticate (ifindex=4)
Aug 29 15:24:16 wpa_supplicant[934]:   * bssid=d4:3a:2e:d2:4a:d8
Aug 29 15:24:16 wpa_supplicant[934]:   * freq=2427
Aug 29 15:24:16 wpa_supplicant[934]:   * SSID=essentiel
Aug 29 15:24:16 wpa_supplicant[934]:   * IEs - hexdump(len=0): [NULL]
Aug 29 15:24:16 wpa_supplicant[934]:   * auth_data - hexdump(len=102): 01 00 00 00 13 00 d1 4c 7f d6 d4 41 f0 91 ef 56 66 c2 29 11 1a 93 d7 10 e1 8b f6 72 f0 3b 8c 3e 3e 57 89 26 24 f0 c0 37 d2 9e f7 ab 93 dd 51 3e 21 85 56 48 3c 09 7b 3a fd da 01 0e
Aug 29 15:24:16 wpa_supplicant[934]:   * Auth Type 4
Aug 29 15:24:16 kernel: [75905.168864] esp32_spi: cmd_auth_request: Authentication request: d4:3a:2e:d2:4a:d8 4 3 102 0
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: Authentication request send successfully
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: Event message available
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: Drv Event 37 (NL80211_CMD_AUTHENTICATE) received for wlan0
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: MLME event 37 (NL80211_CMD_AUTHENTICATE) on wlan0(64:e8:33:cd:ce:0c) A1=64:e8:33:cd:ce:0c A2=d4:3a:2e:d2:4a:d8
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: MLME event frame - hexdump(len=128): b0 00 00 00 64 e8 33 cd ce 0c d4 3a 2e d2 4a d8 d4 3a 2e d2 4a d8 00 00 03 00 01 00 7e 00 13 00 2c 13 ec 06 ad 04 ba 02 c2 75 4e d0 6c a5 18 6a fa 64 5f 69 cc 36 f9 9b
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: Authenticate event
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: Event AUTH (10) received
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: SME: Authentication response: peer=d4:3a:2e:d2:4a:d8 auth_type=3 auth_transaction=1 status_code=126
Aug 29 15:24:17 wpa_supplicant[934]: SME: Authentication response IEs - hexdump(len=98): 13 00 2c 13 ec 06 ad 04 ba 02 c2 75 4e d0 6c a5 18 6a fa 64 5f 69 cc 36 f9 9b bd 6a 62 e4 9b d8 42 7d 9f cd 22 e3 e6 44 0d f5 77 e6 81 39 75 17 53 3e 9b bf cb 9f
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: SME: SAE authentication transaction 1 status code 126
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: SME SAE commit
Aug 29 15:24:17 wpa_supplicant[934]: SAE: Unexpected use of status code for H2E in SAE commit when H2E was not expected
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: Radio work 'sme-connect'@0x1c45f0 done in 0.469495 seconds
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: radio_work_free('sme-connect'@0x1c45f0): num_active_works --> 0
Aug 29 15:24:17 wpa_supplicant[934]: BSSID d4:3a:2e:d2:4a:d8 ignore list count incremented to 3, ignoring for 60 seconds
Aug 29 15:24:17 wpa_supplicant[934]: Continuous association failures - consider temporary network disabling
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="essentiel" auth_failures=4 duration=60 reason=CONN_FAILED
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: Consecutive connection failures: 7 --> request scan in 10000 ms
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: Setting scan request: 10.000000 sec
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: State: AUTHENTICATING -> DISCONNECTED
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: Set wlan0 operstate 0->0 (DORMANT)
Aug 29 15:24:17 wpa_supplicant[934]: netlink: Operstate: ifindex=4 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: Event message available
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: Drv Event 37 (NL80211_CMD_AUTHENTICATE) received for wlan0
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: MLME event 37 (NL80211_CMD_AUTHENTICATE) on wlan0(64:e8:33:cd:ce:0c) A1=64:e8:33:cd:ce:0c A2=d4:3a:2e:d2:4a:d8
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: MLME event frame - hexdump(len=64): b0 00 00 00 64 e8 33 cd ce 0c d4 3a 2e d2 4a d8 d4 3a 2e d2 4a d8 00 00 03 00 02 00 00 00 01 00 6a dd e3 93 e0 da 2e f0 b6 5f 6c cf 11 63 fa 6c e1 76 0d 68 79 52 1e ef 1
Aug 29 15:24:17 wpa_supplicant[934]: nl80211: Authenticate event
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: Event AUTH (10) received
Aug 29 15:24:17 wpa_supplicant[934]: wlan0: SME: Ignore authentication event when not in authenticating state
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: Event message available
Aug 29 15:24:19 kernel: [75907.562962] esp32_spi: process_disconnect_event: Disconnect event for ssid essentiel [reason:2]
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: Drv Event 39 (NL80211_CMD_DEAUTHENTICATE) received for wlan0
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: MLME event 39 (NL80211_CMD_DEAUTHENTICATE) on wlan0(64:e8:33:cd:ce:0c) A1=64:e8:33:cd:ce:0c A2=d4:3a:2e:d2:4a:d8
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: MLME event frame - hexdump(len=26): c0 00 00 00 64 e8 33 cd ce 0c d4 3a 2e d2 4a d8 d4 3a 2e d2 4a d8 00 00 02 00
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: Deauthenticate event
Aug 29 15:24:19 wpa_supplicant[934]: wlan0: Event DEAUTH (11) received
Aug 29 15:24:19 wpa_supplicant[934]: wlan0: Deauthentication notification
Aug 29 15:24:19 wpa_supplicant[934]: wlan0:  * reason 2 (PREV_AUTH_NOT_VALID)
Aug 29 15:24:19 wpa_supplicant[934]: wlan0:  * address d4:3a:2e:d2:4a:d8
Aug 29 15:24:19 wpa_supplicant[934]: Deauthentication frame IE(s) - hexdump(len=0): [NULL]
Aug 29 15:24:19 wpa_supplicant[934]: wlan0: CTRL-EVENT-DISCONNECTED bssid=d4:3a:2e:d2:4a:d8 reason=2
Aug 29 15:24:19 wpa_supplicant[934]: wlan0: Auto connect enabled: try to reconnect (wps=0/0 wpa_state=0)
Aug 29 15:24:19 wpa_supplicant[934]: wlan0: Do not request new immediate scan
Aug 29 15:24:19 wpa_supplicant[934]: TDLS: Remove peers on disassociation
Aug 29 15:24:19 wpa_supplicant[934]: wlan0: WPA: Clear old PMK and PTK
Aug 29 15:24:19 wpa_supplicant[934]: wlan0: Disconnect event - remove keys
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: Data frame filter flags=0x0
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: Failed to open /proc/sys/net/ipv6/conf/wlan0/drop_unicast_in_l2_multicast: No such file or directory
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: Failed to open /proc/sys/net/ipv6/conf/wlan0/drop_unsolicited_na: No such file or directory
Aug 29 15:24:19 wpa_supplicant[934]: wlan0: State: DISCONNECTED -> DISCONNECTED
Aug 29 15:24:19 wpa_supplicant[934]: nl80211: Set wlan0 operstate 0->0 (DORMANT)
Aug 29 15:24:19 wpa_supplicant[934]: netlink: Operstate: ifindex=4 linkmode=-1 (no change), operstate=5 (IF_OPER_DORMANT)
Aug 29 15:24:19 wpa_supplicant[934]: EAPOL: External notification - portEnabled=0
Aug 29 15:24:19 wpa_supplicant[934]: EAPOL: External notification - portValid=0
Aug 29 15:24:19 wpa_supplicant[934]: EAPOL: External notification - EAP success=0
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: State: DISCONNECTED -> SCANNING
Aug 29 15:24:27 wpa_supplicant[934]: Scan SSID - hexdump(len=9): 65 73 73 65 6e 74 69 65 6c
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: Starting AP scan for wildcard SSID
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: Add radio work 'scan'@0x1aae88
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: First radio work item in the queue - schedule start immediately
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: Starting radio work 'scan'@0x1aae88 after 0.000099 second wait
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: nl80211: scan request
Aug 29 15:24:27 wpa_supplicant[934]: nl80211: Scan SSID essentiel
Aug 29 15:24:27 wpa_supplicant[934]: nl80211: Scan SSID
Aug 29 15:24:27 wpa_supplicant[934]: nl80211: Scan extra IEs - hexdump(len=13): 7f 0b 00 00 00 00 00 00 40 00 00 00 20
Aug 29 15:24:27 wpa_supplicant[934]: Scan requested (ret=0) - scan timeout 30 seconds
Aug 29 15:24:27 wpa_supplicant[934]: nl80211: Event message available
Aug 29 15:24:27 wpa_supplicant[934]: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: nl80211: Scan trigger
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: Event SCAN_STARTED (47) received
Aug 29 15:24:27 wpa_supplicant[934]: wlan0: Own scan request started a scan in 0.000329 seconds
Aug 29 15:24:29 wpa_supplicant[934]: nl80211: Event message available
Aug 29 15:24:29 wpa_supplicant[934]: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0
Aug 29 15:24:29 wpa_supplicant[934]: wlan0: nl80211: New scan results available
Aug 29 15:24:29 wpa_supplicant[934]: nl80211: Scan probed for SSID 'essentiel'
Aug 29 15:24:29 wpa_supplicant[934]: nl80211: Scan probed for SSID ''
Aug 29 15:24:29 wpa_supplicant[934]: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484
Aug 29 15:24:29 wpa_supplicant[934]: wlan0: Event SCAN_RESULTS (3) received
Aug 29 15:24:29 wpa_supplicant[934]: wlan0: Scan completed in 1.690399 seconds
Aug 29 15:24:29 wpa_supplicant[934]: nl80211: Received scan results (1 BSSes)
Aug 29 15:24:29 wpa_supplicant[934]: wlan0: BSS: Start scan result update 10
Aug 29 15:24:29 wpa_supplicant[934]: BSS: last_scan_res_used=1/32
Aug 29 15:24:29 wpa_supplicant[934]: wlan0: New scan results available (own=1 ext=0)
Aug 29 15:24:29 wpa_supplicant[934]: wlan0: Radio work 'scan'@0x1aae88 done in 1.723788 seconds
Aug 29 15:24:29 wpa_supplicant[934]: wlan0: radio_work_free('scan'@0x1aae88): num_active_works --> 0
Aug 29 15:24:29 wpa_supplicant[934]: wlan0: Postpone network selection by 48 seconds since all networks are disabled
Shreyas0-7 commented 2 weeks ago

Hey @lwj850533527 we are failing to connect because AP is sending us AUTH with H2E enabled Aug 29 15:24:17 wpa_supplicant[934]: SAE: Unexpected use of status code for H2E in SAE commit when H2E was not expected can you please try enabling sae_pwe in supplicant conf? you can add sae_pwe=1 in your supplicant.conf

lwj850533527 commented 2 weeks ago

Many thanks for your help , and now it can communicate wpa3 sae_pwe=1 It can solve problems well

lwj850533527 commented 2 weeks ago

I upgrade IDF version to v5.1.3, solved the compilation error But I encountered a new problem All connections are reported as reason15 The password I confirmed is correct

image

Hi @kapilkedawat. I mentioned the issue of reason 15 before I think the issue because of the commit https://github.com/espressif/esp-hosted/commit/76085845fa007342e5f2c3811b03abc9f5ddbbde

I tried to adapt to the old fw version by using the version number. This change can solve the problem with Reason 15 through my testing I would like to inquire is this modification correct , and if there are any other adaptations needed image

kapilkedawat commented 1 week ago

Hi @lwj850533527, the change is correct, however I would again suggest you to use the latest codebase :) . Do let us know if you are facing any kind of issues while using latest code.

lwj850533527 commented 1 week ago

Hi @kapilkedawat. Many thanks for your suggestion. I will use the latest codebase in the products have not yet produced. But at the same time, I also need to fit to the firmware products that have already been produced without upgrade function

kapilkedawat commented 1 week ago

Okay.. in that case please use the firmware and host at the same version. We can suggest host patches to any specific issue that you are facing on that version.

Also if you have connected all the required lines, you can port esptool.py to that platform to update the firmware.

lwj850533527 commented 1 week ago

All the required lines, Is there a detailed explanation? I need to confirm

lwj850533527 commented 1 week ago

Hi @kapilkedawat. HI @Shreyas0-7. When I connect to another AP with wpa3, it prompts that the AP cannot be found

Sep  2 16:38:41 wpa_supplicant[482]: wlan0: Starting AP scan for wildcard SSID
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: Determining shared radio frequencies (max len 1)
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: Shared frequencies (len=0): completed iteration
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: Add radio work 'scan'@0x1c19e8
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: First radio work item in the queue - schedule start immediately
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: Starting radio work 'scan'@0x1c19e8 after 0.000100 second wait
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: nl80211: scan request
Sep  2 16:38:41 wpa_supplicant[482]: Scan requested (ret=0) - scan timeout 30 seconds
Sep  2 16:38:41 wpa_supplicant[482]: nl80211: Drv Event 33 (NL80211_CMD_TRIGGER_SCAN) received for wlan0
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: nl80211: Scan trigger
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: Event SCAN_STARTED (47) received
Sep  2 16:38:41 wpa_supplicant[482]: wlan0: Own scan request started a scan in 0.000283 seconds
Sep  2 16:38:43 wpa_supplicant[482]: nl80211: Drv Event 34 (NL80211_CMD_NEW_SCAN_RESULTS) received for wlan0
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: nl80211: New scan results available
Sep  2 16:38:43 wpa_supplicant[482]: nl80211: Scan probed for SSID ''
Sep  2 16:38:43 wpa_supplicant[482]: nl80211: Scan included frequencies: 2412 2417 2422 2427 2432 2437 2442 2447 2452 2457 2462 2467 2472 2484
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: Event SCAN_RESULTS (3) received
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: Scan completed in 1.689242 seconds
Sep  2 16:38:43 wpa_supplicant[482]: nl80211: Received scan results (25 BSSes)
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: BSS: Start scan result update 2
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: BSS: Add new id 22 BSSID b0:df:c1:7d:94:51 SSID 'zhuoer' freq 2422
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: BSS: Add new id 23 BSSID 22:a3:52:23:c1:88 SSID 'HUAWEI2' freq 2462
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: BSS: Add new id 24 BSSID 34:f7:16:a7:c8:1b SSID 'TP-LINK_C81B' freq 2412
Sep  2 16:38:43 wpa_supplicant[482]: BSS: last_scan_res_used=25/32
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: New scan results available (own=1 ext=0)
Sep  2 16:38:43 wpa_supplicant[482]: WPS: AP 22:a3:52:23:c1:88 type 0 added
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: Radio work 'scan'@0x1c19e8 done in 1.725925 seconds
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: radio_work_free('scan'@0x1c19e8): num_active_works --> 0
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: Selecting BSS from priority group 0
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: 0: b4:37:d8:03:33:1a ssid='D-Link-3318' wpa_ie_len=22 rsn_ie_len=26 caps=0x1c31 level=-24 freq=2427
Sep  2 16:38:43 wpa_supplicant[482]: wlan0:    skip - SSID mismatch
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: 1: 06:f9:f8:1f:cd:fd ssid='M-Device' wpa_ie_len=0 rsn_ie_len=20 caps=0x1c11 level=-38 freq=2462
Sep  2 16:38:43 wpa_supplicant[482]: wlan0:    skip - SSID mismatch
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: 2: 06:f9:f8:2f:cd:fd ssid='Moorewatt-Dev' wpa_ie_len=0 rsn_ie_len=20 caps=0x1c11 level=-39 freq=2462
Sep  2 16:38:43 wpa_supplicant[482]: wlan0:    skip - SSID mismatch
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: 3: 34:98:b5:a0:7d:01 ssid='NETGEAR05' wpa_ie_len=0 rsn_ie_len=20 caps=0x531 level=-44 freq=2457
Sep  2 16:38:43 wpa_supplicant[482]: wlan0:    selected based on RSN IE
Sep  2 16:38:43 wpa_supplicant[482]: wlan0:    skip - SAE H2E required, but not supported by the AP
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: No suitable network found
Sep  2 16:38:43 wpa_supplicant[482]: wlan0: Setting scan request: 5.000000 sec
kapilkedawat commented 1 week ago

All the required lines, Is there a detailed explanation? I need to confirm

https://docs.espressif.com/projects/esptool/en/latest/esp32/esptool/flashing-firmware.html#id4

Shreyas0-7 commented 1 week ago

Hey @lwj850533527 can you please update the value of sae_pwe sae_pwe=2 in supplicant.conf here 2 means it can connect with AP supporting H2E as well as Hunt and Peck

lwj850533527 commented 1 week ago

Many thanks for your help. sae_pwe=2 It can solve problems well