Home
last modified time | relevance | path

Searched refs:prob_req_oui (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dwmi-ops.h121 u32 prob_req_oui);
998 u32 prob_req_oui; in ath10k_wmi_scan_prob_req_oui() local
1000 prob_req_oui = (((u32)mac_addr[0]) << 16) | 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.c2891 ath10k_wmi_tlv_op_gen_scan_prob_req_oui(struct ath10k *ar, u32 prob_req_oui) in ath10k_wmi_tlv_op_gen_scan_prob_req_oui() argument
2905 cmd->prob_req_oui = __cpu_to_le32(prob_req_oui); in ath10k_wmi_tlv_op_gen_scan_prob_req_oui()
H A Dwmi-tlv.h1847 __le32 prob_req_oui; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c9190 u32 prob_req_oui; in ath11k_wmi_scan_prob_req_oui() local
9193 prob_req_oui = (((u32)mac_addr[0]) << 16) | in ath11k_wmi_scan_prob_req_oui()
9205 cmd->prob_req_oui = prob_req_oui; in ath11k_wmi_scan_prob_req_oui()
9208 prob_req_oui); in ath11k_wmi_scan_prob_req_oui()
H A Dwmi.h3834 u32 prob_req_oui; member