Searched refs:exp_type (Results 1 – 2 of 2) sorted by relevance
269 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument272 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()331 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument333 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
82 u32 exp_type; in eap_hdr_validate() local91 exp_type = WPA_GET_BE32(pos); in eap_hdr_validate()93 if (exp_vendor != vendor || exp_type != (u32) eap_type) { in eap_hdr_validate()