Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c10517 uint8_t tmp107__; in dot11f_unpack_ie_hs20vendor_ie() local
10527 tmp107__ = *pBuf; in dot11f_unpack_ie_hs20vendor_ie()
10530 pDst->dgaf_dis = tmp107__ >> 0 & 0x1; in dot11f_unpack_ie_hs20vendor_ie()
10531 pDst->hs_id_present = tmp107__ >> 1 & 0x3; in dot11f_unpack_ie_hs20vendor_ie()
10532 pDst->reserved = tmp107__ >> 3 & 0x1; in dot11f_unpack_ie_hs20vendor_ie()
10533 pDst->release_num = tmp107__ >> 4 & 0xf; in dot11f_unpack_ie_hs20vendor_ie()