OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:peer_state
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/fst/
fst.c
27
extra.
peer_state
.connected = connected;
28
os_strlcpy(extra.
peer_state
.ifname, fst_iface_get_name(iface),
29
sizeof(extra.
peer_state
.ifname));
30
os_memcpy(extra.
peer_state
.addr, peer_addr, ETH_ALEN);
fst_ctrl_aux.h
54
}
peer_state
; /* for EVENT_PEER_STATE_CHANGED */
member in union:fst_event_extra
fst_ctrl_iface.c
124
ps = &extra->
peer_state
;
Completed in 66 milliseconds