OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resp_hdr
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
eap_peap.c
245
struct eap_hdr *
resp_hdr
;
local
259
resp_hdr
= (struct eap_hdr *) (*resp);
260
resp_hdr
->code = EAP_CODE_RESPONSE;
261
resp_hdr
->identifier = hdr->identifier;
262
pos = (u8 *) (
resp_hdr
+ 1);
271
resp_hdr
->length = host_to_be16(*resp_len);
eap_fast.c
796
struct eap_hdr *
resp_hdr
;
local
810
resp_hdr
= (struct eap_hdr *) (*resp);
811
resp_hdr
->code = EAP_CODE_RESPONSE;
812
resp_hdr
->identifier = hdr->identifier;
813
pos = (u8 *) (
resp_hdr
+ 1);
822
resp_hdr
->length = host_to_be16(*resp_len);
[
all
...]
eap_ttls.c
486
struct eap_hdr *
resp_hdr
;
local
500
resp_hdr
= (struct eap_hdr *) (*resp);
501
resp_hdr
->code = EAP_CODE_RESPONSE;
502
resp_hdr
->identifier = hdr->identifier;
503
pos = (u8 *) (
resp_hdr
+ 1);
512
resp_hdr
->length = host_to_be16(*resp_len);
[
all
...]
Completed in 31 milliseconds