Home
last modified time | relevance | path

Searched refs:voui (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/components/fw_offload/core/src/
H A Dwlan_fw_offload_main.c320 uint32_t *voui = allowlist->probe_req_voui; in fwol_parse_probe_req_ouis() local
346 voui[oui_indx++] = cpu_to_be32(hex_value); in fwol_parse_probe_req_ouis()
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/
H A Dwlan_scan_public_structs.h962 uint32_t voui[MAX_PROBE_REQ_OUIS]; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_tlv.c4093 wmi_vendor_oui *voui = NULL; in wmi_fill_vendor_oui() local
4096 voui = (wmi_vendor_oui *)buf_ptr; in wmi_fill_vendor_oui()
4099 WMITLV_SET_HDR(&voui[i].tlv_header, in wmi_fill_vendor_oui()
4102 voui[i].oui_type_subtype = pvoui[i]; in wmi_fill_vendor_oui()
4315 ie_allowlist->voui); in send_scan_start_cmd_tlv()
6217 ie_allowlist->voui); in send_scan_probe_setoui_cmd_tlv()
6828 ie_allowlist->voui); in send_pno_start_cmd_tlv()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c21093 ie_allowlist->voui[i] = allowlist.probe_req_voui[i]; in hdd_update_ie_allowlist_attr()