WE310F5  39.00.000
M2MB_WLAN_PROFILE_PNO_S Struct Reference

Preferred Network Offload setting in firmware. More...

#include <m2mb_wlan_driver.h>

Data Fields

UINT8 index
 
UINT8 ssid_len
 
UINT8 ssid [M2MB_WLAN_MAX_SSID_LEN]
 
M2MB_WLAN_AUTH_TYPE_E auth_type
 
M2MB_WLAN_ENCRYPT_TYPE_E encryption_type
 

Detailed Description

Preferred Network Offload setting in firmware.

Data structure to set an AP profile information to search for when enabling the PNO feature. This data structure is used to set the profile by passing the required profile information to m2mb_wlan_set_param() with M2MB_WLAN_SETTING_PROFILE_INFO as flag

Definition at line 280 of file m2mb_wlan_driver.h.

Field Documentation

◆ auth_type

Authentication mode

Definition at line 292 of file m2mb_wlan_driver.h.

◆ encryption_type

M2MB_WLAN_ENCRYPT_TYPE_E encryption_type

Encryption type

Definition at line 293 of file m2mb_wlan_driver.h.

◆ index

UINT8 index

Index of the AP profile to be set. This value should start with value 0 (for the first profile) and be incremented as each profile is added. However, the applications must ensure that this value does not exceed (max_pno_profiles - 1) whereas max_pno_profiles is the parameter provided by the application when enabling the PNO feature.

Definition at line 282 of file m2mb_wlan_driver.h.

◆ ssid

SSID of AP

Definition at line 291 of file m2mb_wlan_driver.h.

◆ ssid_len

UINT8 ssid_len

Length of the SSID

Definition at line 290 of file m2mb_wlan_driver.h.


The documentation for this struct was generated from the following file: