OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nak_type
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h
51
be16
nak_type
;
member in struct:eap_tlv_nak_tlv
/external/wpa_supplicant_8/src/eap_peer/
eap_peap.c
198
* @
nak_type
: TLV type (EAP_TLV_*)
204
static struct wpabuf * eap_tlv_build_nak(int id, u16
nak_type
)
217
wpabuf_put_be16(msg,
nak_type
); /* NAK-Type */
[
all
...]
eap_fast.c
509
nak->
nak_type
= host_to_be16(tlv_type);
[
all
...]
Completed in 98 milliseconds