Home
last modified time | relevance | path

Searched refs:peer_param (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/net/wireless/ath/ath11k/
Dmac.c2930 struct peer_create_params peer_param; in ath11k_mac_station_add() local
2948 peer_param.vdev_id = arvif->vdev_id; in ath11k_mac_station_add()
2949 peer_param.peer_addr = sta->addr; in ath11k_mac_station_add()
2950 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_station_add()
2952 ret = ath11k_peer_create(ar, arvif, sta, &peer_param); in ath11k_mac_station_add()
4392 struct peer_create_params peer_param; in ath11k_mac_op_add_interface() local
4500 peer_param.vdev_id = arvif->vdev_id; in ath11k_mac_op_add_interface()
4501 peer_param.peer_addr = vif->addr; in ath11k_mac_op_add_interface()
4502 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_op_add_interface()
4503 ret = ath11k_peer_create(ar, arvif, NULL, &peer_param); in ath11k_mac_op_add_interface()
/Linux-v5.10/drivers/net/wireless/ath/ath10k/
Dcore.h197 struct wmi_peer_param_map *peer_param; member
Ddebugfs_sta.c433 ar->wmi.peer_param->debug, peer_debug_trigger); in ath10k_dbg_sta_write_peer_debug_trigger()
Dmac.c2814 ar->wmi.peer_param->smps_state, in ath10k_setup_peer_smps()
2976 ar->wmi.peer_param->dummy_var, 1); in ath10k_bss_assoc()
6478 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
6481 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
6572 ar->wmi.peer_param->phymode, mode); in ath10k_sta_rc_update_wk()
6580 ar->wmi.peer_param->chan_width, bw); in ath10k_sta_rc_update_wk()
6591 ar->wmi.peer_param->nss, nss); in ath10k_sta_rc_update_wk()
6602 ar->wmi.peer_param->smps_state, smps); in ath10k_sta_rc_update_wk()
6676 ar->wmi.peer_param->use_fixed_power, txpwr); in ath10k_sta_set_txpwr()
Dwmi.c9458 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9467 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9476 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9485 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9494 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
Dwmi-tlv.c4616 ar->wmi.peer_param = &wmi_tlv_peer_param_map; in ath10k_wmi_tlv_attach()