add_pairwise


Description:

public bool add_pairwise (string pairwise)

Adds an encryption algorithm to the list of allowed pairwise encryption algorithms.

If the list is not empty, then only access points that support one or more of the encryption algorithms in the list will be considered compatible with this connection.

Parameters:

this

the SettingWirelessSecurity

pairwise

the encryption algorithm to add, one of "tkip" or "ccmp"

Returns:

true if the algorithm was added to the list, false if it was already in the list