Tizen RT Public API  v1.1 D4
wifi_manager_ap_config_s Struct Reference

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
 

Detailed Description

Specify which access point (AP) a client connects to.

Definition at line 160 of file wifi_manager.h.

Field Documentation

◆ ap_auth_type

wifi_utils_ap_auth_type

Definition at line 165 of file wifi_manager.h.

◆ ap_crypto_type

wifi_utils_ap_crypto_type

Definition at line 166 of file wifi_manager.h.

◆ passphrase

char passphrase[64]

ap passphrase(password)

Definition at line 163 of file wifi_manager.h.

◆ passphrase_length

unsigned int passphrase_length

ap passphrase length

Definition at line 164 of file wifi_manager.h.

◆ ssid

char ssid[32]

Service Set Identification

Definition at line 161 of file wifi_manager.h.

◆ ssid_length

unsigned int ssid_length

Service Set Identification Length

Definition at line 162 of file wifi_manager.h.


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