Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dmac.c2942 struct peer_create_params peer_param; in ath11k_mac_station_add() local
2960 peer_param.vdev_id = arvif->vdev_id; in ath11k_mac_station_add()
2961 peer_param.peer_addr = sta->addr; in ath11k_mac_station_add()
2962 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_station_add()
2964 ret = ath11k_peer_create(ar, arvif, sta, &peer_param); in ath11k_mac_station_add()
4436 struct peer_create_params peer_param; in ath11k_mac_op_add_interface() local
4544 peer_param.vdev_id = arvif->vdev_id; in ath11k_mac_op_add_interface()
4545 peer_param.peer_addr = vif->addr; in ath11k_mac_op_add_interface()
4546 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_op_add_interface()
4547 ret = ath11k_peer_create(ar, arvif, NULL, &peer_param); in ath11k_mac_op_add_interface()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Ddebugfs_sta.c433 ar->wmi.peer_param->debug, peer_debug_trigger); in ath10k_dbg_sta_write_peer_debug_trigger()
H A Dcore.h197 struct wmi_peer_param_map *peer_param; member
H A Dmac.c2825 ar->wmi.peer_param->smps_state, in ath10k_setup_peer_smps()
2987 ar->wmi.peer_param->dummy_var, 1); in ath10k_bss_assoc()
6518 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
6521 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
6612 ar->wmi.peer_param->phymode, mode); in ath10k_sta_rc_update_wk()
6620 ar->wmi.peer_param->chan_width, bw); in ath10k_sta_rc_update_wk()
6631 ar->wmi.peer_param->nss, nss); in ath10k_sta_rc_update_wk()
6642 ar->wmi.peer_param->smps_state, smps); in ath10k_sta_rc_update_wk()
6716 ar->wmi.peer_param->use_fixed_power, txpwr); in ath10k_sta_set_txpwr()
H A Dwmi.c9467 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()
9503 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
H A Dwmi-tlv.c4627 ar->wmi.peer_param = &wmi_tlv_peer_param_map; in ath10k_wmi_tlv_attach()