OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statebuf
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.c
491
u8
statebuf
[4];
local
500
res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE,
statebuf
,
501
sizeof(
statebuf
));
503
if (res == sizeof(
statebuf
)) {
504
state = WPA_GET_BE32(
statebuf
);
/external/wpa_supplicant_8/src/radius/
radius_server.c
695
u8
statebuf
[4];
local
704
res = radius_msg_get_attr(msg, RADIUS_ATTR_STATE,
statebuf
,
705
sizeof(
statebuf
));
707
if (res == sizeof(
statebuf
)) {
708
state = WPA_GET_BE32(
statebuf
);
[
all
...]
Completed in 31 milliseconds