Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java465 short cipherCount = buf.getShort(); in parseRsnElement() local
468 for (int i = 0; i < cipherCount; i++) { in parseRsnElement()
604 short cipherCount = buf.getShort(); in parseWpaOneElement() local
607 for (int i = 0; i < cipherCount; i++) { in parseWpaOneElement()