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