TizenRT Public API
v2.0 M2
|
Specify which access point (AP) a client connects to. More...
#include <wifi_manager.h>
Data Fields | |
char | ssid [WIFIMGR_SSID_LEN+1] |
unsigned int | ssid_length |
char | passphrase [WIFIMGR_PASSPHRASE_LEN+1] |
unsigned int | passphrase_length |
wifi_manager_ap_auth_type_e | ap_auth_type |
wifi_manager_ap_crypto_type_e | ap_crypto_type |
Specify which access point (AP) a client connects to.
Definition at line 200 of file wifi_manager.h.
wifi_manager_ap_auth_type_e ap_auth_type |
wifi_utils_ap_auth_type
Definition at line 205 of file wifi_manager.h.
wifi_manager_ap_crypto_type_e ap_crypto_type |
wifi_utils_ap_crypto_type
Definition at line 206 of file wifi_manager.h.
char passphrase[WIFIMGR_PASSPHRASE_LEN+1] |
ap passphrase(password)
Definition at line 203 of file wifi_manager.h.
unsigned int passphrase_length |
ap passphrase length
Definition at line 204 of file wifi_manager.h.
char ssid[WIFIMGR_SSID_LEN+1] |
Service Set Identification
Definition at line 201 of file wifi_manager.h.
unsigned int ssid_length |
Service Set Identification Length
Definition at line 202 of file wifi_manager.h.