Searched defs:hal_info_s (Results 1 – 1 of 1) sorted by relevance
116 typedef struct hal_info_s { struct118 struct nl_sock *cmd_sock; // command socket object119 struct nl_sock *event_sock; // event socket object120 struct nl_sock *user_sock; // user socket object121 struct ctrl_sock wifihal_ctrl_sock; // ctrl sock object122 struct list_head monitor_sockets; // list of monitor sockets123 int nl80211_family_id; // family id for 80211 driver125 bool in_event_loop; // Indicates that event loop is active126 bool clean_up; // Indication to clean up the socket128 wifi_internal_event_handler event_handler; // default event handler[all …]