Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c8405 uint8_t tmp72__; in dot11f_unpack_ie_wmm_info_ap() local
8423 tmp72__ = *pBuf; in dot11f_unpack_ie_wmm_info_ap()
8424 pDst->param_set_count = tmp72__ >> 0 & 0xf; in dot11f_unpack_ie_wmm_info_ap()
8425 pDst->reserved = tmp72__ >> 4 & 0x7; in dot11f_unpack_ie_wmm_info_ap()
8426 pDst->uapsd = tmp72__ >> 7 & 0x1; in dot11f_unpack_ie_wmm_info_ap()