Searched refs:tmp69__ (Results 1 – 1 of 1) sorted by relevance
7391 uint8_t tmp69__; in dot11f_unpack_ie_qos_caps_station() local7401 tmp69__ = *pBuf; in dot11f_unpack_ie_qos_caps_station()7402 pDst->acvo_uapsd = tmp69__ >> 0 & 0x1; in dot11f_unpack_ie_qos_caps_station()7403 pDst->acvi_uapsd = tmp69__ >> 1 & 0x1; in dot11f_unpack_ie_qos_caps_station()7404 pDst->acbk_uapsd = tmp69__ >> 2 & 0x1; in dot11f_unpack_ie_qos_caps_station()7405 pDst->acbe_uapsd = tmp69__ >> 3 & 0x1; in dot11f_unpack_ie_qos_caps_station()7406 pDst->qack = tmp69__ >> 4 & 0x1; in dot11f_unpack_ie_qos_caps_station()7407 pDst->max_sp_length = tmp69__ >> 5 & 0x3; in dot11f_unpack_ie_qos_caps_station()7408 pDst->more_data_ack = tmp69__ >> 7 & 0x1; in dot11f_unpack_ie_qos_caps_station()