Searched refs:country_code (Results 1 – 3 of 3) sorted by relevance
232 whd_driver->internal_info.whd_wlan_status.country_code = country; in whd_management_wifi_platform_init()395 *ptr = (uint32_t)whd_driver->internal_info.whd_wlan_status.country_code & 0x0000ffff; in whd_wifi_on()397 *ptr = (uint32_t)whd_driver->internal_info.whd_wlan_status.country_code & 0x0000ffff; in whd_wifi_on()398 …country_struct->rev = (int32_t)( (whd_driver->internal_info.whd_wlan_status.country_code & 0xffff0… in whd_wifi_on()
100 internal_info->whd_wlan_status.country_code = WHD_COUNTRY_AUSTRALIA; in whd_internal_info_init()732 …ult_t whd_wifi_set_custom_country_code(whd_interface_t ifp, const whd_country_info_t *country_code) in whd_wifi_set_custom_country_code() argument750 memcpy(data, country_code, sizeof(whd_country_info_t) ); in whd_wifi_set_custom_country_code()756 UNUSED_PARAMETER(country_code); in whd_wifi_set_custom_country_code()
132 whd_country_code_t country_code; member377 …lt_t whd_wifi_set_custom_country_code(whd_interface_t ifp, const whd_country_info_t *country_code);