Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h120 struct sk_buff *(*gen_scan_prob_req_oui)(struct ath10k *ar, member
1003 if (!ar->wmi.ops->gen_scan_prob_req_oui) in ath10k_wmi_scan_prob_req_oui()
1006 skb = ar->wmi.ops->gen_scan_prob_req_oui(ar, prob_req_oui); in ath10k_wmi_scan_prob_req_oui()
H A Dwmi-tlv.c4577 .gen_scan_prob_req_oui = ath10k_wmi_tlv_op_gen_scan_prob_req_oui,