Home
last modified time | relevance | path

Searched refs:ofdm_rates (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c173 int *cck_rates, int *ofdm_rates, struct iwm_node *in) in iwm_ack_rates() argument
252 *ofdm_rates = ofdm; in iwm_ack_rates()
330 cmd->ofdm_rates = htole32(ofdm_ack_rates); in iwm_mac_ctxt_cmd_common()
H A Dif_iwmreg.h3660 uint32_t ofdm_rates; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/api/
H A Dmac.h326 __le32 ofdm_rates; member
/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c316 u8 *cck_rates, u8 *ofdm_rates) in iwl_mvm_ack_rates() argument
396 *ofdm_rates = ofdm; in iwl_mvm_ack_rates()
491 cmd->ofdm_rates = cpu_to_le32((u32)ofdm_ack_rates); in iwl_mvm_mac_ctxt_cmd_common()