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
147
#define
SSID_LEN
32
148
u8 ssid[
SSID_LEN
];
149
size_t
ssid_len
;
member in struct:wpa_auth_config
wpa_auth_glue.c
55
wconf->
ssid_len
= conf->ssid.
ssid_len
;
56
if (wconf->
ssid_len
>
SSID_LEN
)
57
wconf->
ssid_len
=
SSID_LEN
;
58
os_memcpy(wconf->ssid, conf->ssid.ssid, wconf->
ssid_len
);
Completed in 1252 milliseconds