Home
last modified time | relevance | path

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

/hal_infineon-3.6.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_management.c276 wl_country_t *country_struct; in whd_wifi_on() local
385country_struct = (wl_country_t *)whd_cdc_get_iovar_buffer(whd_driver, &buffer, (uint16_t)sizeof(wl… in whd_wifi_on()
387 if (country_struct == NULL) in whd_wifi_on()
392 memset(country_struct, 0, sizeof(wl_country_t) ); in whd_wifi_on()
394 ptr = (uint32_t *)country_struct->ccode; in whd_wifi_on()
396 ptr = (uint32_t *)country_struct->country_abbrev; in whd_wifi_on()
398country_struct->rev = (int32_t)( (whd_driver->internal_info.whd_wlan_status.country_code & 0xffff0… in whd_wifi_on()
403 if (country_struct->rev == 0) in whd_wifi_on()
405 country_struct->rev = (int32_t)htod32(-1); in whd_wifi_on()