OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cui
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/src/radius/
radius_das.h
36
const u8 *
cui
;
member in struct:radius_das_attrs
radius_das.c
141
attrs.
cui
= buf;
/external/wpa_supplicant_8/src/ap/
pmksa_cache_auth.c
43
wpabuf_free(entry->
cui
);
159
entry->
cui
= wpabuf_dup(eapol->radius_cui);
199
if (entry->
cui
) {
201
eapol->radius_cui = wpabuf_dup(entry->
cui
);
363
if (old_entry->
cui
)
364
entry->
cui
= wpabuf_dup(old_entry->
cui
);
518
if (attr->
cui
) {
519
if (!entry->
cui
||
520
attr->cui_len != wpabuf_len(entry->
cui
) ||
[
all
...]
pmksa_cache_auth.h
28
struct wpabuf *
cui
;
member in struct:rsn_pmksa_cache_entry
ieee802_1x.c
661
const u8 *
cui
;
local
663
/* Add previously learned
CUI
or nul
CUI
to request
CUI
*/
665
cui
= wpabuf_head(sm->radius_cui);
668
cui
= (const u8 *) "\0";
673
cui
, cui_len)) {
674
wpa_printf(MSG_ERROR, "Could not add
CUI
");
1453
struct wpabuf *
cui
;
local
[
all
...]
hostapd.c
741
if (attr->
cui
) {
746
struct wpabuf *
cui
;
local
750
cui
= ieee802_1x_get_radius_cui(sta->eapol_sm);
751
if (!
cui
|| wpabuf_len(
cui
) != attr->cui_len ||
752
os_memcmp(wpabuf_head(
cui
), attr->
cui
,
[
all
...]
Completed in 64 milliseconds