pub unsafe extern "C" fn ACI_GetNetworkWirelessEssidSecuritySsid(
    ssid: *mut c_void
) -> Result
Expand description

Fetches the SSID of the previously selected WiFi configuration slot.

§Arguments

  • ssid (direction out) - Pointer to the output buffer of size 32B the SSID will be stored in.