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.java365 short cipherCount = buf.getShort(); in parseRsnElement() local
368 for (int i = 0; i < cipherCount; i++) { in parseRsnElement()
470 short cipherCount = buf.getShort(); in parseWpaOneElement() local
473 for (int i = 0; i < cipherCount; i++) { in parseWpaOneElement()