Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/dvm/
Dtx.c196 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in iwlagn_tx_cmd_build_hwcrypto()
203 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP; in iwlagn_tx_cmd_build_hwcrypto()
208 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in iwlagn_tx_cmd_build_hwcrypto()
211 tx_cmd->sec_ctl |= (TX_CMD_SEC_WEP | in iwlagn_tx_cmd_build_hwcrypto()
Dcommands.h1215 u8 sec_ctl; /* TX_CMD_SEC_* */ member
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c487 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP; in iwl_mvm_set_tx_cmd_crypto()
494 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in iwl_mvm_set_tx_cmd_crypto()
497 tx_cmd->sec_ctl |= TX_CMD_SEC_WEP | in iwl_mvm_set_tx_cmd_crypto()
514 tx_cmd->sec_ctl |= type | TX_CMD_SEC_KEY_FROM_TABLE; in iwl_mvm_set_tx_cmd_crypto()
519 tx_cmd->sec_ctl |= TX_CMD_SEC_EXT; in iwl_mvm_set_tx_cmd_crypto()
Dmvm.h1876 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in iwl_mvm_set_tx_cmd_ccmp()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/fw/api/
Dtx.h235 u8 sec_ctl; member
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c2066 u8 sec_ctl = 0; in iwl_txq_gen1_update_byte_cnt_tbl() local
2075 sec_ctl = tx_cmd->sec_ctl; in iwl_txq_gen1_update_byte_cnt_tbl()
2077 switch (sec_ctl & TX_CMD_SEC_MSK) { in iwl_txq_gen1_update_byte_cnt_tbl()
/linux-6.12.1/drivers/net/wireless/intel/iwlegacy/
Dcommands.h1390 u8 sec_ctl;
1484 u8 sec_ctl; /* TX_CMD_SEC_* */
D3945-mac.c354 tx_cmd->sec_ctl = 0; in il3945_build_tx_cmd_hwcrypto()
358 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in il3945_build_tx_cmd_hwcrypto()
367 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in il3945_build_tx_cmd_hwcrypto()
370 tx_cmd->sec_ctl |= in il3945_build_tx_cmd_hwcrypto()
D4965-mac.c1606 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in il4965_tx_cmd_build_hwcrypto()
1614 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP; in il4965_tx_cmd_build_hwcrypto()
1620 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in il4965_tx_cmd_build_hwcrypto()
1623 tx_cmd->sec_ctl |= in il4965_tx_cmd_build_hwcrypto()