Lines Matching refs:vendor_id
230 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, in eap_ttls_avp_hdr() argument
239 if (vendor_id) { in eap_ttls_avp_hdr()
242 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr()
256 u32 vendor_id, int mandatory, in eap_ttls_avp_add() argument
260 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len); in eap_ttls_avp_add()
972 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local
1006 vendor_id = WPA_GET_BE32(dpos); in eap_ttls_parse_avp()
1008 (int) vendor_id); in eap_ttls_parse_avp()
1015 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) { in eap_ttls_parse_avp()
1018 } else if (vendor_id == 0 && avp_code == RADIUS_ATTR_REPLY_MESSAGE) { in eap_ttls_parse_avp()
1023 } else if (vendor_id == RADIUS_VENDOR_ID_MICROSOFT && in eap_ttls_parse_avp()
1035 } else if (vendor_id == RADIUS_VENDOR_ID_MICROSOFT && in eap_ttls_parse_avp()
1043 (int) avp_code, (int) vendor_id); in eap_ttls_parse_avp()
1048 (int) avp_code, (int) vendor_id); in eap_ttls_parse_avp()