Home | History | Annotate | Download | only in chromeos

Lines Matching defs:wifi

58     const WifiNetwork* wifi = *it;
59 network_failures_[wifi->service_path()] = wifi->failed();
73 // Check to see if we have any newly failed wifi network.
76 WifiNetwork* wifi = *it;
77 if (wifi->failed()) {
79 network_failures_.find(wifi->service_path());
93 if (wifi->error() == ERROR_BAD_PASSPHRASE ||
94 wifi->error() == ERROR_BAD_WEPKEY ||
95 wifi->added()) {
97 view = new NetworkConfigView(wifi);
98 // There should only be one wifi network that failed to connect.
106 // See wifi section for detailed comments.