Home
last modified time | relevance | path

Searched refs:Country (Results 1 – 9 of 9) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_beacon_gen.c699 populate_dot11f_country(mac_ctx, &bcn_2->Country, session); in sch_set_fixed_beacon_fields()
1169 if (beacon2->Country.present) { in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1171 qdf_mem_copy((void *)&prb_rsp->Country, in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1172 (void *)&beacon2->Country, in lim_update_probe_rsp_template_ie_bitmap_beacon2()
1173 sizeof(beacon2->Country)); in lim_update_probe_rsp_template_ie_bitmap_beacon2()
Dsch_api.c947 dot11f_get_packed_ie_country(mac_ctx, &frame.Country, in sch_gen_timing_advert_frame()
953 if (frame.Country.present == 1) in sch_gen_timing_advert_frame()
/wlan-driver/qcacld-3.0/core/mac/src/cfg/cfgUtil/
Ddot11f.frms1343 IE Country (EID_COUNTRY) // 7.3.2.9
4052 OPTIE Country;
4133 // Next, it serializes the following fields into gSchBeaconFrameEnd: Country,
4162 OPTIE Country;
4238 OPTIE Country;
4548 OPTIE Country;
4874 OPTIE Country;
4902 OPTIE Country;
5010 OPTIE Country;
/wlan-driver/qcacld-3.0/core/mac/src/include/
Ddot11f.h11161 tDot11fIECountry Country; member
11277 tDot11fIECountry Country; member
11365 tDot11fIECountry Country; member
11802 tDot11fIECountry Country; member
12353 tDot11fIECountry Country; member
12400 tDot11fIECountry Country; member
12526 tDot11fIECountry Country; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c3035 if (pr->Country.present) {
3038 &pr->Country);
4956 if (pBies->Country.present) {
4959 &pBies->Country);
5499 if (pBeacon->Country.present) {
5502 &pBeacon->Country);
7547 populate_dot11f_country(mac_ctx, &frame->Country, NULL);
Ddot11f.c12129 { offsetof(tDot11fBeacon, Country), offsetof(tDot11fIECountry, present), 0,
12399 { offsetof(tDot11fBeacon2, Country), offsetof(tDot11fIECountry, present),
12636 { offsetof(tDot11fBeaconIEs, Country), offsetof(tDot11fIECountry,
13329 { offsetof(tDot11fProbeResponse, Country), offsetof(tDot11fIECountry,
14359 { offsetof(tDot11fTDLSSetupReq, Country), offsetof(tDot11fIECountry,
14455 { offsetof(tDot11fTDLSSetupRsp, Country), offsetof(tDot11fIECountry,
14643 { offsetof(tDot11fTimingAdvertisementFrame, Country),
/wlan-driver/qcacld-3.0/core/sme/src/csr/
Dcsr_api_roam.c5287 !ie_struct->Country.present) in cm_csr_handle_join_req()
5576 if (bcn_ies->Country.present) in csr_fill_connected_profile()
5577 qdf_mem_copy(country_code, bcn_ies->Country.country, in csr_fill_connected_profile()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c3486 if (!ie_struct->Country.present) in lim_fill_pe_session()
3500 lim_iterate_triplets(ie_struct->Country); in lim_fill_pe_session()
Dlim_send_management_frames.c755 populate_dot11f_country(mac_ctx, &frm->Country, pe_session); in lim_send_probe_rsp_mgmt_frame()