Lines Matching refs:station_flags
165 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_160MHZ); in iwl_mvm_sta_send_to_fw()
168 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_80MHZ); in iwl_mvm_sta_send_to_fw()
171 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_40MHZ); in iwl_mvm_sta_send_to_fw()
175 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
182 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
185 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO2); in iwl_mvm_sta_send_to_fw()
188 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO3); in iwl_mvm_sta_send_to_fw()
199 add_sta_cmd.station_flags &= ~cpu_to_le32(STA_FLG_MIMO_EN_MSK); in iwl_mvm_sta_send_to_fw()
200 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
203 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_RTS_MIMO_PROT); in iwl_mvm_sta_send_to_fw()
219 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
221 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
1933 cmd.station_flags = drain ? cpu_to_le32(STA_FLG_DRAIN_FLOW) : 0; in iwl_mvm_drain_sta()
4167 .station_flags = disable ? cpu_to_le32(STA_FLG_DISABLE_TX) : 0, in iwl_mvm_sta_modify_disable_tx()
4227 .station_flags = disable ? cpu_to_le32(STA_FLG_DISABLE_TX) : 0, in iwl_mvm_int_sta_modify_disable_tx()