OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iface_state
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/fst/
fst_ctrl_aux.h
49
}
iface_state
; /* for EVENT_FST_IFACE_STATE_CHANGED */
member in union:fst_event_extra
fst_ctrl_iface.c
112
is = &extra->
iface_state
;
700
extra.
iface_state
.attached = attached;
701
os_strlcpy(extra.
iface_state
.ifname, fst_iface_get_name(i),
702
sizeof(extra.
iface_state
.ifname));
703
os_strlcpy(extra.
iface_state
.group_id, fst_iface_get_group_id(i),
704
sizeof(extra.
iface_state
.group_id));
Completed in 169 milliseconds