forked from espressif/esp-idf
components: esp32 - notify wifi when got sta ip
This commit is contained in:
@@ -140,7 +140,7 @@ typedef struct {
|
|||||||
uint8_t ssid[32]; /**< SSID of AP */
|
uint8_t ssid[32]; /**< SSID of AP */
|
||||||
uint8_t primary; /**< channel of AP */
|
uint8_t primary; /**< channel of AP */
|
||||||
wifi_second_chan_t second; /**< second channel of AP */
|
wifi_second_chan_t second; /**< second channel of AP */
|
||||||
char rssi; /**< single strength of AP */
|
signed char rssi; /**< single strength of AP */
|
||||||
wifi_auth_mode_t authmode; /**< authmode of AP */
|
wifi_auth_mode_t authmode; /**< authmode of AP */
|
||||||
}wifi_ap_list_t;
|
}wifi_ap_list_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user