Searched refs:sec_ctl (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/iwlwifi/
H A Diwl-trans-pcie-tx.c55 u8 sec_ctl = 0; local
67 sec_ctl = tx_cmd->sec_ctl;
69 switch (sec_ctl & TX_CMD_SEC_MSK) {
H A Diwl-agn-tx.c220 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
228 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP;
234 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
237 tx_cmd->sec_ctl |= (TX_CMD_SEC_WEP |
H A Diwl-commands.h1305 u8 sec_ctl; /* TX_CMD_SEC_* */ member in struct:iwl_tx_cmd
/drivers/net/wireless/iwlegacy/
H A Dcommands.h1388 u8 sec_ctl; member in struct:il3945_tx_cmd
1478 u8 sec_ctl; /* TX_CMD_SEC_* */ member in struct:il_tx_cmd
H A D3945-mac.c372 tx_cmd->sec_ctl = 0;
376 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
385 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
388 tx_cmd->sec_ctl |=
H A D4965-mac.c1594 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
1602 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP;
1608 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
1611 tx_cmd->sec_ctl |=

Completed in 71 milliseconds