Searched refs:PowerConstraints (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/ |
D | sch_beacon_gen.c | 520 qdf_mem_zero(&bcn_2->PowerConstraints, sizeof(bcn_2->PowerConstraints)); in omit_caps_for_2link_sap() 706 &bcn_2->PowerConstraints); in sch_set_fixed_beacon_fields() 1177 if (beacon2->PowerConstraints.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1180 qdf_mem_copy((void *)&prb_rsp->PowerConstraints, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1181 (void *)&beacon2->PowerConstraints, in lim_update_probe_rsp_template_ie_bitmap_beacon2() 1182 sizeof(beacon2->PowerConstraints)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
|
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/ |
D | dot11f.frms | 1380 IE PowerConstraints (EID_POWER_CONSTRAINTS) // 7.3.2.15 4055 OPTIE PowerConstraints; 4134 // EDCAParamSet, PowerConstraints, TPCReport, ChannelSwitchAnn, Quiet, 4163 OPTIE PowerConstraints; 4241 OPTIE PowerConstraints; 4551 OPTIE PowerConstraints; 5011 OPTIE PowerConstraints;
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
D | dot11f.h | 11164 tDot11fIEPowerConstraints PowerConstraints; member 11278 tDot11fIEPowerConstraints PowerConstraints; member 11368 tDot11fIEPowerConstraints PowerConstraints; member 11805 tDot11fIEPowerConstraints PowerConstraints; member 12527 tDot11fIEPowerConstraints PowerConstraints; member
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
D | parser_api.c | 3080 if (pr->PowerConstraints.present) { 3083 &pr->PowerConstraints, 4968 if (pBies->PowerConstraints.present) { 4971 &pBies->PowerConstraints, 5544 if (pBeacon->PowerConstraints.present) { 5547 &pBeacon->PowerConstraints, 7550 frame->PowerConstraints.localPowerConstraints = 7553 frame->PowerConstraints.present = 1;
|
D | dot11f.c | 12138 { offsetof(tDot11fBeacon, PowerConstraints), 12402 { offsetof(tDot11fBeacon2, PowerConstraints), 12645 { offsetof(tDot11fBeaconIEs, PowerConstraints), 13339 { offsetof(tDot11fProbeResponse, PowerConstraints), 14646 { offsetof(tDot11fTimingAdvertisementFrame, PowerConstraints),
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_process_sme_req_messages.c | 3275 &ie_struct->PowerConstraints); in lim_fill_pe_session() 5221 &ie_struct->PowerConstraints); in lim_handle_reassoc_req()
|