Lines Matching refs:station_flags
92 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_160MHZ); in iwl_mvm_sta_send_to_fw()
95 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_80MHZ); in iwl_mvm_sta_send_to_fw()
98 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_40MHZ); in iwl_mvm_sta_send_to_fw()
102 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
109 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
112 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO2); in iwl_mvm_sta_send_to_fw()
115 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO3); in iwl_mvm_sta_send_to_fw()
126 add_sta_cmd.station_flags &= ~cpu_to_le32(STA_FLG_MIMO_EN_MSK); in iwl_mvm_sta_send_to_fw()
127 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
130 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_RTS_MIMO_PROT); in iwl_mvm_sta_send_to_fw()
180 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
182 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
1787 cmd.station_flags = drain ? cpu_to_le32(STA_FLG_DRAIN_FLOW) : 0; in iwl_mvm_drain_sta()
3975 .station_flags = disable ? cpu_to_le32(STA_FLG_DISABLE_TX) : 0, in iwl_mvm_sta_modify_disable_tx()
4023 .station_flags = disable ? cpu_to_le32(STA_FLG_DISABLE_TX) : 0, in iwl_mvm_int_sta_modify_disable_tx()