mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Add get station auth mode
This commit is contained in:
parent
68ede76ab5
commit
c764683542
@ -214,6 +214,7 @@ typedef struct {
|
|||||||
char password[64]; /**< password of target AP*/
|
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.*/
|
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 bssid[6]; /**< MAC address of target AP*/
|
||||||
|
uint8_t authmode;
|
||||||
} wifi_sta_config_t;
|
} wifi_sta_config_t;
|
||||||
|
|
||||||
typedef union {
|
typedef union {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user