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 e1a4db7 commit febc341Copy full SHA for febc341
features/netsocket/nsapi_types.h
@@ -58,7 +58,7 @@ typedef enum nsapi_security {
58
NSAPI_SECURITY_WPA = 0x2, /*!< phrase conforms to WPA */
59
NSAPI_SECURITY_WPA2 = 0x3, /*!< phrase conforms to WPA2 */
60
NSAPI_SECURITY_WPA_WPA2 = 0x4, /*!< phrase conforms to WPA/WPA2 */
61
- NSAPI_SECURITY_UNSSUPPORTED = 0xFF, /*!< unknown/unsupported security in scan results */
+ NSAPI_SECURITY_UNSUPPORTED = 0xFF, /*!< unknown/unsupported security in scan results */
62
} nsapi_security_t;
63
64
/** Maximum size of IP address representation
0 commit comments