Searched refs:TWT_REQUIRED_MASK (Results 1 – 1 of 1) sorted by relevance
639 private static final int TWT_REQUIRED_MASK = 0x08; field in InformationElementUtil.HeOperation783 mTwtRequired = (ie.bytes[0] & TWT_REQUIRED_MASK) != 0; in from()