]> granicus.if.org Git - esp-idf/commitdiff
Add get station auth mode
authorxiaxiaotian <xiaxiaotian@espressif.com>
Mon, 5 Sep 2016 13:13:20 +0000 (21:13 +0800)
committerWu Jian Gang <wujiangang@espressif.com>
Tue, 6 Sep 2016 08:47:02 +0000 (16:47 +0800)
components/esp32/include/esp_wifi.h

index 357788225abd96092436f67d70dc0dcd41b3a7d2..972b07b24af9928b88cbf28cb16a7f8251393d70 100755 (executable)
@@ -214,6 +214,7 @@ typedef struct {
     char password[64];     /**< password of target AP*/
     bool bssid_set;        /**< whether set MAC address of target AP or not. Generally, station_config.bssid_set needs to be 0; and it needs to be 1 only when users need to check the MAC address of the AP.*/
     uint8_t bssid[6];     /**< MAC address of target AP*/
+    uint8_t authmode;
 } wifi_sta_config_t;
 
 typedef union {