Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Doffchannel.c98 if (wpa_s->off_channel_freq != wpa_s->pending_action_freq && in wpas_send_action_cb()
99 wpa_s->pending_action_freq != 0 && in wpas_send_action_cb()
100 wpa_s->pending_action_freq != iface->assoc_freq) { in wpas_send_action_cb()
104 wpa_s->pending_action_freq, in wpas_send_action_cb()
126 wpa_s, wpa_s->pending_action_freq, in wpas_send_action_cb()
131 "TX", wpa_s->pending_action_freq); in wpas_send_action_cb()
135 wpa_s->pending_action_freq; in wpas_send_action_cb()
145 res = wpa_drv_send_action(iface, wpa_s->pending_action_freq, 0, in wpas_send_action_cb()
222 wpa_s, wpa_s->pending_action_freq, in offchannel_send_action_tx_status()
298 wpa_s->pending_action_freq = freq; in offchannel_send_action()
[all …]
Dwpa_supplicant_i.h838 unsigned int pending_action_freq; member