Searched refs:pending_action_freq (Results 1 - 5 of 5) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | offchannel.c | 76 if (wpa_s->off_channel_freq != wpa_s->pending_action_freq && 77 wpa_s->pending_action_freq != 0 && 78 wpa_s->pending_action_freq != iface->assoc_freq) { 82 wpa_s->pending_action_freq, 94 wpa_s, wpa_s->pending_action_freq, 200) < 99 "TX", wpa_s->pending_action_freq); 103 wpa_s->pending_action_freq; 112 res = wpa_drv_send_action(iface, wpa_s->pending_action_freq, 0, 170 wpa_s, wpa_s->pending_action_freq, 234 wpa_s->pending_action_freq [all...] |
H A D | wpa_supplicant_i.h | 570 unsigned int pending_action_freq; member in struct:wpa_supplicant
|
/external/wpa_supplicant_8/hostapd/src/drivers/ |
H A D | driver_test.c | 112 unsigned int pending_action_freq; member in struct:wpa_driver_test_data 502 p2p_send_action_cb(drv->p2p, drv->pending_action_freq, 2702 if (drv->off_channel_freq != drv->pending_action_freq) { 2705 drv->pending_action_freq); 2710 wpa_driver_test_send_action(drv, drv->pending_action_freq, 0, 3001 drv->pending_action_freq = freq;
|
/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_test.c | 112 unsigned int pending_action_freq; member in struct:wpa_driver_test_data 502 p2p_send_action_cb(drv->p2p, drv->pending_action_freq, 2702 if (drv->off_channel_freq != drv->pending_action_freq) { 2705 drv->pending_action_freq); 2710 wpa_driver_test_send_action(drv, drv->pending_action_freq, 0, 3001 drv->pending_action_freq = freq;
|
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/ |
H A D | driver_test.c | 112 unsigned int pending_action_freq; member in struct:wpa_driver_test_data 502 p2p_send_action_cb(drv->p2p, drv->pending_action_freq, 2702 if (drv->off_channel_freq != drv->pending_action_freq) { 2705 drv->pending_action_freq); 2710 wpa_driver_test_send_action(drv, drv->pending_action_freq, 0, 3001 drv->pending_action_freq = freq;
|
Completed in 184 milliseconds