| Index: components/wifi/fake_wifi_service.cc
|
| diff --git a/components/wifi/fake_wifi_service.cc b/components/wifi/fake_wifi_service.cc
|
| index e1adce0b3c0111bca40335dcf0da1d4c2665b33c..7c805b554d2e51b208226204be5a4e94b080cbbc 100644
|
| --- a/components/wifi/fake_wifi_service.cc
|
| +++ b/components/wifi/fake_wifi_service.cc
|
| @@ -26,12 +26,17 @@ FakeWiFiService::FakeWiFiService() {
|
| network_properties.json_extra =
|
| "{"
|
| " \"MacAddress\": \"00:11:22:AA:BB:CC\","
|
| + " \"IPAddressConfigType\": \"Static\","
|
| " \"IPConfigs\": [{"
|
| " \"Gateway\": \"0.0.0.1\","
|
| " \"IPAddress\": \"0.0.0.0\","
|
| " \"RoutingPrefix\": 0,"
|
| " \"Type\": \"IPv4\""
|
| " }],"
|
| + " \"StaticIPConfig\": {"
|
| + " \"IPAddress\": \"1.2.3.4\","
|
| + " \"Type\": \"IPv4\""
|
| + " },"
|
| " \"WiFi\": {"
|
| " \"Frequency\": 2400,"
|
| " \"FrequencyList\": [2400]"
|
|
|