Searched refs:sku_table (Results 1 – 1 of 1) sorted by relevance
198 sku_info_t sku_table[] = { variable2023 for (int i = 0; i < ARRAYSIZE(sku_table); i ++) { in wifi_hal_ota_update()2024 if (strcmp(prop_sku_buf, sku_table[i].hw_id) == 0) { in wifi_hal_ota_update()2025 strncpy(sku_name, sku_table[i].sku, MAX_SKU_NAME_LEN); in wifi_hal_ota_update()