]> granicus.if.org Git - esp-idf/commitdiff
change scanned ap's ssid array len to 33
authorXiaXiaotian <xiaxiaotian@espressif.com>
Wed, 12 Apr 2017 13:02:28 +0000 (21:02 +0800)
committerXiaXiaotian <xiaxiaotian@espressif.com>
Thu, 13 Apr 2017 02:09:07 +0000 (10:09 +0800)
components/esp32/include/esp_wifi_types.h
components/esp32/lib

index be5435da0ed330c1b0a05749c55b54dd6ea43a10..a473d3b04d154f553dad1332106ec0854acd0a82 100755 (executable)
@@ -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 */
index 8ac3a6e76d11e3fec6bbbee5ca7d9b3a38435e4d..0d74d052d7cc2487b028bb3a0d21e45b68aa24cb 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8ac3a6e76d11e3fec6bbbee5ca7d9b3a38435e4d
+Subproject commit 0d74d052d7cc2487b028bb3a0d21e45b68aa24cb