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