Home
last modified time | relevance | path

Searched refs:station_flags (Results 1 – 11 of 11) sorted by relevance

/drivers/net/wireless/iwlwifi/mvm/
Dsta.c121 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_160MHZ); in iwl_mvm_sta_send_to_fw()
124 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_80MHZ); in iwl_mvm_sta_send_to_fw()
127 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_FAT_EN_40MHZ); in iwl_mvm_sta_send_to_fw()
131 add_sta_cmd.station_flags |= in iwl_mvm_sta_send_to_fw()
138 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
141 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO2); in iwl_mvm_sta_send_to_fw()
144 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_MIMO3); in iwl_mvm_sta_send_to_fw()
155 add_sta_cmd.station_flags &= ~cpu_to_le32(STA_FLG_MIMO_EN_MSK); in iwl_mvm_sta_send_to_fw()
156 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_MIMO_EN_SISO); in iwl_mvm_sta_send_to_fw()
159 add_sta_cmd.station_flags |= cpu_to_le32(STA_FLG_RTS_MIMO_PROT); in iwl_mvm_sta_send_to_fw()
[all …]
Dfw-api-sta.h303 __le32 station_flags; member
/drivers/net/wireless/iwlwifi/dvm/
Dsta.c226 priv->stations[sta_id].sta.station_flags &= ~mask; in iwl_sta_update_ht()
227 priv->stations[sta_id].sta.station_flags |= flags; in iwl_sta_update_ht()
233 cmd.station_flags = flags; in iwl_sta_update_ht()
248 priv->stations[index].sta.station_flags &= ~mask; in iwl_set_ht_add_station()
249 priv->stations[index].sta.station_flags |= flags; in iwl_set_ht_add_station()
318 station->sta.station_flags = ctx->station_flags; in iwl_prep_station()
1434 .station_flags = STA_FLG_PWR_SAVE_MSK, in iwl_sta_modify_sleep_tx_count()
Ddev.h528 __le32 station_flags; member
Dcommands.h906 __le32 station_flags; /* STA_FLG_* */ member
Dmain.c574 priv->contexts[IWL_RXON_CTX_PAN].station_flags = STA_FLG_PAN_STATION; in iwl_init_context()
/drivers/net/wireless/iwlegacy/
Dcommands.h961 __le32 station_flags; /* STA_FLG_* */ member
989 __le32 station_flags; /* STA_FLG_* */ member
1027 __le32 station_flags; /* STA_FLG_* */ member
D4965.c1722 addsta->station_flags = cmd->station_flags; in il4965_build_addsta_hcmd()
D3945.c2261 addsta->station_flags = cmd->station_flags; in il3945_build_addsta_hcmd()
Dcommon.c1896 sta_flags = il->stations[idx].sta.station_flags; in il_set_ht_add_station()
1927 il->stations[idx].sta.station_flags = sta_flags; in il_set_ht_add_station()
1998 station->sta.station_flags = 0; in il_prep_station()
D4965-mac.c3682 il->stations[sta_id].sta.station_flags |= STA_FLG_PWR_SAVE_MSK; in il4965_sta_modify_sleep_tx_count()