Home
last modified time | relevance | path

Searched refs:ie_allowlist (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/qcacld-3.0/components/fw_offload/dispatcher/inc/
Dwlan_fwol_ucfg_api.h189 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/
Dwlan_fwol_ucfg_api.c279 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/
Dwlan_scan_ucfg_api.c1227 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/
Dwlan_scan_public_structs.h1232 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
Dwlan_scan_ucfg_api.h663 struct probe_req_allowlist_attr *ie_allowlist);
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/
Dwlan_fw_offload_main.c354 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/
Dwlan_fw_offload_main.h163 bool ie_allowlist; member
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/
Dwlan_scan_main.h579 struct probe_req_allowlist_attr ie_allowlist; member
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified_tlv.c4120 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 = &params->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/
Dwlan_cfg80211_scan.c621 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/
Dwlan_hdd_main.c21057 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 …]
Dwlan_hdd_cfg80211.c5066 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/
Dwlan_hdd_main.h4617 void hdd_update_ie_allowlist_attr(struct probe_req_allowlist_attr *ie_allowlist,
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
Dwmi_unified_param.h2035 struct probe_req_allowlist_attr ie_allowlist; member