Commit 3ebc6870 authored by Jacob Dufault's avatar Jacob Dufault Committed by Commit Bot

cros: Fix networkingPrivate.getNetworks IDL validation error

The IDL file did not fully specify all of the output.

Bug: 887688
Change-Id: I5ee75419006a27504e978164379acf7c024988db
Reviewed-on: https://chromium-review.googlesource.com/1237374
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#593004}
parent c027fd37
...@@ -587,6 +587,10 @@ namespace networkingPrivate { ...@@ -587,6 +587,10 @@ namespace networkingPrivate {
long? SignalStrength; long? SignalStrength;
}; };
dictionary EAPStateProperties {
DOMString? Outer;
};
dictionary EthernetProperties { dictionary EthernetProperties {
boolean? AutoConnect; boolean? AutoConnect;
DOMString? Authentication; DOMString? Authentication;
...@@ -677,6 +681,7 @@ namespace networkingPrivate { ...@@ -677,6 +681,7 @@ namespace networkingPrivate {
dictionary WiFiStateProperties { dictionary WiFiStateProperties {
DOMString? BSSID; DOMString? BSSID;
EAPStateProperties? EAP;
long? Frequency; long? Frequency;
DOMString? HexSSID; DOMString? HexSSID;
DOMString Security; DOMString Security;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment