OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:should_dispatch
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_common_i.h
24
int
should_dispatch
;
member in struct:wpas_dbus_priv
dbus_common.c
69
priv->
should_dispatch
= 0;
78
if (priv->
should_dispatch
) {
80
priv->
should_dispatch
= 0;
233
priv->
should_dispatch
= 1;
/external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c
35
int
should_dispatch
;
member in struct:ctrl_iface_dbus_priv
47
iface->
should_dispatch
= 0;
56
if (iface->
should_dispatch
) {
60
iface->
should_dispatch
= 0;
241
iface->
should_dispatch
= 1;
[
all
...]
Completed in 740 milliseconds