Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3872 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_bss_assoc()
4080 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_mac_remove_link_interface()
4371 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath12k_mac_supports_tpc()
5399 ahvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE) in ath12k_mac_initiate_hw_scan()
9735 arg->subtype = ahvif->vdev_subtype; in ath12k_mac_setup_vdev_create_arg()
9966 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath12k_mac_determine_vdev_type()
9974 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath12k_mac_determine_vdev_type()
9978 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath12k_mac_determine_vdev_type()
9984 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath12k_mac_determine_vdev_type()
9992 ahvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath12k_mac_determine_vdev_type()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dcore.h363 enum wmi_vdev_subtype vdev_subtype; member
H A Dmac.c1505 if (arvif->vdev_subtype != WMI_VDEV_SUBTYPE_P2P_GO) in ath11k_mac_set_vif_params()
3499 arvif->vdev_subtype == WMI_VDEV_SUBTYPE_NONE && in ath11k_mac_supports_station_tpc()
6823 params->subtype = arvif->vdev_subtype; in ath11k_mac_setup_vdev_create_params()
7119 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_NONE; in ath11k_mac_op_add_interface()
7126 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_CLIENT; in ath11k_mac_op_add_interface()
7129 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_MESH_11S; in ath11k_mac_op_add_interface()
7134 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_GO; in ath11k_mac_op_add_interface()
7142 arvif->vdev_subtype = WMI_VDEV_SUBTYPE_P2P_DEVICE; in ath11k_mac_op_add_interface()
7151 arvif->vdev_id, arvif->vdev_type, arvif->vdev_subtype, in ath11k_mac_op_add_interface()
H A Dwmi.c733 cmd->vdev_subtype = param->subtype; in ath11k_wmi_vdev_create()
/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c2136 enum wmi_vdev_subtype vdev_subtype, in ath10k_wmi_tlv_op_gen_vdev_create() argument
2153 cmd->vdev_subtype = __cpu_to_le32(vdev_subtype); in ath10k_wmi_tlv_op_gen_vdev_create()
H A Dwmi.c7156 cmd->vdev_subtype = __cpu_to_le32(subtype); in ath10k_wmi_op_gen_vdev_create()