Searched refs:WChannel (Results 1 – 1 of 1) sorted by relevance
173 static p2G4_freq_t CenterFreq_from_WLANChannel(int WChannel) { in CenterFreq_from_WLANChannel() argument176 center = 2407 + WChannel * 5; in CenterFreq_from_WLANChannel()177 if (WChannel == 14) { in CenterFreq_from_WLANChannel()208 static int WChannel; variable210 if (( WChannel < 1 ) || ( WChannel > 14 )) { in cmd_channel_found()213 args_g->centerfreq = CenterFreq_from_WLANChannel(WChannel); in cmd_channel_found()303 …{ false, false , false, "channel", "WLANChannel", 'i', (void*)&WChannel ,cmd_chann… in WLAN_actmod_argparse()