Home
last modified time | relevance | path

Searched refs:rd (Results 1 – 14 of 14) sorted by relevance

/wlan-driver/wpa_supplicant_8/src/crypto/
H A Dtls_openssl_ocsp.c
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
H A Dreg_offload_11d_scan.c43 struct cc_regdmn_s rd; in reg_set_11d_country() local
95 qdf_mem_copy(rd.cc.alpha, country, REG_ALPHA2_LEN + 1); in reg_set_11d_country()
96 rd.flags = ALPHA_IS_SET; in reg_set_11d_country()
97 reg_program_chan_list(pdev, &rd); in reg_set_11d_country()
H A Dreg_utils.c203 struct cc_regdmn_s rd; in reg_set_non_offload_country() local
234 rd.cc.regdmn.reg_2g_5g_pair_id = in reg_set_non_offload_country()
237 rd.cc.regdmn.reg_2g_5g_pair_id = DEFAULT_WORLD_REGDMN; in reg_set_non_offload_country()
238 rd.flags = REGDMN_IS_SET; in reg_set_non_offload_country()
240 qdf_mem_copy(rd.cc.alpha, cc->country, REG_ALPHA2_LEN + 1); in reg_set_non_offload_country()
241 rd.flags = ALPHA_IS_SET; in reg_set_non_offload_country()
244 reg_program_chan_list(pdev, &rd); in reg_set_non_offload_country()
H A Dreg_services_common.c1954 struct cc_regdmn_s *rd) in reg_program_chan_list_po() argument
1968 if (rd->flags == CC_IS_SET) { in reg_program_chan_list_po()
1969 reg_get_rdpair_from_country_code(rd->cc.country_code, in reg_program_chan_list_po()
1972 } else if (rd->flags == ALPHA_IS_SET) { in reg_program_chan_list_po()
1973 reg_get_rdpair_from_country_iso(rd->cc.alpha, in reg_program_chan_list_po()
1976 } else if (rd->flags == REGDMN_IS_SET) { in reg_program_chan_list_po()
1978 rd->cc.regdmn.reg_2g_5g_pair_id, in reg_program_chan_list_po()
1982 rd->cc.regdmn.reg_2g_5g_pair_id); in reg_program_chan_list_po()
2011 struct cc_regdmn_s *rd) in reg_program_chan_list_po() argument
2018 struct cc_regdmn_s *rd) in reg_program_chan_list() argument
[all …]
H A Dreg_services_common.h304 struct cc_regdmn_s *rd);
333 struct cc_regdmn_s *rd);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/src/
H A Dwlan_reg_ucfg_api.c112 struct cc_regdmn_s *rd) in ucfg_reg_program_cc() argument
114 return reg_program_chan_list(pdev, rd); in ucfg_reg_program_cc()
118 struct cc_regdmn_s *rd) in ucfg_reg_get_current_cc() argument
120 return reg_get_current_cc(pdev, rd); in ucfg_reg_get_current_cc()
/wlan-driver/qca-wifi-host-cmn/wmi/src/
H A Dwmi_unified_reg_api.c132 uint8_t pdev_id, struct cc_regdmn_s *rd) in wmi_unified_set_user_country_code_cmd_send() argument
136 wmi_handle, pdev_id, rd); in wmi_unified_set_user_country_code_cmd_send()
H A Dwmi_unified_tlv.c17927 uint8_t pdev_id, struct cc_regdmn_s *rd) in send_user_country_code_cmd_tlv() argument
17949 if (rd->flags == CC_IS_SET) { in send_user_country_code_cmd_tlv()
17951 cmd->country_code.country_id = rd->cc.country_code; in send_user_country_code_cmd_tlv()
17952 } else if (rd->flags == ALPHA_IS_SET) { in send_user_country_code_cmd_tlv()
17955 rd->cc.alpha[0], in send_user_country_code_cmd_tlv()
17956 rd->cc.alpha[1], in send_user_country_code_cmd_tlv()
17957 rd->cc.alpha[2]); in send_user_country_code_cmd_tlv()
17958 } else if (rd->flags == REGDMN_IS_SET) { in send_user_country_code_cmd_tlv()
17961 rd->cc.regdmn.reg_2g_5g_pair_id); in send_user_country_code_cmd_tlv()
17963 rd->cc.regdmn.sixg_superdmn_id); in send_user_country_code_cmd_tlv()
/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_regdomain.c622 uint16_t reg_dmn, rd; in cds_fill_some_regulatory_info() local
626 rd = reg->reg_domain; in cds_fill_some_regulatory_info()
628 if (!is_reg_dmn_valid(rd)) in cds_fill_some_regulatory_info()
631 reg_dmn = get_bdf_reg_dmn(rd); in cds_fill_some_regulatory_info()
/wlan-driver/qca-wifi-host-cmn/wmi/inc/
H A Dwmi_unified_reg_api.h121 uint8_t pdev_id, struct cc_regdmn_s *rd);
H A Dwmi_unified_priv.h2504 uint8_t pdev_id, struct cc_regdmn_s *rd);
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
H A Dwlan_reg_ucfg_api.h237 struct cc_regdmn_s *rd);
247 struct cc_regdmn_s *rd);
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
H A Dtarget_if_reg.c663 struct wlan_objmgr_psoc *psoc, uint8_t pdev_id, struct cc_regdmn_s *rd) in tgt_if_regulatory_set_user_country_code() argument
680 pdev_id, rd); in tgt_if_regulatory_set_user_country_code()
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/
H A Dwlan_lmac_if_def.h1172 struct cc_regdmn_s *rd);