Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h121 u32 prob_req_oui);
995 u32 prob_req_oui; in ath10k_wmi_scan_prob_req_oui() local
997 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()
Dwmi-tlv.c2879 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
2893 cmd->prob_req_oui = __cpu_to_le32(prob_req_oui); in ath10k_wmi_tlv_op_gen_scan_prob_req_oui()
Dwmi-tlv.h1846 __le32 prob_req_oui; member
/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dwmi.c8501 u32 prob_req_oui; in ath11k_wmi_scan_prob_req_oui() local
8504 prob_req_oui = (((u32)mac_addr[0]) << 16) | in ath11k_wmi_scan_prob_req_oui()
8516 cmd->prob_req_oui = prob_req_oui; in ath11k_wmi_scan_prob_req_oui()
8519 prob_req_oui); in ath11k_wmi_scan_prob_req_oui()
Dwmi.h3698 u32 prob_req_oui; member