Skip to content

struct wlan_ap_info_t

#include <wlan.h>

Public Attributes

Name
uint8_trf_channel
channel number of the scanned AP
wlan_security_mode_tsecurity_mode
security mode of the scanned AP
int8_trssi_val
rssi value of the scanned AP
uint8_tnetwork_type
network type of the scanned AP
uint8_t[(34)]ssid
SSID of the scanned AP.
uint8_t[6]bssid
BSSID of the scanned AP.
uint8_t[2]reserved
reserved

Public Attributes Documentation

variable rf_channel

cpp
uint8_t wlan_ap_info_t::rf_channel

channel number of the scanned AP

variable security_mode

cpp
wlan_security_mode_t wlan_ap_info_t::security_mode

security mode of the scanned AP

variable rssi_val

cpp
int8_t wlan_ap_info_t::rssi_val

rssi value of the scanned AP

variable network_type

cpp
uint8_t wlan_ap_info_t::network_type

network type of the scanned AP

variable ssid

cpp
uint8_t wlan_ap_info_t::ssid[(34)]

SSID of the scanned AP.

variable bssid

cpp
uint8_t wlan_ap_info_t::bssid[6]

BSSID of the scanned AP.

variable reserved

cpp
uint8_t wlan_ap_info_t::reserved[2]

reserved