wifiNetworks() improved SSID parsing (macOS)
This commit is contained in:
parent
525538cf60
commit
ec625f72e1
@ -83,6 +83,7 @@ For major (breaking) changes - **version 4, 3 and 2** - see end of page.
|
|||||||
|
|
||||||
| Version | Date | Comment |
|
| Version | Date | Comment |
|
||||||
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
| ------- | ---------- | --------------------------------------------------------------------------------------------------- |
|
||||||
|
| 5.19.1 | 2023-08-23 | `wifiNetworks()` improved SSID parsing (macOS) |
|
||||||
| 5.19.0 | 2023-08-22 | `currentLoad()` added steal and guest time (linux) |
|
| 5.19.0 | 2023-08-22 | `currentLoad()` added steal and guest time (linux) |
|
||||||
| 5.18.15 | 2023-08-10 | `npm` command extended |
|
| 5.18.15 | 2023-08-10 | `npm` command extended |
|
||||||
| 5.18.14 | 2023-08-09 | `fsSIze()` fixed syntax error |
|
| 5.18.14 | 2023-08-09 | `fsSIze()` fixed syntax error |
|
||||||
|
|||||||
@ -130,11 +130,11 @@ si.cpu()
|
|||||||
|
|
||||||
- Version 5.19.0: `currentLoad()` added steal and guest time (linux)
|
- Version 5.19.0: `currentLoad()` added steal and guest time (linux)
|
||||||
- Version 5.18.0: `fsSize()` added optional drive parameter
|
- Version 5.18.0: `fsSize()` added optional drive parameter
|
||||||
- Version 5.17.0: `graphics()` added positionX, positionY (mac OS)
|
- Version 5.17.0: `graphics()` added positionX, positionY (macOS)
|
||||||
- Version 5.16.0: `fsSize()` added rw property
|
- Version 5.16.0: `fsSize()` added rw property
|
||||||
- Version 5.15.0: `blockDevices()` added device
|
- Version 5.15.0: `blockDevices()` added device
|
||||||
- Version 5.14.0: `blockDevices()` added raid group member (linux)
|
- Version 5.14.0: `blockDevices()` added raid group member (linux)
|
||||||
- Version 5.13.0: `networkConnections()` added process name (mac OS)
|
- Version 5.13.0: `networkConnections()` added process name (macOS)
|
||||||
- Version 5.12.0: `cpu()` added performance and efficiency cores
|
- Version 5.12.0: `cpu()` added performance and efficiency cores
|
||||||
- Version 5.11.0: `networkInterfaces()` added default property and default parameter
|
- Version 5.11.0: `networkInterfaces()` added default property and default parameter
|
||||||
- Version 5.10.0: basic `android` support
|
- Version 5.10.0: basic `android` support
|
||||||
|
|||||||
@ -57,6 +57,11 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<th scope="row">5.19.1</th>
|
||||||
|
<td>2023-08-23</td>
|
||||||
|
<td><span class="code">wifiNetworks()</span> improved parsing SSID (macOS)</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.19.0</th>
|
<th scope="row">5.19.0</th>
|
||||||
<td>2023-08-22</td>
|
<td>2023-08-22</td>
|
||||||
@ -105,22 +110,22 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.18.7</th>
|
<th scope="row">5.18.7</th>
|
||||||
<td>2023-07-12</td>
|
<td>2023-07-12</td>
|
||||||
<td><span class="code">osInfo()</span> added macOS Sonoma code name (mac OS)</td>
|
<td><span class="code">osInfo()</span> added macOS Sonoma code name (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.18.6</th>
|
<th scope="row">5.18.6</th>
|
||||||
<td>2023-06-28</td>
|
<td>2023-06-28</td>
|
||||||
<td><span class="code">graphics()</span> fixed catch errors (mac OS)</td>
|
<td><span class="code">graphics()</span> fixed catch errors (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.18.5</th>
|
<th scope="row">5.18.5</th>
|
||||||
<td>2023-06-26</td>
|
<td>2023-06-26</td>
|
||||||
<td><span class="code">cpu()</span> fix parsing amd (mac OS)</td>
|
<td><span class="code">cpu()</span> fix parsing amd (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.18.4</th>
|
<th scope="row">5.18.4</th>
|
||||||
<td>2023-06-22</td>
|
<td>2023-06-22</td>
|
||||||
<td><span class="code">graphics()</span> fixed parsing (mac OS)</td>
|
<td><span class="code">graphics()</span> fixed parsing (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.18.3</th>
|
<th scope="row">5.18.3</th>
|
||||||
@ -150,7 +155,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.17.16</th>
|
<th scope="row">5.17.16</th>
|
||||||
<td>2023-05-30</td>
|
<td>2023-05-30</td>
|
||||||
<td><span class="code">usb()</span> fix parsing JSON (mac OS)</td>
|
<td><span class="code">usb()</span> fix parsing JSON (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.17.15</th>
|
<th scope="row">5.17.15</th>
|
||||||
@ -160,7 +165,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.17.14</th>
|
<th scope="row">5.17.14</th>
|
||||||
<td>2023-05-29</td>
|
<td>2023-05-29</td>
|
||||||
<td><span class="code">diskLayout()</span> <span class="code">osInfo()</span>fix parsing issue (mac OS)</td>
|
<td><span class="code">diskLayout()</span> <span class="code">osInfo()</span>fix parsing issue (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.17.13</th>
|
<th scope="row">5.17.13</th>
|
||||||
@ -225,12 +230,12 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.17.1</th>
|
<th scope="row">5.17.1</th>
|
||||||
<td>2023-01-06</td>
|
<td>2023-01-06</td>
|
||||||
<td><span class="code">graphics()</span> positionX, positionY Ventura fix (mac OS)</td>
|
<td><span class="code">graphics()</span> positionX, positionY Ventura fix (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.17.0</th>
|
<th scope="row">5.17.0</th>
|
||||||
<td>2023-01-06</td>
|
<td>2023-01-06</td>
|
||||||
<td><span class="code">graphics()</span> added positionX, positionY (mac OS)</td>
|
<td><span class="code">graphics()</span> added positionX, positionY (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.16.9</th>
|
<th scope="row">5.16.9</th>
|
||||||
@ -240,7 +245,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.16.8</th>
|
<th scope="row">5.16.8</th>
|
||||||
<td>2022-12-22</td>
|
<td>2022-12-22</td>
|
||||||
<td><span class="code">processes()</span> params truncated fix (mac OS)</td>
|
<td><span class="code">processes()</span> params truncated fix (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.16.7</th>
|
<th scope="row">5.16.7</th>
|
||||||
@ -280,7 +285,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.16.0</th>
|
<th scope="row">5.16.0</th>
|
||||||
<td>2022-12-01</td>
|
<td>2022-12-01</td>
|
||||||
<td><span class="code">fsSize()</span> added rw attribute (win, linux, mac OS, BSD)</td>
|
<td><span class="code">fsSize()</span> added rw attribute (win, linux, macOS, BSD)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.15.1</th>
|
<th scope="row">5.15.1</th>
|
||||||
@ -290,7 +295,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.15.0</th>
|
<th scope="row">5.15.0</th>
|
||||||
<td>2022-11-29</td>
|
<td>2022-11-29</td>
|
||||||
<td><span class="code">blockDevices()</span> added device (win, linux, mac OS)</td>
|
<td><span class="code">blockDevices()</span> added device (win, linux, macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.14.4</th>
|
<th scope="row">5.14.4</th>
|
||||||
@ -345,12 +350,12 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.13.0</th>
|
<th scope="row">5.13.0</th>
|
||||||
<td>2022-11-17</td>
|
<td>2022-11-17</td>
|
||||||
<td><span class="code">networkConnections()</span> added process name (mac OS)</td>
|
<td><span class="code">networkConnections()</span> added process name (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.15</th>
|
<th scope="row">5.12.15</th>
|
||||||
<td>2022-11-16</td>
|
<td>2022-11-16</td>
|
||||||
<td><span class="code">networkConnections()</span> adapted parsing to reflect also UDP (mac OS)</td>
|
<td><span class="code">networkConnections()</span> adapted parsing to reflect also UDP (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.14</th>
|
<th scope="row">5.12.14</th>
|
||||||
@ -375,7 +380,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.10</th>
|
<th scope="row">5.12.10</th>
|
||||||
<td>2022-10-25</td>
|
<td>2022-10-25</td>
|
||||||
<td><span class="code">bluetoothDevices()</span> adapted to new profile (mac OS)</td>
|
<td><span class="code">bluetoothDevices()</span> adapted to new profile (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.9</th>
|
<th scope="row">5.12.9</th>
|
||||||
@ -400,7 +405,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.5</th>
|
<th scope="row">5.12.5</th>
|
||||||
<td>2022-08-11</td>
|
<td>2022-08-11</td>
|
||||||
<td><span class="code">cpu()</span> virtualization fix (mac OS)</td>
|
<td><span class="code">cpu()</span> virtualization fix (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.4</th>
|
<th scope="row">5.12.4</th>
|
||||||
@ -410,7 +415,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.3</th>
|
<th scope="row">5.12.3</th>
|
||||||
<td>2022-08-04</td>
|
<td>2022-08-04</td>
|
||||||
<td><span class="code">networkInterfaces()</span> operstate fix (mac OS)</td>
|
<td><span class="code">networkInterfaces()</span> operstate fix (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.12.2</th>
|
<th scope="row">5.12.2</th>
|
||||||
@ -450,7 +455,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.11.22</th>
|
<th scope="row">5.11.22</th>
|
||||||
<td>2022-06-24</td>
|
<td>2022-06-24</td>
|
||||||
<td><span class="code">processes()</span> improved parsing (linux, mac OS)</td>
|
<td><span class="code">processes()</span> improved parsing (linux, macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.11.21</th>
|
<th scope="row">5.11.21</th>
|
||||||
@ -495,12 +500,12 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.11.13</th>
|
<th scope="row">5.11.13</th>
|
||||||
<td>2022-04-21</td>
|
<td>2022-04-21</td>
|
||||||
<td><span class="code">networkStats()</span> improved scanning (mac OS)</td>
|
<td><span class="code">networkStats()</span> improved scanning (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.11.12</th>
|
<th scope="row">5.11.12</th>
|
||||||
<td>2022-04-19</td>
|
<td>2022-04-19</td>
|
||||||
<td><span class="code">battery()</span> improved M1 support (mac OS)</td>
|
<td><span class="code">battery()</span> improved M1 support (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.11.11</th>
|
<th scope="row">5.11.11</th>
|
||||||
@ -605,17 +610,17 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.9.18</th>
|
<th scope="row">5.9.18</th>
|
||||||
<td>2022-01-08</td>
|
<td>2022-01-08</td>
|
||||||
<td><span class="code">wifiConnections()</span> fix empty issue (mac OS)</td>
|
<td><span class="code">wifiConnections()</span> fix empty issue (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.9.17</th>
|
<th scope="row">5.9.17</th>
|
||||||
<td>2021-12-07</td>
|
<td>2021-12-07</td>
|
||||||
<td><span class="code">wifiNetworks()</span> fix empty issue (mac OS)</td>
|
<td><span class="code">wifiNetworks()</span> fix empty issue (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.9.16</th>
|
<th scope="row">5.9.16</th>
|
||||||
<td>2021-12-05</td>
|
<td>2021-12-05</td>
|
||||||
<td><span class="code">wifiNetworks()</span> adaption for Apple silicon (mac OS)</td>
|
<td><span class="code">wifiNetworks()</span> adaption for Apple silicon (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.9.15</th>
|
<th scope="row">5.9.15</th>
|
||||||
@ -625,7 +630,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.9.14</th>
|
<th scope="row">5.9.14</th>
|
||||||
<td>2021-11-17</td>
|
<td>2021-11-17</td>
|
||||||
<td><span class="code">versions()</span> python 2 monterey (deprecated warning) fix (mac OS)</td>
|
<td><span class="code">versions()</span> python 2 monterey (deprecated warning) fix (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.9.13</th>
|
<th scope="row">5.9.13</th>
|
||||||
@ -1000,7 +1005,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.2.3</th>
|
<th scope="row">5.2.3</th>
|
||||||
<td>2021-02-11</td>
|
<td>2021-02-11</td>
|
||||||
<td><span class="code">diskLayout()</span> added USB drives (mac OS)</td>
|
<td><span class="code">diskLayout()</span> added USB drives (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.2.2</th>
|
<th scope="row">5.2.2</th>
|
||||||
@ -1045,7 +1050,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.0.9</th>
|
<th scope="row">5.0.9</th>
|
||||||
<td>2021-02-02</td>
|
<td>2021-02-02</td>
|
||||||
<td><span class="code">fsSize()</span> fixed parsing edge case issue mac OS</td>
|
<td><span class="code">fsSize()</span> fixed parsing edge case issue macOS</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">5.0.8</th>
|
<th scope="row">5.0.8</th>
|
||||||
@ -1180,7 +1185,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.33.1</th>
|
<th scope="row">4.33.1</th>
|
||||||
<td>2020-12-22</td>
|
<td>2020-12-22</td>
|
||||||
<td><span class="code">versions()</span> fixed issue (mac OS)</td>
|
<td><span class="code">versions()</span> fixed issue (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.33.0</th>
|
<th scope="row">4.33.0</th>
|
||||||
@ -1225,7 +1230,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.30.8</th>
|
<th scope="row">4.30.8</th>
|
||||||
<td>2020-11-30</td>
|
<td>2020-11-30</td>
|
||||||
<td><span class="code">fsSize()</span> catch error (mac OS)</td>
|
<td><span class="code">fsSize()</span> catch error (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.30.7</th>
|
<th scope="row">4.30.7</th>
|
||||||
@ -1620,7 +1625,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.18.0</th>
|
<th scope="row">4.18.0</th>
|
||||||
<td>2020-01-07</td>
|
<td>2020-01-07</td>
|
||||||
<td><span class="code">networkInterfaces()</span> added dhcp for mac OS, added dhcp linux fallback</td>
|
<td><span class="code">networkInterfaces()</span> added dhcp for macOS, added dhcp linux fallback</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.17.3</th>
|
<th scope="row">4.17.3</th>
|
||||||
@ -1645,7 +1650,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.16.1</th>
|
<th scope="row">4.16.1</th>
|
||||||
<td>2020-01-01</td>
|
<td>2020-01-01</td>
|
||||||
<td><span class="code">networkInterfaces()</span> bug fix (mac OS)</td>
|
<td><span class="code">networkInterfaces()</span> bug fix (macOS)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.16.0</th>
|
<th scope="row">4.16.0</th>
|
||||||
@ -1770,7 +1775,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.13.1</th>
|
<th scope="row">4.13.1</th>
|
||||||
<td>2019-07-01</td>
|
<td>2019-07-01</td>
|
||||||
<td><span class="code">versions()</span> gcc fix mac OS</td>
|
<td><span class="code">versions()</span> gcc fix macOS</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.13.0</th>
|
<th scope="row">4.13.0</th>
|
||||||
@ -1785,7 +1790,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.12.1</th>
|
<th scope="row">4.12.1</th>
|
||||||
<td>2019-06-24</td>
|
<td>2019-06-24</td>
|
||||||
<td><span class="code">networkInterface()</span> virtual interfaces mac OS<br>
|
<td><span class="code">networkInterface()</span> virtual interfaces macOS<br>
|
||||||
<span class="code">networkInterfaceDefault()</span> optimization windows
|
<span class="code">networkInterfaceDefault()</span> optimization windows
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -1887,7 +1892,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.7.1</th>
|
<th scope="row">4.7.1</th>
|
||||||
<td>2019-05-29</td>
|
<td>2019-05-29</td>
|
||||||
<td><span class="code">memLayout()</span> fix mac OS mojave</td>
|
<td><span class="code">memLayout()</span> fix macOS mojave</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">4.7.0</th>
|
<th scope="row">4.7.0</th>
|
||||||
|
|||||||
@ -170,7 +170,7 @@
|
|||||||
<img class="logo" src="assets/logo.png" alt="logo">
|
<img class="logo" src="assets/logo.png" alt="logo">
|
||||||
<div class="title">systeminformation</div>
|
<div class="title">systeminformation</div>
|
||||||
<div class="subtitle"><span id="typed"></span> </div>
|
<div class="subtitle"><span id="typed"></span> </div>
|
||||||
<div class="version">New Version: <span id="version">5.19.0</span></div>
|
<div class="version">New Version: <span id="version">5.19.1</span></div>
|
||||||
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
<button class="btn btn-light" onclick="location.href='https://github.com/sebhildebrandt/systeminformation'">View on Github <i class=" fab fa-github"></i></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="down">
|
<div class="down">
|
||||||
|
|||||||
@ -162,9 +162,9 @@
|
|||||||
<td>currentLoadGuest</td>
|
<td>currentLoadGuest</td>
|
||||||
<td>X</td>
|
<td>X</td>
|
||||||
<td></td>
|
<td></td>
|
||||||
<td>X</td>
|
<td></td>
|
||||||
<td>X</td>
|
<td></td>
|
||||||
<td>X</td>
|
<td></td>
|
||||||
<td>Time spent for running virtual CPU in %</td>
|
<td>Time spent for running virtual CPU in %</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@ -366,9 +366,9 @@ function parseWifiDarwin(wifiObj) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// if (wifiItem.SSID) {
|
if (wifiItem.SSID) {
|
||||||
// ssid = Buffer.from(wifiItem.SSID, 'base64').toString('utf8');
|
ssid = Buffer.from(wifiItem.SSID, 'base64').toString('utf8');
|
||||||
// }
|
}
|
||||||
result.push({
|
result.push({
|
||||||
ssid,
|
ssid,
|
||||||
bssid: wifiItem.BSSID || '',
|
bssid: wifiItem.BSSID || '',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user