Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDtx.c467 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP; in iwl_mvm_set_tx_cmd_crypto()
474 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128; in iwl_mvm_set_tx_cmd_crypto()
477 tx_cmd->sec_ctl |= TX_CMD_SEC_WEP | in iwl_mvm_set_tx_cmd_crypto()
494 tx_cmd->sec_ctl |= type | TX_CMD_SEC_KEY_FROM_TABLE; in iwl_mvm_set_tx_cmd_crypto()
499 tx_cmd->sec_ctl |= TX_CMD_SEC_EXT; in iwl_mvm_set_tx_cmd_crypto()
HDmvm.h1690 tx_cmd->sec_ctl = TX_CMD_SEC_CCM; in iwl_mvm_set_tx_cmd_ccmp()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/queue/
HDtx.c1455 u8 sec_ctl = 0; in iwl_txq_gen1_update_byte_cnt_tbl() local
1464 sec_ctl = tx_cmd->sec_ctl; in iwl_txq_gen1_update_byte_cnt_tbl()
1466 switch (sec_ctl & TX_CMD_SEC_MSK) { in iwl_txq_gen1_update_byte_cnt_tbl()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/fw/api/
HDtx.h233 u8 sec_ctl; member
/freebsd-13-stable/sys/dev/iwm/
HDif_iwmreg.h4558 uint8_t sec_ctl; member
HDif_iwm.c3913 tx->sec_ctl = 0; in iwm_tx()