Searched refs:ap_sta_id (Results 1 – 14 of 14) sorted by relevance
/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | coex.c | 350 iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, in iwl_mvm_bt_notif_iterator() 442 iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false); in iwl_mvm_bt_notif_iterator() 454 if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true)) in iwl_mvm_bt_notif_iterator() 457 if (iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, false)) in iwl_mvm_bt_notif_iterator() 579 if (mvmvif->ap_sta_id == IWL_MVM_INVALID_STA) in iwl_mvm_bt_rssi_event() 595 ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, in iwl_mvm_bt_rssi_event() 598 ret = iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, true); in iwl_mvm_bt_rssi_event()
|
D | debugfs-vif.c | 228 u8 ap_sta_id; in iwl_dbgfs_mac_params_read() local 237 ap_sta_id = mvmvif->ap_sta_id; in iwl_dbgfs_mac_params_read() 279 ap_sta_id != IWL_MVM_INVALID_STA) { in iwl_dbgfs_mac_params_read() 282 mvm_sta = iwl_mvm_sta_from_staid_protected(mvm, ap_sta_id); in iwl_dbgfs_mac_params_read() 286 ap_sta_id, in iwl_dbgfs_mac_params_read()
|
D | sf.c | 89 data->sta_vif_ap_sta_id = mvmvif->ap_sta_id; in iwl_mvm_bound_iface_iterator() 323 sta_id = mvmvif->ap_sta_id; in iwl_mvm_sf_update()
|
D | power.c | 564 u8 *ap_sta_id = _data; in iwl_mvm_power_uapsd_misbehav_ap_iterator() local 570 if (mvmvif->ap_sta_id == *ap_sta_id) in iwl_mvm_power_uapsd_misbehav_ap_iterator() 580 u8 ap_sta_id = le32_to_cpu(notif->sta_id); in iwl_mvm_power_uapsd_misbehaving_ap_notif() local 584 iwl_mvm_power_uapsd_misbehav_ap_iterator, &ap_sta_id); in iwl_mvm_power_uapsd_misbehaving_ap_notif()
|
D | mac-ctxt.c | 356 mvmvif->ap_sta_id = IWL_MVM_INVALID_STA; in iwl_mvm_mac_ctxt_init() 625 u8 ap_sta_id = mvmvif->ap_sta_id; in iwl_mvm_mac_ctxt_cmd_sta() local 666 if (ap_sta_id < mvm->fw->ucode_capa.num_stations) { in iwl_mvm_mac_ctxt_cmd_sta() 671 sta = rcu_dereference(mvm->fw_id_to_mac_id[ap_sta_id]); in iwl_mvm_mac_ctxt_cmd_sta()
|
D | mac80211.c | 825 u8 ap_sta_id = READ_ONCE(mvmvif->ap_sta_id); in iwl_mvm_mac_tx() local 827 if (ap_sta_id < mvm->fw->ucode_capa.num_stations) { in iwl_mvm_mac_tx() 829 sta = rcu_dereference(mvm->fw_id_to_mac_id[ap_sta_id]); in iwl_mvm_mac_tx() 1011 if (iwl_mvm_vif_from_mac80211(vif)->ap_sta_id == in iwl_mvm_mac_ampdu_action() 1077 mvmvif->ap_sta_id = IWL_MVM_INVALID_STA; in iwl_mvm_cleanup_iterator() 1388 mvmvif->ap_sta_id); in iwl_mvm_post_channel_switch() 2327 iwl_mvm_cfg_he_sta(mvm, vif, mvmvif->ap_sta_id); in iwl_mvm_bss_info_changed_station() 2336 iwl_mvm_cfg_he_sta(mvm, vif, mvmvif->ap_sta_id); in iwl_mvm_bss_info_changed_station() 2403 } else if (mvmvif->ap_sta_id != IWL_MVM_INVALID_STA) { in iwl_mvm_bss_info_changed_station() 2429 mvmvif->ap_sta_id); in iwl_mvm_bss_info_changed_station() [all …]
|
D | sta.c | 1736 WARN_ON(mvmvif->ap_sta_id != IWL_MVM_INVALID_STA); in iwl_mvm_add_sta() 1737 mvmvif->ap_sta_id = sta_id; in iwl_mvm_add_sta() 1739 WARN_ON(mvmvif->ap_sta_id == IWL_MVM_INVALID_STA); in iwl_mvm_add_sta() 1929 mvmvif->ap_sta_id == sta_id) { in iwl_mvm_rm_sta() 1935 mvmvif->ap_sta_id = IWL_MVM_INVALID_STA; in iwl_mvm_rm_sta() 3226 mvmvif->ap_sta_id != IWL_MVM_INVALID_STA) { in iwl_mvm_get_key_sta() 3227 u8 sta_id = mvmvif->ap_sta_id; in iwl_mvm_get_key_sta() 3447 mvmvif->ap_sta_id != IWL_MVM_INVALID_STA) { in iwl_mvm_get_mac_addr() 3448 u8 sta_id = mvmvif->ap_sta_id; in iwl_mvm_get_mac_addr() 3926 mvmsta = iwl_mvm_sta_from_staid_rcu(mvm, mvmvif->ap_sta_id); in iwl_mvm_csa_client_absent()
|
D | d3.c | 571 rcu_assign_pointer(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], ap_sta); in iwl_mvm_d3_reprogram() 814 cpu_to_le32(mvmvif->ap_sta_id); in iwl_mvm_wowlan_config_key_params() 844 cpu_to_le32(mvmvif->ap_sta_id); in iwl_mvm_wowlan_config_key_params() 1078 if (mvmvif->ap_sta_id == IWL_MVM_INVALID_STA) { in __iwl_mvm_suspend() 1094 wowlan_config_cmd.sta_id = mvmvif->ap_sta_id; in __iwl_mvm_suspend() 1097 mvm->fw_id_to_mac_id[mvmvif->ap_sta_id], in __iwl_mvm_suspend()
|
D | ftm-initiator.c | 134 sta = rcu_dereference(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id]); in iwl_mvm_ftm_add_pasn_sta() 552 target->sta_id = mvmvif->ap_sta_id; in iwl_mvm_ftm_put_target()
|
D | rx.c | 301 mvmsta->sta_id != mvmvif->ap_sta_id) in iwl_mvm_rx_handle_tcm()
|
D | mvm.h | 372 u8 ap_sta_id; member
|
/drivers/net/wireless/intel/iwlwifi/dvm/ |
D | dev.h | 499 u8 bcast_sta_id, ap_sta_id; member
|
D | sta.c | 250 sta_id = ctx->ap_sta_id; in iwl_prep_station() 1077 return vif_priv->ctx->ap_sta_id; in iwlagn_key_sta_id()
|
D | main.c | 622 priv->contexts[IWL_RXON_CTX_BSS].ap_sta_id = IWL_AP_ID; in iwl_init_context() 644 priv->contexts[IWL_RXON_CTX_PAN].ap_sta_id = IWL_AP_ID_PAN; in iwl_init_context()
|