Linux Kernel
3.7.1
|
#include <csr_wifi_nme_ap_prim.h>
Data Fields | |
CsrWifiSmeApAuthType | authType |
union { | |
CsrWifiSmeEmpty openSystemEmpty | |
CsrWifiSmeWepAuth authwep | |
CsrWifiNmeApAuthPers authTypePersonal | |
} | nmeAuthType |
Definition at line 135 of file csr_wifi_nme_ap_prim.h.
CsrWifiSmeApAuthType authType |
Definition at line 137 of file csr_wifi_nme_ap_prim.h.
CsrWifiNmeApAuthPers authTypePersonal |
Definition at line 141 of file csr_wifi_nme_ap_prim.h.
CsrWifiSmeWepAuth authwep |
Definition at line 140 of file csr_wifi_nme_ap_prim.h.
union { ... } nmeAuthType |
CsrWifiSmeEmpty openSystemEmpty |
Definition at line 139 of file csr_wifi_nme_ap_prim.h.