Home
last modified time | relevance | path

Searched refs:regd (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_regulatory.c1467 struct ieee80211_regdomain *regd; in hdd_send_wiphy_regd_sync_event() local
1491 regd = qdf_mem_malloc((reg_rules->num_of_reg_rules * in hdd_send_wiphy_regd_sync_event()
1492 sizeof(*regd_rules) + sizeof(*regd))); in hdd_send_wiphy_regd_sync_event()
1493 if (!regd) in hdd_send_wiphy_regd_sync_event()
1496 regd->n_reg_rules = reg_rules->num_of_reg_rules; in hdd_send_wiphy_regd_sync_event()
1497 qdf_mem_copy(regd->alpha2, reg_rules->alpha2, REG_ALPHA2_LEN + 1); in hdd_send_wiphy_regd_sync_event()
1498 regd->dfs_region = in hdd_send_wiphy_regd_sync_event()
1503 regd_rules = regd->reg_rules; in hdd_send_wiphy_regd_sync_event()
1504 hdd_debug("Regulatory Domain %s", regd->alpha2); in hdd_send_wiphy_regd_sync_event()
1528 regulatory_set_wiphy_regd(hdd_ctx->wiphy, regd); in hdd_send_wiphy_regd_sync_event()
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/regulatory/src/
Dtarget_if_reg.c739 params->regd, in tgt_if_regulatory_send_ctl_info()
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/dispatcher/inc/
Dreg_services_public_struct.h1853 uint32_t regd; member
/wlan-driver/qca-wifi-host-cmn/umac/regulatory/core/src/
Dreg_build_chan_list.c3903 params.regd = regulatory_info->reg_dmn_pair; in reg_send_ctl_info()
3905 params.regd = regulatory_info->ctry_code | COUNTRY_ERD_FLAG; in reg_send_ctl_info()
3912 params.regd_2g, params.regd_5g, params.regd); in reg_send_ctl_info()