D | WifiConfiguration.java | 317 public static final int GCMP_256 = 3; field in WifiConfiguration.PairwiseCipher 330 @IntDef(value = {NONE, TKIP, CCMP, GCMP_256, SMS4, GCMP_128}) 373 public static final int GCMP_256 = 5; field in WifiConfiguration.GroupCipher 385 @IntDef(value = {WEP40, WEP104, TKIP, CCMP, GTK_NOT_USED, GCMP_256, SMS4, GCMP_128})
|