Skip to content

Commit f05b854

Browse files
rcitachRbb666
authored andcommitted
Update SECURITY_UNKNOWN value in dev_wlan.h
Changed SECURITY_UNKNOWN value to 0xffffffff for clarity.
1 parent e8d3d0f commit f05b854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/drivers/wlan/dev_wlan.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ typedef enum
114114
SECURITY_WPA2_MIXED_PSK = (WPA2_SECURITY | AES_ENABLED | TKIP_ENABLED), /* WPA2 Security with AES & TKIP */
115115
SECURITY_WPS_OPEN = WPS_ENABLED, /* WPS with open security */
116116
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.
117+
SECURITY_UNKNOWN = 0xffffffff, /* May be returned by scan function if security is unknown.
118118
Do not pass this to the join function! */
119119
} rt_wlan_security_t;
120120

0 commit comments

Comments
 (0)