We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d3d0f commit f05b854Copy full SHA for f05b854
components/drivers/wlan/dev_wlan.h
@@ -114,7 +114,7 @@ typedef enum
114
SECURITY_WPA2_MIXED_PSK = (WPA2_SECURITY | AES_ENABLED | TKIP_ENABLED), /* WPA2 Security with AES & TKIP */
115
SECURITY_WPS_OPEN = WPS_ENABLED, /* WPS with open security */
116
SECURITY_WPS_SECURE = (WPS_ENABLED | AES_ENABLED), /* WPS with AES security */
117
- SECURITY_UNKNOWN = -1, /* May be returned by scan function if security is unknown.
+ SECURITY_UNKNOWN = 0xffffffff, /* May be returned by scan function if security is unknown.
118
Do not pass this to the join function! */
119
} rt_wlan_security_t;
120
0 commit comments