Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 3 of 3) sorted by relevance

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_management.c232 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()
Dwhd_chip.c100 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() argument
750 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()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_chip.h132 whd_country_code_t country_code; member
377 …lt_t whd_wifi_set_custom_country_code(whd_interface_t ifp, const whd_country_info_t *country_code);