Searched refs:protection_flags (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | mac-cfg.h | 352 * iwl_link_ctx_cfg_cmd::protection_flags 454 * @protection_flags: combination of &enum iwl_link_ctx_protection_flags 497 __le32 protection_flags; 486 __le32 protection_flags; global() member
|
H A D | mac.h | 307 * @protection_flags: combination of &enum iwl_mac_protection_flags 334 __le32 protection_flags; 327 __le32 protection_flags; global() member
|
/freebsd/sys/contrib/dev/iwlwifi/mvm/ |
H A D | mac-ctxt.c | 437 __le32 *protection_flags, u32 ht_flag, in iwl_mvm_set_fw_protection_flags() 447 *protection_flags |= cpu_to_le32(tgg_flag); in iwl_mvm_set_fw_protection_flags() 466 *protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_set_fw_protection_flags() 471 *protection_flags |= cpu_to_le32(ht_flag); in iwl_mvm_set_fw_qos_params() 584 &cmd->protection_flags, in iwl_mvm_mac_ctxt_send_cmd() 425 iwl_mvm_set_fw_protection_flags(struct iwl_mvm * mvm,struct ieee80211_vif * vif,struct ieee80211_bss_conf * link_conf,__le32 * protection_flags,u32 ht_flag,u32 tgg_flag) iwl_mvm_set_fw_protection_flags() argument
|
H A D | link.c | 270 &cmd.protection_flags, in iwl_mvm_disable_link()
|
H A D | mvm.h | 2016 __le32 *protection_flags, u32 ht_flag,
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwm_mac_ctxt.c | 357 cmd->protection_flags |= htole32(IWM_MAC_PROT_FLG_TGG_PROTECT); in iwm_mac_ctxt_cmd_common()
|
H A D | if_iwmreg.h | 4064 * @protection_flags: combination of IWM_MAC_PROT_FLG_FLAG_* 4085 uint32_t protection_flags; member
|
/freebsd/sys/dev/iwx/ |
H A D | if_iwxreg.h | 4496 uint32_t protection_flags; member
|
H A D | if_iwx.c | 6840 cmd->protection_flags |= 6848 cmd->protection_flags |= 6861 cmd->protection_flags |= htole32(IWX_MAC_PROT_FLG_TGG_PROTECT);
|