Searched refs:cloc_ptr (Results 1 – 1 of 1) sorted by relevance
258 struct cntry_locales_custom *cloc_ptr; in get_customized_country_code() local263 cloc_ptr = wifi_get_country_code(country_iso_code); in get_customized_country_code()264 if (cloc_ptr) { in get_customized_country_code()265 strlcpy(cspec->ccode, cloc_ptr->custom_locale, WLC_CNTRY_BUF_SZ); in get_customized_country_code()266 cspec->rev = cloc_ptr->custom_locale_rev; in get_customized_country_code()