Home
last modified time | relevance | path

Searched refs:fst_ctrl_iface_receive (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_iface.h19 int fst_ctrl_iface_receive(const char *txtaddr, char *buf, size_t buflen);
Dfst_ctrl_iface.c764 int fst_ctrl_iface_receive(const char *cmd, char *reply, size_t reply_size) in fst_ctrl_iface_receive() function
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c4742 reply_len = fst_ctrl_iface_receive(buf + 12, reply, reply_size); in hostapd_global_ctrl_iface_receive()
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface.c12130 reply_len = fst_ctrl_iface_receive(buf + 12, reply, reply_size); in wpa_supplicant_global_ctrl_iface_process()