MT7687 API Reference
LinkIt SDK v4
|
This structure defines the list of scanned APs with their corresponding information. More...
#include <wifi_api.h>
Data Fields | |
uint8_t | is_valid |
Indicates whether the scanned item is valid. More... | |
int8_t | rssi |
Records the RSSI value when probe response is received. More... | |
uint8_t | ssid [WIFI_MAX_LENGTH_OF_SSID] |
Stores the predefined SSID. More... | |
uint8_t | ssid_length |
Length of the SSID. More... | |
uint8_t | bssid [WIFI_MAC_ADDRESS_LENGTH] |
AP's MAC address. More... | |
uint8_t | channel |
The channel used. More... | |
uint8_t | central_channel |
The center channel in 40MHz bandwidth. More... | |
bool | is_wps_supported |
Indicates whether WPS is supported or not. More... | |
wifi_auth_mode_t | auth_mode |
Please refer to the definition of wifi_auth_mode_t. More... | |
wifi_encrypt_type_t | encrypt_type |
Please refer to the definition of wifi_encrypt_type_t. More... | |
bool | is_hidden |
Indicates the SSID is hidden or not. More... | |
uint8_t | bss_type |
Indicates the type of BSS. More... | |
uint16_t | beacon_interval |
Indicates the beacon interval. More... | |
uint16_t | capability_info |
The Capability Information field contains a number of subfields that are used to indicate requested or advertised optional capabilities. More... | |
wifi_wps_element_t | wps_element |
Please refer to the definition of wifi_wps_element_t. More... | |
This structure defines the list of scanned APs with their corresponding information.
wifi_auth_mode_t auth_mode |
Please refer to the definition of wifi_auth_mode_t.
uint16_t beacon_interval |
Indicates the beacon interval.
uint8_t bss_type |
Indicates the type of BSS.
0: IBSS 1: Infrastructure.
uint8_t bssid[WIFI_MAC_ADDRESS_LENGTH] |
AP's MAC address.
uint16_t capability_info |
The Capability Information field contains a number of subfields that are used to indicate requested or advertised optional capabilities.
uint8_t central_channel |
The center channel in 40MHz bandwidth.
uint8_t channel |
The channel used.
wifi_encrypt_type_t encrypt_type |
Please refer to the definition of wifi_encrypt_type_t.
bool is_hidden |
Indicates the SSID is hidden or not.
1: hidden SSID, 0: not hidden SSID.
uint8_t is_valid |
Indicates whether the scanned item is valid.
bool is_wps_supported |
Indicates whether WPS is supported or not.
1: WPS is supported, 0: WPS is not supported.
int8_t rssi |
Records the RSSI value when probe response is received.
uint8_t ssid[WIFI_MAX_LENGTH_OF_SSID] |
Stores the predefined SSID.
uint8_t ssid_length |
Length of the SSID.
wifi_wps_element_t wps_element |
Please refer to the definition of wifi_wps_element_t.