Home
last modified time | relevance | path

Searched defs:hal_info_s (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcommon.h90 typedef struct hal_info_s { struct
92 struct nl_sock *cmd_sock; // command socket object
93 struct nl_sock *event_sock; // event socket object
94 struct nl_sock *user_sock; // user socket object
95 int nl80211_family_id; // family id for 80211 driver
97 bool in_event_loop; // Indicates that event loop is active
98 bool clean_up; // Indication to clean up the socket
100 wifi_internal_event_handler event_handler; // default event handler
101 wifi_cleaned_up_handler cleaned_up_handler; // socket cleaned up handler
103 cb_info *event_cb; // event callbacks
[all …]