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.java471 short cipherCount = buf.getShort(); in parseRsnElement() local
474 for (int i = 0; i < cipherCount; i++) { in parseRsnElement()
624 short cipherCount = buf.getShort(); in parseWpaOneElement() local
627 for (int i = 0; i < cipherCount; i++) { in parseWpaOneElement()