Searched refs:pBeacon (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 5376 tDot11fBeacon *pBeacon; 5390 pBeacon = qdf_mem_malloc_atomic(sizeof(tDot11fBeacon)); 5391 if (!pBeacon) 5398 status = dot11f_unpack_beacon(mac, pPayload, nPayload, pBeacon, false); 5404 qdf_mem_free(pBeacon); 5410 &pBeacon->eht_op, 5411 pBeacon->VHTOperation, 5412 pBeacon->he_op, 5413 pBeacon->HTInfo); 5416 qdf_mem_free(pBeacon); [all …]
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | lim_api.h | 289 tpSirProbeRespBeacon pBeacon, 294 tpSirProbeRespBeacon pBeacon,
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_api.c | 1515 tpSirProbeRespBeacon pBeacon, in lim_detect_change_in_ap_capabilities() argument 1525 ap_cap = lim_get_u16((uint8_t *) &pBeacon->capabilityInfo); in lim_detect_change_in_ap_capabilities() 1526 new_chan_freq = pBeacon->chan_freq; in lim_detect_change_in_ap_capabilities() 1528 security_caps_matched = lim_enc_type_matched(mac, pBeacon, in lim_detect_change_in_ap_capabilities() 1531 (((!lim_is_null_ssid(&pBeacon->ssId)) && in lim_detect_change_in_ap_capabilities() 1532 lim_cmp_ssid(&pBeacon->ssId, pe_session)) || in lim_detect_change_in_ap_capabilities() 1574 pBeacon->ssId.length + 1; in lim_detect_change_in_ap_capabilities() 1594 (pBeacon->rsnPresent || pBeacon->wpaPresent)) { in lim_detect_change_in_ap_capabilities() 1642 tpSirProbeRespBeacon pBeacon, in lim_update_short_slot() argument 1661 ap_cap = lim_get_u16((uint8_t *) &pBeacon->capabilityInfo); in lim_update_short_slot()
|
H A D | lim_utils.c | 4365 tpSchBeaconStruct pBeacon) in lim_get_nw_type() argument 4382 for (i = 0; i < pBeacon->supportedRates.numRates; i++) { in lim_get_nw_type() 4384 (pBeacon->supportedRates.rate[i] & 0x7f)) { in lim_get_nw_type() 4389 if (pBeacon->extendedRatesPresent) { in lim_get_nw_type() 4391 } else if (pBeacon->HTInfo.present || in lim_get_nw_type() 4392 IS_BSS_VHT_CAPABLE(pBeacon->VHTCaps)) { in lim_get_nw_type() 4403 uint32_t lim_get_channel_from_beacon(struct mac_context *mac, tpSchBeaconStruct pBeacon) in lim_get_channel_from_beacon() argument 4407 if (pBeacon->he_op.oper_info_6g_present) in lim_get_channel_from_beacon() 4409 pBeacon->he_op.oper_info_6g.info.primary_ch, in lim_get_channel_from_beacon() 4411 else if (pBeacon->dsParamsPresent) in lim_get_channel_from_beacon() [all …]
|
H A D | lim_utils.h | 728 tpSchBeaconStruct pBeacon); 741 uint32_t type, tpSchBeaconStruct pBeacon);
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_gen.c | 1458 tpAniBeaconStruct pBeacon; in write_beacon_to_memory() local 1474 pBeacon = (tpAniBeaconStruct) pe_session->pSchBeaconFrameBegin; in write_beacon_to_memory() 1477 pBeacon->beaconLength = 0; in write_beacon_to_memory() 1481 pBeacon->beaconLength = (uint32_t) size - sizeof(uint32_t); in write_beacon_to_memory()
|