Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:freq

82 			   "waiting for another freq=%u (off_channel_freq=%u "
204 * @freq: The frequency in MHz indicating the channel on which the frame is to
222 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
226 unsigned int freq, const u8 *dst,
233 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
235 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
258 wpa_s->pending_action_freq = freq;
261 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) {
281 if (freq) {
284 if (tx_iface->assoc_freq == freq) {
288 freq = 0;
292 if (wpa_s->off_channel_freq == freq || freq == 0) {
304 if (wpa_s->roc_waiting_drv_freq == freq) {
307 "waiting to send the Action frame", freq);
318 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) {
321 "Frame TX", freq);
325 wpa_s->roc_waiting_drv_freq = freq;
359 * @freq: Frequency (in MHz) of the selected channel
366 unsigned int freq, unsigned int duration)
369 wpa_s->off_channel_freq = freq;
377 * @freq: Frequency (in MHz) of the selected channel
383 unsigned int freq)