Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Latest commit

 

History

History
66 lines (33 loc) · 935 Bytes

wifi.md

File metadata and controls

66 lines (33 loc) · 935 Bytes

WiFi

Control the WiFi of the Device

Methods

BSSID

Returns: (text)

Return the basic service set identifier (BSSID) of the current access point

Disable

Disable the Wi-Fi

Enable

Enable the Wi-Fi

Is5GHzSupported

Returns: (boolean)

Return whether this adapter supports 5 GHz band

IsEnabled

Returns: (boolean)

Return whether Wi-Fi is enabled or disabled

IsWiFiDirectSupported

Returns: (boolean)

Return whether this adapter supports Wi-Fi Direct

LinkSpeed

Returns: (number)

Returns the current link speed in Mbps

LocalIP

Returns: (text)

Return the current Local IP

SSID

Returns: (text)

Returns the service set identifier (SSID) of the current 802.11 network

SignalStrength

Returns: (number)

Returns the received signal strength indicator of the current 802.11 network, in dBm

Toggle

Toggle the Wi-Fi