Lines Matching defs:freq
102 "waiting for another freq=%u (off_channel_freq=%u "
241 * @freq: The frequency in MHz indicating the channel on which the frame is to
259 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
263 unsigned int freq, const u8 *dst,
270 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
272 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
298 wpa_s->pending_action_freq = freq;
307 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) {
328 if (freq) {
331 if (tx_iface->assoc_freq == freq) {
335 freq = 0;
339 if (wpa_s->off_channel_freq == freq || freq == 0) {
351 if (wpa_s->roc_waiting_drv_freq == freq) {
354 "waiting to send the Action frame", freq);
372 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) {
375 "Frame TX", freq);
379 wpa_s->roc_waiting_drv_freq = freq;
417 * @freq: Frequency (in MHz) of the selected channel
424 unsigned int freq, unsigned int duration)
427 wpa_s->off_channel_freq = freq;
435 * @freq: Frequency (in MHz) of the selected channel
441 unsigned int freq)