Wi-Fi network scan result flags.
#include <wifi/wifi_service.h>
typedef enum {
WIFI_NETWORK_FLAGS_WPA_PERSONAL = 0x00000001
WIFI_NETWORK_FLAGS_WPA2_PERSONAL = 0x00000002
WIFI_NETWORK_FLAGS_WPA_ENTERPRISE = 0x00000004
WIFI_NETWORK_FLAGS_WPA2_ENTERPRISE = 0x00000008
WIFI_NETWORK_FLAGS_ESS = 0x00000010
WIFI_NETWORK_FLAGS_P2P = 0x00000020
WIFI_NETWORK_FLAGS_HS20 = 0x00000040
WIFI_NETWORK_FLAGS_WPS = 0x00000080
} wifi_scan_network_flags_t;
BlackBerry 10.2.0
This enum defines the flags bitmask of Wi-Fi network capabilities reported in scan results. Multiple capabilities may be advertised in a scan result entry.