add_eap_method


Description:

public bool add_eap_method (string eap)

Adds an allowed EAP method.

The setting is not valid until at least one EAP method has been added. See NMSetting8021x:eap property for a list of allowed EAP methods.

Parameters:

this

the Setting8021x

eap

the name of the EAP method to allow for this connection

Returns:

true if the EAP method was successfully added, false if it was not a valid method or if it was already allowed.