Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dcommon.h153 typedef struct hal_info_s { struct
155 struct nl_sock *cmd_sock; // command socket object
156 struct nl_sock *event_sock; // event socket object
157 struct nl_sock *user_sock; // user socket object
158 struct ctrl_sock wifihal_ctrl_sock; // ctrl sock object
159 struct list_head monitor_sockets; // list of monitor sockets
160 int nl80211_family_id; // family id for 80211 driver
162 bool in_event_loop; // Indicates that event loop is active
163 bool clean_up; // Indication to clean up the socket
165 wifi_internal_event_handler event_handler; // default event handler
[all …]
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dcommon.h118 typedef struct hal_info_s { struct
120 struct nl_sock *cmd_sock; // command socket object
121 struct nl_sock *event_sock; // event socket object
122 struct nl_sock *user_sock; // user socket object
123 struct ctrl_sock wifihal_ctrl_sock; // ctrl sock object
124 struct list_head monitor_sockets; // list of monitor sockets
125 int nl80211_family_id; // family id for 80211 driver
127 bool in_event_loop; // Indicates that event loop is active
128 bool clean_up; // Indication to clean up the socket
130 wifi_internal_event_handler event_handler; // default event handler
[all …]