Searched refs:secondChannelOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DInformationElementUtil.java90 public int secondChannelOffset = 0; field in class:InformationElementUtil.HtOperation
93 if (secondChannelOffset != 0) {
102 if (secondChannelOffset != 0) {
103 if (secondChannelOffset == 1) {
105 } else if (secondChannelOffset == 3) {
108 Log.e("HtOperation", "Error on secondChannelOffset: " + secondChannelOffset);
120 secondChannelOffset = ie.bytes[1] & 0x3;

Completed in 535 milliseconds