Home
last modified time | relevance | path

Searched refs:RNR_TBTT_INFO_COUNT_VAL (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dbss.c1524 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()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h2570 #define RNR_TBTT_INFO_COUNT_VAL(x) (((x) & 0xf0) >> 4) macro