Searched refs:TPCReport (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
H A D | sch_beacon_gen.c | 521 qdf_mem_zero(&bcn_2->TPCReport, sizeof(bcn_2->TPCReport)); in omit_caps_for_2link_sap() 707 populate_dot11f_tpc_report(mac_ctx, &bcn_2->TPCReport, session); in sch_set_fixed_beacon_fields() 1417 if (beacon2->TPCReport.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1420 qdf_mem_copy((void *)&prb_rsp->TPCReport, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1421 (void *)&beacon2->TPCReport, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1422 sizeof(beacon2->TPCReport)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
H A D | dot11f.frms | 1394 IE TPCReport (EID_TPC_REPORT) // 7.3.2.18 4058 OPTIE TPCReport; 4134 // EDCAParamSet, PowerConstraints, TPCReport, ChannelSwitchAnn, Quiet, 4166 OPTIE TPCReport; 4244 OPTIE TPCReport; 4554 OPTIE TPCReport; 4727 FRAME TPCReport 4732 MANDIE TPCReport;
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | dot11f.h | 11167 tDot11fIETPCReport TPCReport; member 11281 tDot11fIETPCReport TPCReport; member 11371 tDot11fIETPCReport TPCReport; member 11808 tDot11fIETPCReport TPCReport; member 12473 tDot11fIETPCReport TPCReport; member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_management_frames.c | 720 populate_dot11f_tpc_report(mac_ctx, &frm->TPCReport, pe_session); in lim_send_probe_rsp_mgmt_frame() 4858 frm.TPCReport.tx_power = mlme_obj->mgmt.generic.tx_pwrlimit; 4860 frm.TPCReport.link_margin = 0; 4861 frm.TPCReport.present = 1;
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 3074 if (pr->TPCReport.present) { 3076 qdf_mem_copy(&pProbeResp->tpcReport, &pr->TPCReport, 4962 if (pBies->TPCReport.present) { 4965 &pBies->TPCReport, sizeof(tDot11fIETPCReport)); 5538 if (pBeacon->TPCReport.present) { 5540 qdf_mem_copy(&pBeaconStruct->tpcReport, &pBeacon->TPCReport,
|
H A D | dot11f.c | 12149 { offsetof(tDot11fBeacon, TPCReport), offsetof(tDot11fIETPCReport, 12413 { offsetof(tDot11fBeacon2, TPCReport), offsetof(tDot11fIETPCReport, 12656 { offsetof(tDot11fBeaconIEs, TPCReport), offsetof(tDot11fIETPCReport, 13350 { offsetof(tDot11fProbeResponse, TPCReport), offsetof(tDot11fIETPCReport, 14583 { offsetof(tDot11fTPCReport, TPCReport), offsetof(tDot11fIETPCReport,
|