Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c3640 struct ath12k_wmi_peer_create_arg peer_param; in ath12k_mac_station_add() local
3658 peer_param.vdev_id = arvif->vdev_id; in ath12k_mac_station_add()
3659 peer_param.peer_addr = sta->addr; in ath12k_mac_station_add()
3660 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath12k_mac_station_add()
3662 ret = ath12k_peer_create(ar, arvif, sta, &peer_param); in ath12k_mac_station_add()
5316 struct ath12k_wmi_peer_create_arg peer_param; in ath12k_mac_op_add_interface() local
5425 peer_param.vdev_id = arvif->vdev_id; in ath12k_mac_op_add_interface()
5426 peer_param.peer_addr = vif->addr; in ath12k_mac_op_add_interface()
5427 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath12k_mac_op_add_interface()
5428 ret = ath12k_peer_create(ar, arvif, NULL, &peer_param); in ath12k_mac_op_add_interface()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c6760 struct peer_create_params peer_param; in ath11k_mac_op_add_interface() local
6885 peer_param.vdev_id = arvif->vdev_id; in ath11k_mac_op_add_interface()
6886 peer_param.peer_addr = vif->addr; in ath11k_mac_op_add_interface()
6887 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_op_add_interface()
6888 ret = ath11k_peer_create(ar, arvif, NULL, &peer_param); in ath11k_mac_op_add_interface()
9609 struct peer_create_params peer_param; in ath11k_mac_station_add() local
9642 peer_param.vdev_id = arvif->vdev_id; in ath11k_mac_station_add()
9643 peer_param.peer_addr = sta->addr; in ath11k_mac_station_add()
9644 peer_param.peer_type = WMI_PEER_TYPE_DEFAULT; in ath11k_mac_station_add()
9646 ret = ath11k_peer_create(ar, arvif, sta, &peer_param); in ath11k_mac_station_add()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dcore.h208 struct wmi_peer_param_map *peer_param; member
H A Ddebugfs_sta.c435 ar->wmi.peer_param->debug, peer_debug_trigger); in ath10k_dbg_sta_write_peer_debug_trigger()
H A Dmac.c2866 ar->wmi.peer_param->smps_state, in ath10k_setup_peer_smps()
3182 ar->wmi.peer_param->dummy_var, 1); in ath10k_bss_assoc()
6719 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
6722 ar->wmi.peer_param->authorize, 1); in ath10k_set_key()
6813 ar->wmi.peer_param->phymode, mode); in ath10k_sta_rc_update_wk()
6821 ar->wmi.peer_param->chan_width, bw); in ath10k_sta_rc_update_wk()
6832 ar->wmi.peer_param->nss, nss); in ath10k_sta_rc_update_wk()
6843 ar->wmi.peer_param->smps_state, smps); in ath10k_sta_rc_update_wk()
6917 ar->wmi.peer_param->use_fixed_power, txpwr); in ath10k_sta_set_txpwr()
H A Dwmi.c9650 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9659 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9668 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9677 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
9686 ar->wmi.peer_param = &wmi_peer_param_map; in ath10k_wmi_attach()
H A Dwmi-tlv.c5085 ar->wmi.peer_param = &wmi_tlv_peer_param_map; in ath10k_wmi_tlv_attach()