Home
last modified time | relevance | path

Searched refs:sec_ctl (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c217 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in iwlagn_tx_cmd_build_hwcrypto()
224 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP; in iwlagn_tx_cmd_build_hwcrypto()
229 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in iwlagn_tx_cmd_build_hwcrypto()
232 tx_cmd->sec_ctl |= (TX_CMD_SEC_WEP | in iwlagn_tx_cmd_build_hwcrypto()
Dcommands.h1270 u8 sec_ctl; /* TX_CMD_SEC_* */ member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c432 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP; in iwl_mvm_set_tx_cmd_crypto()
439 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in iwl_mvm_set_tx_cmd_crypto()
442 tx_cmd->sec_ctl |= TX_CMD_SEC_WEP | in iwl_mvm_set_tx_cmd_crypto()
459 tx_cmd->sec_ctl |= type | TX_CMD_SEC_KEY_FROM_TABLE; in iwl_mvm_set_tx_cmd_crypto()
464 tx_cmd->sec_ctl |= TX_CMD_SEC_EXT; in iwl_mvm_set_tx_cmd_crypto()
Dmvm.h1482 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in iwl_mvm_set_tx_cmd_ccmp()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h282 u8 sec_ctl; member
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c182 u8 sec_ctl = 0; in iwl_pcie_txq_update_byte_cnt_tbl() local
191 sec_ctl = tx_cmd->sec_ctl; in iwl_pcie_txq_update_byte_cnt_tbl()
193 switch (sec_ctl & TX_CMD_SEC_MSK) { in iwl_pcie_txq_update_byte_cnt_tbl()
/Linux-v4.19/drivers/net/wireless/intel/iwlegacy/
Dcommands.h1381 u8 sec_ctl; member
1471 u8 sec_ctl; /* TX_CMD_SEC_* */ member
D3945-mac.c372 tx_cmd->sec_ctl = 0; in il3945_build_tx_cmd_hwcrypto()
376 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in il3945_build_tx_cmd_hwcrypto()
385 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in il3945_build_tx_cmd_hwcrypto()
388 tx_cmd->sec_ctl |= in il3945_build_tx_cmd_hwcrypto()
D4965-mac.c1620 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in il4965_tx_cmd_build_hwcrypto()
1628 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP; in il4965_tx_cmd_build_hwcrypto()
1634 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in il4965_tx_cmd_build_hwcrypto()
1637 tx_cmd->sec_ctl |= in il4965_tx_cmd_build_hwcrypto()