Home
last modified time | relevance | path

Searched refs:pending_action_freq (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/wpa/wpa_supplicant/
Doffchannel.c76 if (wpa_s->off_channel_freq != wpa_s->pending_action_freq && in wpas_send_action_cb()
77 wpa_s->pending_action_freq != 0 && in wpas_send_action_cb()
78 wpa_s->pending_action_freq != iface->assoc_freq) { in wpas_send_action_cb()
82 wpa_s->pending_action_freq, in wpas_send_action_cb()
94 wpa_s, wpa_s->pending_action_freq, 200) < in wpas_send_action_cb()
99 "TX", wpa_s->pending_action_freq); in wpas_send_action_cb()
103 wpa_s->pending_action_freq; in wpas_send_action_cb()
112 res = wpa_drv_send_action(iface, wpa_s->pending_action_freq, 0, in wpas_send_action_cb()
170 wpa_s, wpa_s->pending_action_freq, in offchannel_send_action_tx_status()
234 wpa_s->pending_action_freq = freq; in offchannel_send_action()
[all …]
Dwpa_supplicant_i.h538 unsigned int pending_action_freq; member