filter_connections


Description:

public SList<unowned Connection> filter_connections (SList<Connection> connections)

Filters a given list of connections for a given WimaxNsp object and return connections which may be activated with the access point.

Any returned connections will match the this's network name and other attributes.

Parameters:

this

an WimaxNsp to filter connections for

connections

a list of Connection objects to filter

Returns:

a list of Connection objects that could be activated with the given this. The elements of the list are owned by their creator and should not be freed by the caller, but the returned list itself is owned by the caller and should be freed with g_slist_free when it is no longer required.