Overview
Provides WiFi status information and methods to control WiFi functionality. Returns an object with WiFi state and control methods.Usage
Return Value
Whether WiFi is enabled on the device. Returns
undefined if Fully Kiosk Browser is not available.Whether the device is connected to a WiFi network. Returns
undefined if Fully Kiosk Browser is not available.Whether the device has an active network connection. Returns
undefined if Fully Kiosk Browser is not available.Method to enable WiFi on the device.
Method to disable WiFi on the device.
Method to open the system WiFi settings screen.
Events
This hook automatically registers event listeners for network state changes:networkReconnect- Triggered when network reconnectsnetworkDisconnect- Triggered when network disconnects
Related Hooks
- useWifiSSID - Get the connected WiFi network name
- useWifiSignalLevel - Get the WiFi signal strength
- useIpv4Address - Get the IPv4 address
- useMacAddress - Get the MAC address
