OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSID_LEN
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
wpa_auth.h
153
#define
SSID_LEN
32
154
u8 ssid[
SSID_LEN
];
155
size_t
ssid_len
;
member in struct:wpa_auth_config
wpa_auth_glue.c
57
wconf->
ssid_len
= conf->ssid.
ssid_len
;
58
if (wconf->
ssid_len
>
SSID_LEN
)
59
wconf->
ssid_len
=
SSID_LEN
;
60
os_memcpy(wconf->ssid, conf->ssid.ssid, wconf->
ssid_len
);
Completed in 751 milliseconds