|
libnx v4.9.0
|
WLAN InfraManager service IPC wrapper. More...
Go to the source code of this file.
Enumerations | |
| enum | WlanInfState { WlanInfState_NotConnected = 1 , WlanInfState_Connecting , WlanInfState_Connected } |
| WLAN State. More... | |
Functions | |
| Result | wlaninfInitialize (void) |
| [1.0.0-14.1.2] Initialize wlan:inf. | |
| void | wlaninfExit (void) |
| Exit wlan:inf. | |
| Service * | wlaninfGetServiceSession (void) |
| Gets the Service object for the actual wlan:inf service session. | |
| Result | wlaninfGetState (WlanInfState *out) |
| Gets WlanInfState. | |
| Result | wlaninfGetRSSI (s32 *out) |
| Value goes from -30 (really good signal) to -90 (barely enough to stay connected) on a logarithmic scale. | |
WLAN InfraManager service IPC wrapper.
| enum WlanInfState |