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 04c486d commit 604aacbCopy full SHA for 604aacb
src/detection/wifi/wifi_apple.m
@@ -108,7 +108,7 @@ @interface CWNetworkProfile()
108
ffStrbufSetStatic(&item->conn.security, "WPA Personal");
109
break;
110
case kCWSecurityWPAPersonalMixed:
111
- ffStrbufSetStatic(&item->conn.security, "WPA Persional Mixed");
+ ffStrbufSetStatic(&item->conn.security, "WPA Personal Mixed");
112
113
case kCWSecurityWPA2Personal:
114
ffStrbufSetStatic(&item->conn.security, "WPA2 Personal");
0 commit comments