wifi_find_next_channel


Description:


public uint32 wifi_find_next_channel (uint32 channel, int direction, string band)

Utility function to find out next/previous Wi-Fi channel for a channel.

Parameters:

channel

current channel

direction

whether going downward (0 or less) or upward (1 or more)

band

frequency band for wireless ("a" or "bg")

Returns:

the next channel in the specified direction or 0


Namespace: NM.Utils
Package: libnm-util