Searched refs:beacon_struct (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_prop_exts_utils.c | 61 tpSirProbeRespBeacon beacon_struct, in get_local_power_constraint_probe_response() argument 65 if (beacon_struct->eseTxPwr.present) in get_local_power_constraint_probe_response() 67 beacon_struct->eseTxPwr.power_limit; in get_local_power_constraint_probe_response() 80 tpSirProbeRespBeacon beacon_struct, in get_ese_version_ie_probe_response() argument 85 beacon_struct->is_ese_ver_ie_present; in get_ese_version_ie_probe_response() 89 tpSirProbeRespBeacon beacon_struct, in get_local_power_constraint_probe_response() argument 97 tpSirProbeRespBeacon beacon_struct, in get_ese_version_ie_probe_response() argument 105 tSirProbeRespBeacon *beacon_struct) in lim_extract_he_op() argument 113 if (!beacon_struct->he_op.present) { in lim_extract_he_op() 116 qdf_mem_copy(&session->he_op, &beacon_struct->he_op, in lim_extract_he_op() [all …]
|
H A D | lim_reassoc_utils.c | 126 tpSchBeaconStruct beacon_struct; in lim_handle_del_bss_in_re_assoc_context() local 128 beacon_struct = qdf_mem_malloc(sizeof(tSchBeaconStruct)); in lim_handle_del_bss_in_re_assoc_context() 129 if (!beacon_struct) { in lim_handle_del_bss_in_re_assoc_context() 156 qdf_mem_free(beacon_struct); in lim_handle_del_bss_in_re_assoc_context() 170 beacon_struct); in lim_handle_del_bss_in_re_assoc_context() 173 pe_session, beacon_struct); in lim_handle_del_bss_in_re_assoc_context() 178 beacon_struct, in lim_handle_del_bss_in_re_assoc_context() 180 if (beacon_struct->erpPresent) { in lim_handle_del_bss_in_re_assoc_context() 181 if (beacon_struct->erpIEInfo.barkerPreambleMode) in lim_handle_del_bss_in_re_assoc_context() 191 lim_sta_send_add_bss(mac, assocRsp, beacon_struct, in lim_handle_del_bss_in_re_assoc_context() [all …]
|
H A D | lim_prop_exts_utils.h | 70 tSirProbeRespBeacon *beacon_struct); 74 tSirProbeRespBeacon *beacon_struct) in lim_extract_eht_op() argument
|
H A D | lim_utils.c | 1605 tpSchBeaconStruct beacon_struct, in lim_decide_sta_11bg_protection() argument 1623 if (beacon_struct->erpPresent && in lim_decide_sta_11bg_protection() 1624 (beacon_struct->erpIEInfo.useProtection || in lim_decide_sta_11bg_protection() 1625 beacon_struct->erpIEInfo.nonErpPresent)) { in lim_decide_sta_11bg_protection() 1640 !(beacon_struct->HTInfo.present)) in lim_decide_sta_11bg_protection() 1645 htInfo = beacon_struct->HTInfo; in lim_decide_sta_11bg_protection() 1727 tpSchBeaconStruct beacon_struct, in lim_decide_sta_protection() argument 1741 (beacon_struct->HTInfo.present)) { in lim_decide_sta_protection() 1748 beacon_struct->HTInfo.opMode) || in lim_decide_sta_protection() 1750 beacon_struct->HTInfo.opMode)) { in lim_decide_sta_protection() [all …]
|
H A D | lim_api.c | 1921 tpSirProbeRespBeacon beacon_struct, in sir_parse_bcn_fixed_fields() argument 1926 beacon_struct->timeStamp[0] = lim_get_u32(buf); in sir_parse_bcn_fixed_fields() 1927 beacon_struct->timeStamp[1] = lim_get_u32(buf + 4); in sir_parse_bcn_fixed_fields() 1930 beacon_struct->beaconInterval = lim_get_u16(buf); in sir_parse_bcn_fixed_fields() 1935 sir_copy_caps_info(mac_ctx, dst, beacon_struct); in sir_parse_bcn_fixed_fields()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_process.c | 972 struct sSirProbeRespBeacon *beacon_struct, in sch_send_beacon_report() argument 985 if (sir_compare_mac_addr(session->bssId, beacon_struct->bssid)) { in sch_send_beacon_report() 987 qdf_mem_copy(beacon_report.bssid.bytes, beacon_struct->bssid, in sch_send_beacon_report() 991 &beacon_struct->timeStamp, sizeof(qdf_time_t)); in sch_send_beacon_report() 992 beacon_report.beacon_interval = beacon_struct->beaconInterval; in sch_send_beacon_report() 993 beacon_report.frequency = beacon_struct->chan_freq; in sch_send_beacon_report() 995 beacon_report.ssid.length = beacon_struct->ssId.length; in sch_send_beacon_report() 997 &beacon_struct->ssId.ssId, in sch_send_beacon_report() 1014 struct sSirProbeRespBeacon *beacon_struct, in sch_send_beacon_report() argument
|