Searched refs:CO_HOSTED_BSS_PRESENT_MASK (Results 1 – 1 of 1) sorted by relevance
329 private static final int CO_HOSTED_BSS_PRESENT_MASK = 0x80; field in InformationElementUtil.HeOperation452 boolean coHostedBssPresent = (ie.bytes[1] & CO_HOSTED_BSS_PRESENT_MASK) != 0; in from()