> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-others/wifi-get-signal-strength.md).

# Wifi Get Signal Strength

Gets the wifi signal strength.

Action available for the following operating systems:

![](/files/-MGNsZjeYMKt8-HvBB5n)

### Parameters

* **RSSI** *\<unquoted string> -* The control or variable that saves the value of RSSI.
* **Level** *\<unquoted string> -* The control or variable that saves the level of wifi signal.

{% hint style="info" %}
The possible values for parameter RSSI are:

* Level 0 - (RSSI < -90): Poor/No Connection.
* Level 1 - (-90 <= RSSI < -81): Very Low.
* Level 2 - (-81 <= RSSI < -71): Low.
* Level 3 - (-71 <= RSSI < -67): Good.
* Level 4 - (-67 <= RSSI < -57): Very Good.
* Level 5 - (-57 <= RSSI < 0): Excellent.
  {% endhint %}

{% hint style="warning" %}
Win10 client does not report the **RSSI**. Only the **Level**.
{% endhint %}
