/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/ |
D | wlan_fwol_ucfg_api.h | 189 ucfg_fwol_get_ie_allowlist(struct wlan_objmgr_psoc *psoc, bool *ie_allowlist); 199 ucfg_fwol_set_ie_allowlist(struct wlan_objmgr_psoc *psoc, bool ie_allowlist); 870 ucfg_fwol_get_ie_allowlist(struct wlan_objmgr_psoc *psoc, bool *ie_allowlist) in ucfg_fwol_get_ie_allowlist() argument 876 ucfg_fwol_set_ie_allowlist(struct wlan_objmgr_psoc *psoc, bool ie_allowlist) in ucfg_fwol_set_ie_allowlist() argument
|
/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/src/ |
D | wlan_fwol_ucfg_api.c | 279 ucfg_fwol_get_ie_allowlist(struct wlan_objmgr_psoc *psoc, bool *ie_allowlist) in ucfg_fwol_get_ie_allowlist() argument 289 *ie_allowlist = fwol_obj->cfg.ie_allowlist_cfg.ie_allowlist; in ucfg_fwol_get_ie_allowlist() 295 ucfg_fwol_set_ie_allowlist(struct wlan_objmgr_psoc *psoc, bool ie_allowlist) in ucfg_fwol_set_ie_allowlist() argument 305 fwol_obj->cfg.ie_allowlist_cfg.ie_allowlist = ie_allowlist; in ucfg_fwol_set_ie_allowlist()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
D | wlan_scan_ucfg_api.c | 1227 scan_obj->ie_allowlist = scan_cfg->ie_allowlist; in ucfg_scan_update_user_config() 1477 struct probe_req_allowlist_attr *ie_allowlist) in ucfg_copy_ie_allowlist_attrs() argument 1485 qdf_mem_copy(ie_allowlist, &scan_obj->ie_allowlist, in ucfg_copy_ie_allowlist_attrs() 1486 sizeof(*ie_allowlist)); in ucfg_copy_ie_allowlist_attrs() 1504 if (!scan_obj->ie_allowlist.allow_list) in ucfg_ie_allowlist_enabled()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/ |
D | wlan_scan_public_structs.h | 1232 struct probe_req_allowlist_attr ie_allowlist; member 1574 struct probe_req_allowlist_attr ie_allowlist; member 1588 struct probe_req_allowlist_attr ie_allowlist; member
|
D | wlan_scan_ucfg_api.h | 663 struct probe_req_allowlist_attr *ie_allowlist);
|
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/ |
D | wlan_fw_offload_main.c | 354 allowlist->ie_allowlist = false; in fwol_parse_probe_req_ouis() 399 allowlist->ie_allowlist = cfg_get(psoc, CFG_PROBE_REQ_IE_ALLOWLIST); in fwol_init_ie_whiltelist_in_cfg() 409 allowlist->ie_allowlist = false; in fwol_init_ie_whiltelist_in_cfg()
|
/wlan-driver/qcacld-3.0/components/fw_offload/core/inc/ |
D | wlan_fw_offload_main.h | 163 bool ie_allowlist; member
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
D | wlan_scan_main.h | 579 struct probe_req_allowlist_attr ie_allowlist; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
D | wmi_unified_tlv.c | 4120 struct probe_req_allowlist_attr *ie_allowlist) in wmi_fill_ie_allowlist_attrs() argument 4125 ie_bitmap[i] = ie_allowlist->ie_bitmap[i]; in wmi_fill_ie_allowlist_attrs() 4127 *num_vendor_oui = ie_allowlist->num_vendor_oui; in wmi_fill_ie_allowlist_attrs() 4151 struct probe_req_allowlist_attr *ie_allowlist = ¶ms->ie_allowlist; in send_scan_start_cmd_tlv() local 4179 if (ie_allowlist->num_vendor_oui) in send_scan_start_cmd_tlv() 4180 len += ie_allowlist->num_vendor_oui * sizeof(wmi_vendor_oui); in send_scan_start_cmd_tlv() 4246 if (ie_allowlist->allow_list) in send_scan_start_cmd_tlv() 4249 ie_allowlist); in send_scan_start_cmd_tlv() 4309 ie_allowlist->num_vendor_oui * sizeof(wmi_vendor_oui)); in send_scan_start_cmd_tlv() 4315 ie_allowlist->voui); in send_scan_start_cmd_tlv() [all …]
|
/wlan-driver/qca-wifi-host-cmn/os_if/linux/scan/src/ |
D | wlan_cfg80211_scan.c | 621 ucfg_copy_ie_allowlist_attrs(psoc, &req->ie_allowlist); in wlan_cfg80211_sched_scan_start() 1741 &req->scan_req.ie_allowlist)) in wlan_cfg80211_scan()
|
/wlan-driver/qcacld-3.0/core/hdd/src/ |
D | wlan_hdd_main.c | 21057 void hdd_update_ie_allowlist_attr(struct probe_req_allowlist_attr *ie_allowlist, in hdd_update_ie_allowlist_attr() argument 21072 ie_allowlist->allow_list = is_ie_allowlist_enable; in hdd_update_ie_allowlist_attr() 21073 if (!ie_allowlist->allow_list) in hdd_update_ie_allowlist_attr() 21082 ie_allowlist->ie_bitmap[0] = allowlist.ie_bitmap_0; in hdd_update_ie_allowlist_attr() 21083 ie_allowlist->ie_bitmap[1] = allowlist.ie_bitmap_1; in hdd_update_ie_allowlist_attr() 21084 ie_allowlist->ie_bitmap[2] = allowlist.ie_bitmap_2; in hdd_update_ie_allowlist_attr() 21085 ie_allowlist->ie_bitmap[3] = allowlist.ie_bitmap_3; in hdd_update_ie_allowlist_attr() 21086 ie_allowlist->ie_bitmap[4] = allowlist.ie_bitmap_4; in hdd_update_ie_allowlist_attr() 21087 ie_allowlist->ie_bitmap[5] = allowlist.ie_bitmap_5; in hdd_update_ie_allowlist_attr() 21088 ie_allowlist->ie_bitmap[6] = allowlist.ie_bitmap_6; in hdd_update_ie_allowlist_attr() [all …]
|
D | wlan_hdd_cfg80211.c | 5066 hdd_update_ie_allowlist_attr(&scan_mac_oui.ie_allowlist, hdd_ctx); in __wlan_hdd_cfg80211_set_scanning_mac_oui()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
D | wlan_hdd_main.h | 4617 void hdd_update_ie_allowlist_attr(struct probe_req_allowlist_attr *ie_allowlist,
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
D | wmi_unified_param.h | 2035 struct probe_req_allowlist_attr ie_allowlist; member
|