libnx  v4.6.0
Enumerations | Functions
wlaninf.h File Reference

WLAN InfraManager service IPC wrapper. More...

#include "../types.h"
#include "../sf/service.h"

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.
 
ServicewlaninfGetServiceSession (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.
 

Detailed Description

WLAN InfraManager service IPC wrapper.

Author
natinusala, yellows8

Enumeration Type Documentation

◆ WlanInfState

WLAN State.

Enumerator
WlanInfState_NotConnected 

WLAN is disabled or enabled and not connected.

WlanInfState_Connecting 

WLAN is connecting.

WlanInfState_Connected 

WLAN is connected.