CB-8384 Add Windows section to Network Information plugin

This commit is contained in:
sgrebnov
2015-01-30 14:57:10 +03:00
parent 928efea0d4
commit fb608698e5
2 changed files with 9 additions and 1 deletions

View File

@@ -47,6 +47,7 @@ module.exports = {
connectionType = Connection.NONE;
}
else {
// https://msdn.microsoft.com/en-us/library/windows/apps/windows.networking.connectivity.networkadapter.ianainterfacetype
switch (interfaceType) {
case 71:
connectionType = Connection.WIFI;