Searched refs:frm_subtype (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
D | wlan_scan_utils_api.c | 2443 uint32_t frm_subtype, in util_scan_gen_scan_entry() argument 2482 scan_entry->frm_subtype = frm_subtype; in util_scan_gen_scan_entry() 3371 uint32_t frm_subtype, in util_scan_parse_mbssid() argument 3678 frm_subtype, new_bssid); in util_scan_parse_mbssid() 3682 frm_subtype, in util_scan_parse_mbssid() 3723 uint32_t frm_subtype, in util_scan_parse_mbssid() argument 3754 uint32_t frm_subtype, in util_scan_gen_txvap_scan_entry() argument 3838 frm_subtype, in util_scan_gen_txvap_scan_entry() 3866 uint32_t frm_subtype, in util_scan_parse_eht_beacon() argument 3881 frm_subtype, rx_param, in util_scan_parse_eht_beacon() [all …]
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/core/src/ |
D | wlan_scan_cache_db.c | 697 if (from->frm_subtype == dst->frm_subtype) in scm_update_alt_wcn_ie() 768 if (scan_params->frm_subtype == MGMT_SUBTYPE_PROBE_RESP && in scm_copy_info_from_dup_entry() 780 scan_params->frm_subtype == MGMT_SUBTYPE_BEACON && in scm_copy_info_from_dup_entry() 831 if ((scan_params->frm_subtype == MGMT_SUBTYPE_BEACON || in scm_copy_info_from_dup_entry() 832 scan_params->frm_subtype == MGMT_SUBTYPE_PROBE_RESP) && in scm_copy_info_from_dup_entry() 1026 (scan_params->frm_subtype == MGMT_SUBTYPE_PROBE_RESP) ? in scm_dump_scan_entry() 1066 if (scan_params->frm_subtype == in scm_add_update_entry()
|
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/inc/ |
D | wlan_scan_public_structs.h | 632 uint8_t frm_subtype; member 1603 uint8_t frm_subtype,
|
D | wlan_scan_utils_api.h | 69 uint8_t *frame, qdf_size_t frame_len, uint32_t frm_subtype,
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_message_queue.c | 920 if (scan_entry->frm_subtype != MGMT_SUBTYPE_BEACON) in lim_handle_sap_beacon() 1560 uint8_t frm_subtype, char *bssid) in lim_handle_frame_genby_mbssid() argument 1582 if (frm_subtype == MGMT_SUBTYPE_BEACON) { in lim_handle_frame_genby_mbssid() 1591 } else if (frm_subtype == MGMT_SUBTYPE_PROBE_RESP) { in lim_handle_frame_genby_mbssid()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
D | lim_api.h | 509 uint8_t frm_subtype, char *bssid);
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 12114 bss_desc->fProbeRsp = (scan_entry->frm_subtype ==
|