add_group


Description:

public bool add_group (string group)

Adds an encryption algorithm to the list of allowed groupwise 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

group

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

Returns:

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