Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c21674 uint32_t tmp127__; in dot11f_pack_ff_ext_chan_switch_ann_action() local
21675 tmp127__ = 0U; in dot11f_pack_ff_ext_chan_switch_ann_action()
21676 tmp127__ |= (pSrc->switch_mode << 0); in dot11f_pack_ff_ext_chan_switch_ann_action()
21677 tmp127__ |= (pSrc->op_class << 8); in dot11f_pack_ff_ext_chan_switch_ann_action()
21678 tmp127__ |= (pSrc->new_channel << 16); in dot11f_pack_ff_ext_chan_switch_ann_action()
21679 tmp127__ |= (pSrc->switch_count << 24); in dot11f_pack_ff_ext_chan_switch_ann_action()
21680 frameshtonl(pCtx, pBuf, tmp127__, 0); in dot11f_pack_ff_ext_chan_switch_ann_action()