Home
last modified time | relevance | path

Searched refs:ALL_SECURITY_MODES_MASK (Results 1 – 3 of 3) sorted by relevance

/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dpreferred_network.h33 ALL_SECURITY_MODES_MASK = OPEN | WEP | PSK | EAP, enumerator
/system/chre/apps/wifi_offload/
Dpreferred_network.cc45 if (security_modes_ & ~SecurityMode::ALL_SECURITY_MODES_MASK) { in Deserialize()
Dscan_result.cc91 if (security_modes_ & ~SecurityMode::ALL_SECURITY_MODES_MASK) { in Deserialize()