Lines Matching refs:freq
238 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq, in offchannel_send_action() argument
242 unsigned int freq, const u8 *dst, in offchannel_send_action()
251 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid), in offchannel_send_action()
277 wpa_s->pending_action_freq = freq; in offchannel_send_action()
286 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) { in offchannel_send_action()
305 if (freq) { in offchannel_send_action()
308 if (tx_iface->assoc_freq == freq) { in offchannel_send_action()
312 freq = 0; in offchannel_send_action()
316 if (wpa_s->off_channel_freq == freq || freq == 0) { in offchannel_send_action()
328 if (wpa_s->roc_waiting_drv_freq == freq) { in offchannel_send_action()
331 "waiting to send the Action frame", freq); in offchannel_send_action()
349 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) { in offchannel_send_action()
352 "Frame TX", freq); in offchannel_send_action()
356 wpa_s->roc_waiting_drv_freq = freq; in offchannel_send_action()
400 unsigned int freq, unsigned int duration) in offchannel_remain_on_channel_cb() argument
403 wpa_s->off_channel_freq = freq; in offchannel_remain_on_channel_cb()
417 unsigned int freq) in offchannel_cancel_remain_on_channel_cb() argument