Searched defs:hal_info_s (Results 1 – 2 of 2) sorted by relevance
153 typedef struct hal_info_s { struct155 struct nl_sock *cmd_sock; // command socket object156 struct nl_sock *event_sock; // event socket object157 struct nl_sock *user_sock; // user socket object158 struct ctrl_sock wifihal_ctrl_sock; // ctrl sock object159 struct list_head monitor_sockets; // list of monitor sockets160 int nl80211_family_id; // family id for 80211 driver162 bool in_event_loop; // Indicates that event loop is active163 bool clean_up; // Indication to clean up the socket165 wifi_internal_event_handler event_handler; // default event handler[all …]
118 typedef struct hal_info_s { struct120 struct nl_sock *cmd_sock; // command socket object121 struct nl_sock *event_sock; // event socket object122 struct nl_sock *user_sock; // user socket object123 struct ctrl_sock wifihal_ctrl_sock; // ctrl sock object124 struct list_head monitor_sockets; // list of monitor sockets125 int nl80211_family_id; // family id for 80211 driver127 bool in_event_loop; // Indicates that event loop is active128 bool clean_up; // Indication to clean up the socket130 wifi_internal_event_handler event_handler; // default event handler[all …]