Searched refs:country_info_ie (Results 1 – 1 of 1) sorted by relevance
1828 country_info_ie_fixed_portion_t *country_info_ie; in whd_wifi_scan_events_handler() local2179 …country_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()