Function ctru_sys::ACU_GetSecurityMode
source · pub unsafe extern "C" fn ACU_GetSecurityMode(
mode: *mut acSecurityMode
) -> Result
Expand description
Gets the connected Wifi security mode.
§Arguments
mode
- Pointer to output the connected Wifi security mode to. (0 = Open Authentication, 1 = WEP 40-bit, 2 = WEP 104-bit, 3 = WEP 128-bit, 4 = WPA TKIP, 5 = WPA2 TKIP, 6 = WPA AES, 7 = WPA2 AES)