зеркало из https://github.com/mozilla/gecko-dev.git
Bug 997066 - Add MozWifiNetwork parameter to Webidl. r=mrbkap
This commit is contained in:
Родитель
326e43c775
Коммит
263b9e3c5e
|
@ -36,9 +36,18 @@ dictionary NetworkProperties {
|
||||||
DOMString signalStrength;
|
DOMString signalStrength;
|
||||||
long relSignalStrength;
|
long relSignalStrength;
|
||||||
DOMString psk;
|
DOMString psk;
|
||||||
|
DOMString wep;
|
||||||
|
DOMString wep_key0;
|
||||||
|
DOMString wep_key1;
|
||||||
|
DOMString wep_key2;
|
||||||
|
DOMString wep_key3;
|
||||||
|
long wep_tx_keyidx;
|
||||||
|
long priority;
|
||||||
|
long scan_ssid;
|
||||||
DOMString keyManagement;
|
DOMString keyManagement;
|
||||||
DOMString identity;
|
DOMString identity;
|
||||||
DOMString password;
|
DOMString password;
|
||||||
|
DOMString auth_alg;
|
||||||
DOMString phase1;
|
DOMString phase1;
|
||||||
DOMString phase2;
|
DOMString phase2;
|
||||||
DOMString eap;
|
DOMString eap;
|
||||||
|
@ -61,9 +70,18 @@ interface MozWifiNetwork {
|
||||||
attribute DOMString? signalStrength;
|
attribute DOMString? signalStrength;
|
||||||
attribute long? relSignalStrength;
|
attribute long? relSignalStrength;
|
||||||
attribute DOMString? psk;
|
attribute DOMString? psk;
|
||||||
|
attribute DOMString? wep;
|
||||||
|
attribute DOMString? wep_key0;
|
||||||
|
attribute DOMString? wep_key1;
|
||||||
|
attribute DOMString? wep_key2;
|
||||||
|
attribute DOMString? wep_key3;
|
||||||
|
attribute long? wep_tx_keyidx;
|
||||||
|
attribute long? priority;
|
||||||
|
attribute long? scan_ssid;
|
||||||
attribute DOMString? keyManagement;
|
attribute DOMString? keyManagement;
|
||||||
attribute DOMString? identity;
|
attribute DOMString? identity;
|
||||||
attribute DOMString? password;
|
attribute DOMString? password;
|
||||||
|
attribute DOMString? auth_alg;
|
||||||
attribute DOMString? phase1;
|
attribute DOMString? phase1;
|
||||||
attribute DOMString? phase2;
|
attribute DOMString? phase2;
|
||||||
attribute DOMString? eap;
|
attribute DOMString? eap;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче