Searched refs:RNR_TBTT_INFO_COUNT_VAL (Results 1 – 2 of 2) sorted by relevance
1524 count = RNR_TBTT_INFO_COUNT_VAL(ap_info->tbtt_info_hdr) + 1; in wpa_bss_parse_ml_rnr_ap_info()1755 count = RNR_TBTT_INFO_COUNT_VAL(ap_info->tbtt_info_hdr) + 1; in wpa_bss_parse_basic_ml_element()
2570 #define RNR_TBTT_INFO_COUNT_VAL(x) (((x) & 0xf0) >> 4) macro