Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c833 uint32_t tmp7__; in dot11f_unpack_ff_ext_chan_switch_ann_action() local
834 framesntohl(pCtx, &tmp7__, pBuf, 0); in dot11f_unpack_ff_ext_chan_switch_ann_action()
835 pDst->switch_mode = tmp7__ >> 0 & 0xff; in dot11f_unpack_ff_ext_chan_switch_ann_action()
836 pDst->op_class = tmp7__ >> 8 & 0xff; in dot11f_unpack_ff_ext_chan_switch_ann_action()
837 pDst->new_channel = tmp7__ >> 16 & 0xff; in dot11f_unpack_ff_ext_chan_switch_ann_action()
838 pDst->switch_count = tmp7__ >> 24 & 0xff; in dot11f_unpack_ff_ext_chan_switch_ann_action()