Searched defs:ctrl_iface_priv (Results 1 – 3 of 3) sorted by relevance
44 struct ctrl_iface_priv { struct45 struct wpa_supplicant *wpa_s;46 int sock;47 struct wpa_ctrl_dst *ctrl_dst;48 u8 cookie[COOKIE_LEN];
34 struct ctrl_iface_priv { struct35 struct wpa_supplicant *wpa_s;36 int sock;37 struct dl_list ctrl_dst;38 int android_control_socket;39 struct dl_list msg_queue;40 unsigned int throttle_count;
75 struct ctrl_iface_priv { struct83 static void wpa_supplicant_ctrl_iface_send(struct ctrl_iface_priv *priv, argument