Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_tdls.c158 #define SET_PEER_AID_BITMAP(peer_bitmap, aid) \ argument
161 SET_BIT(peer_bitmap[0], (aid)); \
163 SET_BIT(peer_bitmap[1], ((aid) - (sizeof(uint32_t) << 3)));\
166 #define CLEAR_PEER_AID_BITMAP(peer_bitmap, aid) \ argument
169 CLEAR_BIT(peer_bitmap[0], (aid)); \
171 CLEAR_BIT(peer_bitmap[1], ((aid) - (sizeof(uint32_t) << 3)));\