OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_state_str
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old.c
406
const char *
new_state_str
, *old_state_str;
local
433
new_state_str
= wpa_supplicant_state_txt(new_state);
435
if (
new_state_str
== NULL || old_state_str == NULL) {
443
DBUS_TYPE_STRING, &
new_state_str
,
/external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus.c
683
const char *
new_state_str
, *old_state_str;
local
718
new_state_str
= wpa_supplicant_state_txt(new_state);
720
if (
new_state_str
== NULL || old_state_str == NULL) {
730
DBUS_TYPE_STRING, &
new_state_str
,
[
all
...]
Completed in 65 milliseconds