Home
last modified time | relevance | path

Searched refs:WChannel (Results 1 – 1 of 1) sorted by relevance

/babblesim_ext_2G4_device_WLAN_actmod-latest/src/
DWLAN_actmod_argparse.c173 static p2G4_freq_t CenterFreq_from_WLANChannel(int WChannel) { in CenterFreq_from_WLANChannel() argument
176 center = 2407 + WChannel * 5; in CenterFreq_from_WLANChannel()
177 if (WChannel == 14) { in CenterFreq_from_WLANChannel()
208 static int WChannel; variable
210 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()