Searched refs:framesntohs (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 | 167 static void framesntohs(tpAniSirGlobal pCtx, in framesntohs() function 398 framesntohs(pCtx, pDstState, pBuf, 1); in dot11f_unpack_tlv_common_func2() 407 framesntohs(pCtx, pDstField, pBuf, 0); in dot11f_unpack_ff_common_func() 454 framesntohs(pCtx, &id, pBuf, 1); in find_tlv_defn() 519 framesntohs(pCtx, &tmp0__, pBuf, 0); in dot11f_unpack_ff_capabilities() 597 framesntohs(pCtx, &pDst->repetitions, pBuf, 0); in dot11f_unpack_ff_num_of_repetitions() 782 framesntohs(pCtx, &tmp4__, pBuf, 0); in dot11f_unpack_ff_addba_param_set() 797 framesntohs(pCtx, &tmp5__, pBuf, 0); in dot11f_unpack_ff_ba_start_seq_ctrl() 809 framesntohs(pCtx, &pDst->timeout, pBuf, 0); in dot11f_unpack_ff_ba_timeout() 820 framesntohs(pCtx, &tmp6__, pBuf, 0); in dot11f_unpack_ff_delba_param_set() [all …]
|