![]() |
WE310F5
39.00.000
|
Definition of structure controlling scan. More...
#include <m2mb_wlan_scan.h>
Data Fields | |
UINT8 | channel |
INT8 | ssidFilter [M2MB_PROV_SSID_FILTER_SIZE] |
UINT8 | nwType |
UINT32 | scanTime |
UINT32 | scanDelay |
M2MB_PROV_SEC_TYPE_T | securityType |
M2MB_PROV_REG_DOMAIN_T | domain |
Definition of structure controlling scan.
Definition at line 135 of file m2mb_wlan_scan.h.
UINT8 channel |
channel number to scan. 0 for all channels
Definition at line 137 of file m2mb_wlan_scan.h.
M2MB_PROV_REG_DOMAIN_T domain |
Regulatory domain
Definition at line 143 of file m2mb_wlan_scan.h.
UINT8 nwType |
nw type - BSS / IBSS (NOT USED)
Definition at line 139 of file m2mb_wlan_scan.h.
UINT32 scanDelay |
Duration to wait before proceeding to next channel
Definition at line 141 of file m2mb_wlan_scan.h.
UINT32 scanTime |
Duration to dwell on a channel while scanning
Definition at line 140 of file m2mb_wlan_scan.h.
M2MB_PROV_SEC_TYPE_T securityType |
Security type (NOT USED)
Definition at line 142 of file m2mb_wlan_scan.h.
INT8 ssidFilter[M2MB_PROV_SSID_FILTER_SIZE] |
ssid to scan for. (NOT USED)
Definition at line 138 of file m2mb_wlan_scan.h.