Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1828 country_info_ie_fixed_portion_t *country_info_ie; in whd_wifi_scan_events_handler() local
2179country_info_ie = (country_info_ie_fixed_portion_t *)whd_parse_dot11_tlvs(cp, len, DOT11_IE_ID_COU… in whd_wifi_scan_events_handler()
2180 …if ( (country_info_ie != NULL) && (country_info_ie->tlv_header.length >= COUNTRY_INFO_IE_MINIMUM_L… in whd_wifi_scan_events_handler()
2182 record->ccode[0] = UNSIGNED_CHAR_TO_CHAR(country_info_ie->ccode[0]); in whd_wifi_scan_events_handler()
2183 record->ccode[1] = UNSIGNED_CHAR_TO_CHAR(country_info_ie->ccode[1]); in whd_wifi_scan_events_handler()