10 #include "../sf/service.h"
Service object structure.
Definition: service.h:14
u32 Result
Function error code result type.
Definition: types.h:44
int32_t s32
32-bit signed integer.
Definition: types.h:27
Result wlaninfInitialize(void)
[1.0.0-14.1.2] Initialize wlan:inf.
Result wlaninfGetState(WlanInfState *out)
Gets WlanInfState.
Service * wlaninfGetServiceSession(void)
Gets the Service object for the actual wlan:inf service session.
WlanInfState
WLAN State.
Definition: wlaninf.h:13
@ WlanInfState_Connected
WLAN is connected.
Definition: wlaninf.h:16
@ WlanInfState_Connecting
WLAN is connecting.
Definition: wlaninf.h:15
@ WlanInfState_NotConnected
WLAN is disabled or enabled and not connected.
Definition: wlaninf.h:14
Result wlaninfGetRSSI(s32 *out)
Value goes from -30 (really good signal) to -90 (barely enough to stay connected) on a logarithmic sc...
void wlaninfExit(void)
Exit wlan:inf.