mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
Merge branch 'feature/change_ssid_len_to_33' into 'master'
change scanned ap's ssid array len to 33 See merge request !661
This commit is contained in:
@@ -124,7 +124,7 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
uint8_t bssid[6]; /**< MAC address of AP */
|
||||
uint8_t ssid[32]; /**< SSID of AP */
|
||||
uint8_t ssid[33]; /**< SSID of AP */
|
||||
uint8_t primary; /**< channel of AP */
|
||||
wifi_second_chan_t second; /**< second channel of AP */
|
||||
int8_t rssi; /**< signal strength of AP */
|
||||
|
Submodule components/esp32/lib updated: 8ac3a6e76d...0d74d052d7
Reference in New Issue
Block a user