change scanned ap's ssid array len to 33

This commit is contained in:
XiaXiaotian
2017-04-12 21:02:28 +08:00
parent 87fd90716f
commit d61959b583
2 changed files with 2 additions and 2 deletions

View File

@@ -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 */