ap_isolation


Description:

[ NoAccessorMethod ]
[ Version ( since = "1.28" ) ]
public Ternary ap_isolation { get; set; }

Configures AP isolation, which prevents communication between wireless devices connected to this AP.

This property can be set to a value different from nm_ternary_default only when the interface is configured in AP mode.

If set to nm_ternary_true, devices are not able to communicate with each other. This increases security because it protects devices against attacks from other clients in the network. At the same time, it prevents devices to access resources on the same wireless networks as file shares, printers, etc.

If set to nm_ternary_false, devices can talk to each other.

When set to nm_ternary_default, the global default is used; in case the global default is unspecified it is assumed to be nm_ternary_false.