OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listen_freq
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/p2p/
p2p_i.h
31
int
listen_freq
;
member in struct:p2p_device
/external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c
1107
int
listen_freq
= -1, send_freq = -1;
local
1110
listen_freq
= wpa_s->p2p_listen_work->freq;
1113
if (
listen_freq
!= (int) freq && send_freq != (int) freq) {
1114
wpa_printf(MSG_DEBUG, "P2P: Schedule new radio work for Action frame TX (
listen_freq
=%d send_freq=%d)",
1115
listen_freq
, send_freq);
[
all
...]
Completed in 105 milliseconds