Searched refs:ofdm_rates (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_mac_ctxt.c | 171 int *cck_rates, int *ofdm_rates, struct iwm_node *in) in iwm_ack_rates() argument 250 *ofdm_rates = ofdm; in iwm_ack_rates() 328 cmd->ofdm_rates = htole32(ofdm_ack_rates); in iwm_mac_ctxt_cmd_common()
|
H A D | if_iwmreg.h | 4063 * @ofdm_rates: basic rates available for OFDM 4084 uint32_t ofdm_rates; member
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | mac-cfg.h | 348 * iwl_link_ctx_cfg_cmd::ofdm_rates, 451 * @ofdm_rates: basic rates available for OFDM 494 __le32 ofdm_rates; 483 __le32 ofdm_rates; global() member
|
H A D | mac.h | 306 * @ofdm_rates: basic rates available for OFDM 333 __le32 ofdm_rates; 326 __le32 ofdm_rates; global() member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 332 u8 *cck_rates, u8 *ofdm_rates) in iwl_mvm_ack_rates() 412 *ofdm_rates = ofdm; in iwl_mvm_set_fw_basic_rates() 417 __le32 *cck_rates, __le32 *ofdm_rates) in iwl_mvm_set_fw_basic_rates() 431 *ofdm_rates = cpu_to_le32((u32)ofdm_ack_rates); in iwl_mvm_set_fw_protection_flags() 567 &cmd->ofdm_rates); in iwl_mvm_mac_ctxt_cmd_common() 320 iwl_mvm_ack_rates(struct iwl_mvm * mvm,struct ieee80211_vif * vif,enum nl80211_band band,u8 * cck_rates,u8 * ofdm_rates) iwl_mvm_ack_rates() argument 405 iwl_mvm_set_fw_basic_rates(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_bss_conf * link_conf,__le32 * cck_rates,__le32 * ofdm_rates) iwl_mvm_set_fw_basic_rates() argument
|
H A D | link.c | 262 &cmd.cck_rates, &cmd.ofdm_rates); in iwl_mvm_remove_link()
|
H A D | mvm.h | 2012 __le32 *cck_rates, __le32 *ofdm_rates);
|