mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-05-30 11:08:49 +08:00
Update SECURITY_UNKNOWN value in dev_wlan.h
Changed SECURITY_UNKNOWN value to 0xffffffff for clarity.
This commit is contained in:
@@ -114,7 +114,7 @@ typedef enum
|
|||||||
SECURITY_WPA2_MIXED_PSK = (WPA2_SECURITY | AES_ENABLED | TKIP_ENABLED), /* WPA2 Security with AES & TKIP */
|
SECURITY_WPA2_MIXED_PSK = (WPA2_SECURITY | AES_ENABLED | TKIP_ENABLED), /* WPA2 Security with AES & TKIP */
|
||||||
SECURITY_WPS_OPEN = WPS_ENABLED, /* WPS with open security */
|
SECURITY_WPS_OPEN = WPS_ENABLED, /* WPS with open security */
|
||||||
SECURITY_WPS_SECURE = (WPS_ENABLED | AES_ENABLED), /* WPS with AES security */
|
SECURITY_WPS_SECURE = (WPS_ENABLED | AES_ENABLED), /* WPS with AES security */
|
||||||
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.
|
||||||
Do not pass this to the join function! */
|
Do not pass this to the join function! */
|
||||||
} rt_wlan_security_t;
|
} rt_wlan_security_t;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user