|
Zephyr Project API 4.0.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. | |
| const uint8_t * | psk |
| Pre-shared key. | |
| uint8_t | psk_length |
| Pre-shared key length. | |
| const 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. | |
| uint8_t | bssid [WIFI_MAC_ADDR_LEN] |
| BSSID. | |
| int | timeout |
| Connect timeout in seconds, SYS_FOREVER_MS for no timeout. | |
| const uint8_t * | anon_id |
| anonymous identity | |
| uint8_t | aid_length |
| anon_id length, max 64 | |
| const uint8_t * | key_passwd |
| Private key passwd for enterprise mode. | |
| uint8_t | key_passwd_length |
| Private key passwd length, max 128. | |
| const uint8_t * | key2_passwd |
| private key2 passwd | |
| uint8_t | key2_passwd_length |
| key2 passwd length, max 128 | |
| uint8_t | suiteb_type |
| suiteb or suiteb-192 | |
| uint8_t | eap_ver |
| eap version | |
| const uint8_t * | eap_identity |
| Identity for EAP. | |
| uint8_t | eap_id_length |
| eap identity length, max 64 | |
| const uint8_t * | eap_password |
| Password string for EAP. | |
| uint8_t | eap_passwd_length |
| eap passwd length, max 128 | |
| bool | ft_used |
| Fast BSS Transition used. | |
Wi-Fi connect request parameters.
| uint8_t wifi_connect_req_params::aid_length |
anon_id length, max 64
| uint8_t wifi_connect_req_params::band |
Frequency band.
| uint8_t wifi_connect_req_params::bssid[WIFI_MAC_ADDR_LEN] |
BSSID.
| uint8_t wifi_connect_req_params::channel |
Channel.
| uint8_t wifi_connect_req_params::eap_id_length |
eap identity length, max 64
| uint8_t wifi_connect_req_params::eap_passwd_length |
eap passwd length, max 128
| uint8_t wifi_connect_req_params::eap_ver |
eap version
| bool wifi_connect_req_params::ft_used |
Fast BSS Transition used.
| uint8_t wifi_connect_req_params::key2_passwd_length |
key2 passwd length, max 128
| uint8_t wifi_connect_req_params::key_passwd_length |
Private key passwd length, max 128.
| enum wifi_mfp_options wifi_connect_req_params::mfp |
MFP options.
| uint8_t wifi_connect_req_params::psk_length |
Pre-shared key length.
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.
| uint8_t wifi_connect_req_params::suiteb_type |
suiteb or suiteb-192
| int wifi_connect_req_params::timeout |
Connect timeout in seconds, SYS_FOREVER_MS for no timeout.