Home
last modified time | relevance | path

Searched refs:SuppRates (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_beacon_gen.c630 &bcn_1->SuppRates, session); in sch_set_fixed_beacon_fields()
1141 if (beacon1->SuppRates.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon1()
1143 qdf_mem_copy((void *)&prb_rsp->SuppRates, in lim_update_probe_rsp_template_ie_bitmap_beacon1()
1144 (void *)&beacon1->SuppRates, in lim_update_probe_rsp_template_ie_bitmap_beacon1()
1145 sizeof(beacon1->SuppRates)); in lim_update_probe_rsp_template_ie_bitmap_beacon1()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
H A Ddot11f.frms1292 IE SuppRates (EID_SUPP_RATES) // 7.3.2.2
4047 MANDIE SuppRates;
4130 // SSID, SuppRates, DSParams. It sets gSchBeaconOffsetBegin to
4156 MANDIE SuppRates;
4233 MANDIE SuppRates;
4315 MANDIE SuppRates;
4366 MANDIE SuppRates;
4424 MANDIE SuppRates;
4470 MANDIE SuppRates;
4519 MANDIE SuppRates;
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c2600 if (!pr->SuppRates.present) {
2607 &pr->SuppRates);
3016 if (!pr->SuppRates.present) {
3021 &pr->SuppRates);
3374 if (ar->SuppRates.present) {
3377 &ar->SuppRates);
4074 if (!ar->SuppRates.present) {
4080 &ar->SuppRates);
4424 if (ar->SuppRates.present) {
4427 &ar->SuppRates);
[all …]
H A Ddot11f.c11662 { offsetof(tDot11fAssocRequest, SuppRates), offsetof(tDot11fIESuppRates,
11842 { offsetof(tDot11fAssocResponse, SuppRates), offsetof(tDot11fIESuppRates,
12115 { offsetof(tDot11fBeacon, SuppRates), offsetof(tDot11fIESuppRates,
12371 { offsetof(tDot11fBeacon1, SuppRates), offsetof(tDot11fIESuppRates,
12622 { offsetof(tDot11fBeaconIEs, SuppRates), offsetof(tDot11fIESuppRates,
13235 { offsetof(tDot11fProbeRequest, SuppRates), offsetof(tDot11fIESuppRates,
13316 { offsetof(tDot11fProbeResponse, SuppRates), offsetof(tDot11fIESuppRates,
13670 { offsetof(tDot11fReAssocRequest, SuppRates),
13838 { offsetof(tDot11fReAssocResponse, SuppRates),
14143 { offsetof(tDot11fTDLSDisRsp, SuppRates), offsetof(tDot11fIESuppRates,
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_send_frames_host_roam.c168 &frm->SuppRates, pe_session); in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
697 &frm->SuppRates, pe_session); in lim_send_reassoc_req_mgmt_frame()
H A Dlim_send_management_frames.c263 populate_dot11f_supp_rates(mac_ctx, 15, &pr->SuppRates, in lim_send_probe_req_mgmt_frame()
267 &pr->SuppRates, pesession); in lim_send_probe_req_mgmt_frame()
719 &frm->SuppRates, pe_session); in lim_send_probe_rsp_mgmt_frame()
1580 &frm.SuppRates, pe_session); in lim_send_assoc_rsp_mgmt_frame()
1585 populate_dot11f_assoc_rsp_rates(mac_ctx, &frm.SuppRates, in lim_send_assoc_rsp_mgmt_frame()
2487 &frm->SuppRates, pe_session); in lim_send_assoc_req_mgmt_frame()
H A Dlim_process_tdls.c1693 &tdls_dis_rsp->SuppRates, in lim_send_tdls_dis_rsp_frame()
2071 &tdls_setup_req->SuppRates, in lim_send_tdls_link_setup_req_frame()
2614 &setup_rsp->SuppRates, in lim_send_tdls_setup_rsp_frame()
/wlan-driver/qcacld-3.0/core/mac/src/include/
H A Ddot11f.h10971 tDot11fIESuppRates SuppRates; member
11040 tDot11fIESuppRates SuppRates; member
11156 tDot11fIESuppRates SuppRates; member
11252 tDot11fIESuppRates SuppRates; member
11360 tDot11fIESuppRates SuppRates; member
11756 tDot11fIESuppRates SuppRates; member
11798 tDot11fIESuppRates SuppRates; member
11973 tDot11fIESuppRates SuppRates; member
12039 tDot11fIESuppRates SuppRates; member
12218 tDot11fIESuppRates SuppRates; member
[all …]