BssInfo.h File Reference
#include <WString.h>
#include <WVector.h>
#include <MacAddress.h>
Include dependency graph for BssInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BssInfo
 

Typedefs

using BssList = Vector< BssInfo >
 List of BSS. More...
 

Enumerations

enum  WifiAuthMode {
  AUTH_OPEN = 0 , AUTH_WEP , AUTH_WPA_PSK , AUTH_WPA2_PSK ,
  AUTH_WPA_WPA2_PSK , AUTH_MAX
}
 

Functions

String toString (WifiAuthMode mode)
 

Typedef Documentation

◆ BssList

List of BSS.

Enumeration Type Documentation

◆ WifiAuthMode

Enumerator
AUTH_OPEN 
AUTH_WEP 
AUTH_WPA_PSK 
AUTH_WPA2_PSK 
AUTH_WPA_WPA2_PSK 
AUTH_MAX 

Function Documentation

◆ toString()

String toString ( WifiAuthMode  mode)