Searched refs:WSM_RX_STATUS_ENCRYPTION (Results 1 – 2 of 2) sorted by relevance
1095 if (WSM_RX_STATUS_ENCRYPTION(arg->flags)) { in cw1200_rx_cb()1103 switch (WSM_RX_STATUS_ENCRYPTION(arg->flags)) { in cw1200_rx_cb()1124 WSM_RX_STATUS_ENCRYPTION(arg->flags)); in cw1200_rx_cb()
228 #define WSM_RX_STATUS_ENCRYPTION(status) ((status) & 0x07) macro