Searched refs:WSM_RX_STATUS_ENCRYPTION (Results 1 – 2 of 2) sorted by relevance
1101 if (WSM_RX_STATUS_ENCRYPTION(arg->flags)) { in cw1200_rx_cb()1109 switch (WSM_RX_STATUS_ENCRYPTION(arg->flags)) { in cw1200_rx_cb()1130 WSM_RX_STATUS_ENCRYPTION(arg->flags)); in cw1200_rx_cb()
231 #define WSM_RX_STATUS_ENCRYPTION(status) ((status) & 0x07) macro