Home | History | Annotate | Download | only in wifi_hal

Lines Matching full:handle

63 typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events);
81 wifi_handle handle; // handle to wifi data
124 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
125 wifi_error wifi_register_vendor_handler(wifi_handle handle,
128 void wifi_unregister_handler(wifi_handle handle, int cmd);
129 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
131 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd);
132 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id);
133 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd);
136 wifi_handle getWifiHandle(wifi_interface_handle handle);
137 hal_info *getHalInfo(wifi_handle handle);
138 hal_info *getHalInfo(wifi_interface_handle handle);