Lines Matching refs:freq
48 uint32_t freq; in handle_freqs() local
73 freq = strtoul(argv[1], &end, 10); in handle_freqs()
76 NLA_PUT_U32(msg, NL80211_ATTR_CENTER_FREQ1, freq); in handle_freqs()
84 freq = strtoul(argv[2], &end, 10); in handle_freqs()
87 NLA_PUT_U32(msg, NL80211_ATTR_CENTER_FREQ2, freq); in handle_freqs()
107 unsigned int freq; in handle_freqchan() local
115 freq = strtoul(argv[0], &end, 10); in handle_freqchan()
121 band = freq <= 14 ? NL80211_BAND_2GHZ : NL80211_BAND_5GHZ; in handle_freqchan()
122 freq = ieee80211_channel_to_frequency(freq, band); in handle_freqchan()
125 NLA_PUT_U32(msg, NL80211_ATTR_WIPHY_FREQ, freq); in handle_freqchan()
154 COMMAND(set, freq, "<freq> [HT20|HT40+|HT40-]",
158 COMMAND(set, freq, "<freq> [HT20|HT40+|HT40-]\n"