Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c3196 struct peer_create_params peer_param; in ath11k_mac_station_add() local
3214 peer_param.vdev_id = arvif->vdev_id; in ath11k_mac_station_add()
3215 peer_param.peer_addr = sta->addr; in ath11k_mac_station_add()
3216 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_station_add()
3218 ret = ath11k_peer_create(ar, arvif, sta, &peer_param); in ath11k_mac_station_add()
4667 struct peer_create_params peer_param; in ath11k_mac_op_add_interface() local
4773 peer_param.vdev_id = arvif->vdev_id; in ath11k_mac_op_add_interface()
4774 peer_param.peer_addr = vif->addr; in ath11k_mac_op_add_interface()
4775 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_op_add_interface()
4776 ret = ath11k_peer_create(ar, arvif, NULL, &peer_param); in ath11k_mac_op_add_interface()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dcore.h202 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.c2826 ar->wmi.peer_param->smps_state, in ath10k_setup_peer_smps()
3142 ar->wmi.peer_param->dummy_var, 1); in ath10k_bss_assoc()
6582 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
6585 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
6676 ar->wmi.peer_param->phymode, mode); in ath10k_sta_rc_update_wk()
6684 ar->wmi.peer_param->chan_width, bw); in ath10k_sta_rc_update_wk()
6695 ar->wmi.peer_param->nss, nss); in ath10k_sta_rc_update_wk()
6706 ar->wmi.peer_param->smps_state, smps); in ath10k_sta_rc_update_wk()
6780 ar->wmi.peer_param->use_fixed_power, txpwr); in ath10k_sta_set_txpwr()
Dwmi.c9463 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9472 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9481 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9490 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9499 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
Dwmi-tlv.c4627 ar->wmi.peer_param = &wmi_tlv_peer_param_map; in ath10k_wmi_tlv_attach()