Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/cw1200/
Dtxrx.c1101 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()
Dwsm.h231 #define WSM_RX_STATUS_ENCRYPTION(status) ((status) & 0x07) macro