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

/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dtx.h191 * @sec_ctl: security control, TX_CMD_SEC_*
233 u8 sec_ctl; member in struct:iwl_tx_cmd
/freebsd-current/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c1455 u8 sec_ctl = 0; local
1464 sec_ctl = tx_cmd->sec_ctl;
1466 switch (sec_ctl & TX_CMD_SEC_MSK) {
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c467 tx_cmd->sec_ctl = TX_CMD_SEC_TKIP;
474 tx_cmd->sec_ctl |= TX_CMD_SEC_KEY128;
477 tx_cmd->sec_ctl |= TX_CMD_SEC_WEP |
494 tx_cmd->sec_ctl |= type | TX_CMD_SEC_KEY_FROM_TABLE;
499 tx_cmd->sec_ctl |= TX_CMD_SEC_EXT;
H A Dmvm.h1690 tx_cmd->sec_ctl = TX_CMD_SEC_CCM;
/freebsd-current/sys/dev/iwm/
H A Dif_iwmreg.h4954 * @sec_ctl: security control, IWM_TX_CMD_SEC_*
4994 uint8_t sec_ctl; member in struct:iwm_tx_cmd
H A Dif_iwm.c3821 tx->sec_ctl = 0;

Completed in 293 milliseconds