HomeSort by relevance Sort by last modified time
    Searched refs:CCMP (Results 1 - 25 of 44) sorted by null

1 2

  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpa2-eap-ccmp.conf 1 # WPA2-EAP/CCMP using EAP-TLS
9 pairwise=CCMP
10 group=CCMP
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf 748 # TKIP/CCMP) is available for backwards compatibility, but its use is
750 # proto=WPA, key_mgmt=WPA-NONE, pairwise=NONE, group=TKIP (or CCMP, but not
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/wifi/
WifiConfigurationProvider.java 79 wifiConf.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
81 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP);
94 wifiConf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP);
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
WifiAssociationTest.java 115 config.allowedPairwiseCiphers.set(PairwiseCipher.CCMP);
116 config.allowedGroupCiphers.set(GroupCipher.CCMP);
  /packages/apps/Car/Settings/src/com/android/car/settings/wifi/
AddWifiFragment.java 163 wifiConfig.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
180 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP);
195 wifiConfig.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.CCMP);
  /hardware/interfaces/wifi/supplicant/1.0/
ISupplicantStaNetwork.hal 80 CCMP = 1 << 4,
88 CCMP = 1 << 4
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 43 "CCMP",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 43 "CCMP",
  /external/v8/src/arm64/
constants-arm64.h 887 CCMP = 0x60000000
897 CCMP_w = ConditionalCompareRegisterFixed | CCMP,
898 CCMP_x = ConditionalCompareRegisterFixed | SixtyFourBits | CCMP
908 CCMP_w_imm = ConditionalCompareImmediateFixed | CCMP,
909 CCMP_x_imm = ConditionalCompareImmediateFixed | SixtyFourBits | CCMP
    [all...]
macro-assembler-arm64-inl.h 125 void MacroAssembler::Ccmp(const Register& rn,
133 ConditionalCompareMacro(rn, operand, nzcv, cond, CCMP);
144 ConditionalCompareMacro(rn, -operand.ImmediateValue(), nzcv, cond, CCMP);
    [all...]
assembler-arm64.cc 1412 void Assembler::ccmp(const Register& rn, function in class:v8::internal::Assembler
    [all...]
simulator-arm64.cc     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/hidl/1.0/
hidl_manager.h 364 static_cast<uint32_t>(ISupplicantStaNetwork::GroupCipherMask::CCMP) ==
381 static_cast<uint32_t>(ISupplicantStaNetwork::PairwiseCipherMask::CCMP) ==
sta_network.cpp 45 static_cast<uint32_t>(ISupplicantStaNetwork::GroupCipherMask::CCMP) |
51 static_cast<uint32_t>(ISupplicantStaNetwork::PairwiseCipherMask::CCMP));
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaNetworkHal.java 692 case WifiConfiguration.GroupCipher.CCMP:
693 mask |= ISupplicantStaNetwork.GroupCipherMask.CCMP;
717 case WifiConfiguration.PairwiseCipher.CCMP:
718 mask |= ISupplicantStaNetwork.PairwiseCipherMask.CCMP;
    [all...]
WifiConfigManager.java     [all...]
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
supplicant_sta_network_hidl_test.cpp 70 (ISupplicantStaNetwork::GroupCipherMask::CCMP |
73 (ISupplicantStaNetwork::PairwiseCipherMask::CCMP |
  /external/vixl/src/aarch64/
constants-aarch64.h     [all...]
macro-assembler-aarch64.cc     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 63 CCMP,
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
XmlUtilTest.java 194 configuration.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 171 public static final int CCMP = 2;
175 public static final String[] strings = { "NONE", "TKIP", "CCMP" };
181 * CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
197 public static final int CCMP = 3;
206 { "WEP40", "WEP104", "TKIP", "CCMP", "GTK_NOT_USED" };
358 * Defaults to CCMP TKIP.
364 * Defaults to CCMP TKIP WEP104 WEP40.
    [all...]
  /frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
PlatformAdapter.java 246 config.allowedPairwiseCiphers.set(WifiConfiguration.PairwiseCipher.CCMP);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiConfigManagerTest.java     [all...]
  /external/valgrind/none/tests/arm64/
integer.stdout.exp     [all...]

Completed in 2381 milliseconds

1 2