Searched refs:prob_req_oui (Results 1 – 3 of 3) sorted by relevance
121 u32 prob_req_oui);995 u32 prob_req_oui; in ath10k_wmi_scan_prob_req_oui() local997 prob_req_oui = (((u32)mac_addr[0]) << 16) | in ath10k_wmi_scan_prob_req_oui()1003 skb = ar->wmi.ops->gen_scan_prob_req_oui(ar, prob_req_oui); in ath10k_wmi_scan_prob_req_oui()
2868 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() argument2882 cmd->prob_req_oui = __cpu_to_le32(prob_req_oui); in ath10k_wmi_tlv_op_gen_scan_prob_req_oui()
1846 __le32 prob_req_oui; member