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.h116 typedef struct hal_info_s { struct
118 struct nl_sock *cmd_sock; // command socket object
119 struct nl_sock *event_sock; // event socket object
120 struct nl_sock *user_sock; // user socket object
121 struct ctrl_sock wifihal_ctrl_sock; // ctrl sock object
122 struct list_head monitor_sockets; // list of monitor sockets
123 int nl80211_family_id; // family id for 80211 driver
125 bool in_event_loop; // Indicates that event loop is active
126 bool clean_up; // Indication to clean up the socket
128 wifi_internal_event_handler event_handler; // default event handler
[all …]