HomeSort by relevance Sort by last modified time
    Searched refs:off_channel_freq (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
offchannel.c 98 if (wpa_s->off_channel_freq != wpa_s->pending_action_freq &&
102 "waiting for another freq=%u (off_channel_freq=%u "
105 wpa_s->off_channel_freq,
107 if (without_roc && wpa_s->off_channel_freq == 0) {
133 wpa_s->off_channel_freq = 0;
337 if (wpa_s->off_channel_freq == freq || freq == 0) {
376 wpa_s->off_channel_freq = 0;
393 "Off-channel: Action frame sequence done notification: pending_action_tx=%p drv_offchan_tx=%d action_tx_wait_time=%d off_channel_freq=%d roc_waiting_drv_freq=%d",
396 wpa_s->action_tx_wait_time, wpa_s->off_channel_freq,
403 else if (wpa_s->off_channel_freq || wpa_s->roc_waiting_drv_freq)
    [all...]
p2p_supplicant.c     [all...]
wpa_supplicant_i.h 811 unsigned int off_channel_freq; member in struct:wpa_supplicant
    [all...]

Completed in 64 milliseconds