Home
last modified time | relevance | path

Searched refs:probe_info (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c3235 struct ath12k_wmi_bcn_prb_info_params *probe_info; in ath12k_wmi_probe_resp_tmpl() local
3249 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath12k_wmi_probe_resp_tmpl()
3264 probe_info = ptr; in ath12k_wmi_probe_resp_tmpl()
3266 probe_info = (void *)ptr; in ath12k_wmi_probe_resp_tmpl()
3268 len = sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()
3269 probe_info->tlv_header = ath12k_wmi_tlv_cmd_hdr(WMI_TAG_BCN_PRB_INFO, in ath12k_wmi_probe_resp_tmpl()
3271 probe_info->caps = 0; in ath12k_wmi_probe_resp_tmpl()
3272 probe_info->erp = 0; in ath12k_wmi_probe_resp_tmpl()
3274 ptr += sizeof(*probe_info); in ath12k_wmi_probe_resp_tmpl()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dwmi.c4024 struct wmi_bcn_prb_info *probe_info; in ath11k_wmi_probe_resp_tmpl() local
4038 len = sizeof(*cmd) + sizeof(*probe_info) + TLV_HDR_SIZE + aligned_len; in ath11k_wmi_probe_resp_tmpl()
4053 probe_info = ptr; in ath11k_wmi_probe_resp_tmpl()
4055 probe_info = (void *)ptr; in ath11k_wmi_probe_resp_tmpl()
4057 len = sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()
4058 probe_info->tlv_header = FIELD_PREP(WMI_TLV_TAG, in ath11k_wmi_probe_resp_tmpl()
4061 probe_info->caps = 0; in ath11k_wmi_probe_resp_tmpl()
4062 probe_info->erp = 0; in ath11k_wmi_probe_resp_tmpl()
4064 ptr += sizeof(*probe_info); in ath11k_wmi_probe_resp_tmpl()