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
52
struct ieee802_1x_hdr *
xhdr
;
local
56
len = sizeof(*
xhdr
) + datalen;
65
xhdr
= (struct ieee802_1x_hdr *) buf;
66
xhdr
->version = hapd->conf->eapol_version;
67
xhdr
->type = type;
68
xhdr
->length = host_to_be16(datalen);
71
os_memcpy(
xhdr
+ 1, data, datalen);
1798
struct ieee802_1x_hdr *
xhdr
;
local
[
all
...]
Completed in 75 milliseconds