Searched refs:frameshtonl (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | dot11f.c | 248 static void frameshtonl(tpAniSirGlobal pCtx, in frameshtonl() function 281 frameshtonl(pCtx, pOut, pIn[0], fMsb); in frameshtonq() 282 frameshtonl(pCtx, pOut + 4, pIn[1], fMsb); in frameshtonq() 284 frameshtonl(pCtx, pOut + 4, pIn[1], fMsb); in frameshtonq() 285 frameshtonl(pCtx, pOut, pIn[0], fMsb); in frameshtonq() 21571 frameshtonl(pCtx, pBuf, tmp123__, 0); in dot11f_pack_ff_ts_info() 21680 frameshtonl(pCtx, pBuf, tmp127__, 0); in dot11f_pack_ff_ext_chan_switch_ann_action() 24166 frameshtonl(pCtx, pBuf, pSrc->service_start_time, 0); in dot11f_pack_ie_schedule() 24169 frameshtonl(pCtx, pBuf, pSrc->service_interval, 0); in dot11f_pack_ie_schedule() 24336 frameshtonl(pCtx, pBuf, pSrc->delay, 0); in dot11f_pack_ie_ts_delay() [all …]
|