Lines Matching refs:freq
259 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, in offchannel_send_action() argument
263 unsigned int freq, const u8 *dst, in offchannel_send_action()
272 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid), in offchannel_send_action()
298 wpa_s->pending_action_freq = freq; in offchannel_send_action()
307 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) { in offchannel_send_action()
328 if (freq) { in offchannel_send_action()
331 if (tx_iface->assoc_freq == freq) { in offchannel_send_action()
335 freq = 0; in offchannel_send_action()
339 if (wpa_s->off_channel_freq == freq || freq == 0) { in offchannel_send_action()
351 if (wpa_s->roc_waiting_drv_freq == freq) { in offchannel_send_action()
354 "waiting to send the Action frame", freq); in offchannel_send_action()
372 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) { in offchannel_send_action()
375 "Frame TX", freq); in offchannel_send_action()
379 wpa_s->roc_waiting_drv_freq = freq; in offchannel_send_action()
424 unsigned int freq, unsigned int duration) in offchannel_remain_on_channel_cb() argument
427 wpa_s->off_channel_freq = freq; in offchannel_remain_on_channel_cb()
441 unsigned int freq) in offchannel_cancel_remain_on_channel_cb() argument