I have a strange problem to connect to ssid with strongest rssi when the same ssid is visible with different rssi's or/and different channels, like this:
I (3170) scan: SSID MY Wifi
I (3170) scan: RSSI -67
I (3180) scan: BSSID 84:39:8f:fe:86:db
I (3180) scan: Authmode WIFI_AUTH_WPA2_PSK
I (3180) scan: Pairwise Cipher WIFI_CIPHER_TYPE_CCMP
I (3190) scan: Group Cipher WIFI_CIPHER_TYPE_CCMP
I (3190) scan: Channel 11
I (3270) scan: SSID MY Wifi
I (3270) scan: RSSI -77
I (3280) scan: BSSID 84:39:8f:32:cc:9b
I (3280) scan: Authmode WIFI_AUTH_WPA2_PSK
I (3280) scan: Pairwise Cipher WIFI_CIPHER_TYPE_CCMP
I (3290) scan: Group Cipher WIFI_CIPHER_TYPE_CCMP
I (3290) scan: Channel 6
I (3540) scan: SSID MY Wifi
I (3550) scan: RSSI -79
I (3550) scan: BSSID 84:39:8f:fa:ae:bb
I (3550) scan: Authmode WIFI_AUTH_WPA2_PSK
I (3560) scan: Pairwise Cipher WIFI_CIPHER_TYPE_CCMP
I (3560) scan: Group Cipher WIFI_CIPHER_TYPE_CCMP
I (3570) scan: Channel 11
via forced bssid_set = 1 and given bssid I can connect always to 84:39:8f:32:cc:9b and 84:39:8f:fa:ae:bb,
but never to 84:39:8f:fe:86:db, which is the strongest AP.
I use simple esp-idf example: wifi getting_started station, modified with bssid stuff.
I get error reason: 2 toggling with 205, extend log shows something wrong with authorization
I (52214) wifi:(connect)dot11_authmode:0x3, pairwise_cipher:0x3, group_cipher:0x3
I (52214) wifi:state: init -> auth (0xb0)
I (53224) wifi:state: auth -> init (0x200)
I (53234) wifi
any hints ?
Thanks,
Mike