| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
Wi-Fi connect request parameters. More...
#include <wifi_mgmt.h>
Data Fields | |
| const uint8_t * | ssid | 
| SSID.   | |
| uint8_t | ssid_length | 
| SSID length.   | |
| uint8_t * | psk | 
| Pre-shared key.   | |
| uint8_t | psk_length | 
| Pre-shared key length.   | |
| uint8_t * | sae_password | 
| SAE password (same as PSK but with no length restrictions), optional.   | |
| uint8_t | sae_password_length | 
| SAE password length.   | |
| uint8_t | band | 
| Frequency band.   | |
| uint8_t | channel | 
| Channel.   | |
| enum wifi_security_type | security | 
| Security type.   | |
| enum wifi_mfp_options | mfp | 
| MFP options.   | |
| int | timeout | 
| Connect timeout in seconds, SYS_FOREVER_MS for no timeout.   | |
Wi-Fi connect request parameters.
| uint8_t wifi_connect_req_params::band | 
Frequency band.
| uint8_t wifi_connect_req_params::channel | 
Channel.
| enum wifi_mfp_options wifi_connect_req_params::mfp | 
MFP options.
| uint8_t* wifi_connect_req_params::psk | 
Pre-shared key.
| uint8_t wifi_connect_req_params::psk_length | 
Pre-shared key length.
| uint8_t* wifi_connect_req_params::sae_password | 
SAE password (same as PSK but with no length restrictions), optional.
| uint8_t wifi_connect_req_params::sae_password_length | 
SAE password length.
| enum wifi_security_type wifi_connect_req_params::security | 
Security type.
| uint8_t wifi_connect_req_params::ssid_length | 
SSID length.
| int wifi_connect_req_params::timeout | 
Connect timeout in seconds, SYS_FOREVER_MS for no timeout.