Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:freq

80 			   "waiting for another freq=%u (off_channel_freq=%u "
181 * @freq: The frequency in MHz indicating the channel on which the frame is to
199 int offchannel_send_action(struct wpa_supplicant *wpa_s, unsigned int freq,
203 unsigned int freq, const u8 *dst,
210 wpa_printf(MSG_DEBUG, "Off-channel: Send action frame: freq=%d dst="
212 freq, MAC2STR(dst), MAC2STR(src), MAC2STR(bssid),
234 wpa_s->pending_action_freq = freq;
237 if (freq != 0 && wpa_s->drv_flags & WPA_DRIVER_FLAGS_OFFCHANNEL_TX) {
253 if (freq) {
256 if (tx_iface->assoc_freq == freq) {
260 freq = 0;
264 if (wpa_s->off_channel_freq == freq || freq == 0) {
276 if (wpa_s->roc_waiting_drv_freq == freq) {
279 "waiting to send the Action frame", freq);
290 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) {
293 "Frame TX", freq);
297 wpa_s->roc_waiting_drv_freq = freq;
331 * @freq: Frequency (in MHz) of the selected channel
338 unsigned int freq, unsigned int duration)
341 wpa_s->off_channel_freq = freq;
349 * @freq: Frequency (in MHz) of the selected channel
355 unsigned int freq)