Wi-Fi key management types.
#include <wifi/wifi_service.h>
typedef enum {
WIFI_KEY_MANAGEMENT_NONE = 0
WIFI_KEY_MANAGEMENT_WEP = 1
WIFI_KEY_MANAGEMENT_WPA = 2
} wifi_key_management_t;
BlackBerry 10.2.0
This enum defines security key management types reported in scan result entries.