Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Ddot11f.c84 #if !defined(DOT11F_MEMCPY)
85 #define DOT11F_MEMCPY(ctx, dst, src, len) \ macro
175 DOT11F_MEMCPY(pCtx, (uint16_t *)pOut, pIn, 2); in framesntohs()
182 DOT11F_MEMCPY(pCtx, (uint16_t *)pOut, pIn, 2); in framesntohs()
194 DOT11F_MEMCPY(pCtx, (uint32_t *)pOut, pIn, 4); in framesntohl()
233 DOT11F_MEMCPY(pCtx, pOut, &pIn, 2); in frameshtons()
243 DOT11F_MEMCPY(pCtx, pOut, &pIn, 2); in frameshtons()
256 DOT11F_MEMCPY(pCtx, pOut, &pIn, 4); in frameshtonl()
270 DOT11F_MEMCPY(pCtx, pOut, &pIn, 4); in frameshtonl()
555 DOT11F_MEMCPY(pCtx, pDst->mac, pBuf, 6); in dot11f_unpack_ff_current_ap_address()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/inc/
H A Ddot11fdefs.h38 #define DOT11F_MEMCPY(ctx, dst, src, len) \ macro