OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:xhdr
(Results
1 - 1
of
1
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_1x.c
43
struct ieee802_1x_hdr *
xhdr
;
local
47
len = sizeof(*
xhdr
) + datalen;
56
xhdr
= (struct ieee802_1x_hdr *) buf;
57
xhdr
->version = hapd->conf->eapol_version;
58
xhdr
->type = type;
59
xhdr
->length = host_to_be16(datalen);
62
os_memcpy(
xhdr
+ 1, data, datalen);
1795
const struct ieee802_1x_hdr *
xhdr
=
local
[
all
...]
Completed in 76 milliseconds