Tizen RT Public API
v1.1 D4
|
Specify which access point (AP) a client connects to. More...
#include <wifi_manager.h>
Data Fields | |
char | ssid [32] |
unsigned int | ssid_length |
char | passphrase [64] |
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 160 of file wifi_manager.h.
wifi_manager_ap_auth_type_e ap_auth_type |
wifi_utils_ap_auth_type
Definition at line 165 of file wifi_manager.h.
wifi_manager_ap_crypto_type_e ap_crypto_type |
wifi_utils_ap_crypto_type
Definition at line 166 of file wifi_manager.h.
char passphrase[64] |
ap passphrase(password)
Definition at line 163 of file wifi_manager.h.
unsigned int passphrase_length |
ap passphrase length
Definition at line 164 of file wifi_manager.h.
char ssid[32] |
Service Set Identification
Definition at line 161 of file wifi_manager.h.
unsigned int ssid_length |
Service Set Identification Length
Definition at line 162 of file wifi_manager.h.