WE310F5  39.00.000
m2mb_wlan_scan.h File Reference

This file contains declarations of Functions API for performing scan. More...

Go to the source code of this file.

Data Structures

struct  M2MB_PROV_SCAN_PARAM
 Definition of structure controlling scan. More...
 
struct  M2MB_PROV_SCAN_RESULT
 Definition of structure describing scan results. More...
 
#define M2MB_PROV_SSID_FILTER_SIZE   32
 
#define M2MB_PROV_SECURITY_NONE_STR   "none"
 
#define M2MB_PROV_WEP_STR   "wep"
 
#define M2MB_PROV_WPA_PERSONAL_STR   "wpa-personal"
 
#define M2MB_PROV_WPA_ENTERPRISE_STR   "wpa-enterprise"
 
#define M2MB_PROV_SCAN_DWELL_TIME   150
 
#define M2MB_PROV_SCAN_DELAY_TIME   150
 
#define M2MB_PROV_REG_DOMAIN_FCC_MAX_CH   11
 
#define M2MB_PROV_REG_DOMAIN_ETSI_MAX_CH   13
 
#define M2MB_PROV_REG_DOMAIN_TELEC_MAX_CH   14
 
#define M2MB_PROV_REG_DOMAIN_UNKNOWN_MAX_CH   14
 
#define M2MB_PROV_REG_DOMAIN_FCC_STR   "fcc"
 
#define M2MB_PROV_REG_DOMAIN_ETSI_STR   "etsi"
 
#define M2MB_PROV_REG_DOMAIN_ETSI_MEXS_STR   "etsi_mex"
 
#define M2MB_PROV_REG_DOMAIN_TELEC_STR   "telec"
 
#define M2MB_PROV_REG_DOMAIN_UNKNOWN_STR   "unknown"
 
#define M2MB_PROV_2_4_GHZ_BAND   "2.4GHz"
 
#define M2MB_PROV_5_GHZ_BAND   "5GHz"
 
typedef UINT64 M2MB_PROV_MAC_ADDR_T
 
typedef struct M2MB_PROV_SCAN_PARAM M2MB_PROV_SCAN_PARAM_T
 Definition of structure controlling scan. More...
 
typedef struct M2MB_PROV_SCAN_RESULT M2MB_PROV_SCAN_RESULT_T
 Definition of structure describing scan results. More...
 
VOID m2mb_prov_scan_channel_fill (UINT8 *chTable, UINT8 domain, UINT8 phyMode)
 To fill valid channel numbers depending on current reg domain and PHY mode This function shall be called during scan or connect. More...
 
M2MB_OS_RESULT_E m2mb_prov_scan_channels (M2MB_PROV_SCAN_PARAM_T *sParams, M2MB_PROV_SCAN_RESULT_T *pScanResult, INT32 *maxScanElements)
 Scan for Networks This function scans the configured channels for networks configuration parameter provided. More...
 

Detailed Description

This file contains declarations of Functions API for performing scan.

m2mb_wlan_scan.h

Note
<Notes, dependencies mandatory> Dependencies:
Author
Date
05/07/2018

Definition in file m2mb_wlan_scan.h.