Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:subtype

599 		   "Received Version %d SubType %d",
600 _bind->version, _bind->received_version, _bind->subtype);
608 _bind->subtype != EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST) {
609 wpa_printf(MSG_INFO, "EAP-FAST: Invalid version/subtype in "
611 "Received Version %d SubType %d",
613 _bind->subtype);
631 rbind->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_RESPONSE;
638 "Received Version %d SubType %d",
639 rbind->version, rbind->received_version, rbind->subtype);