validMethods:this.eapMethods// on init all registered eap methods are valid, we kick them out in case we get a NAK response
validMethods:this.eapMethods.filter(eap=>eap.getEAPType()!==handlingType)// on init all registered eap methods are valid, we kick them out in case we get a NAK response