Lines Matching full:handle
126 typedef void (*wifi_internal_event_handler) (wifi_handle handle, int events);
144 wifi_handle handle; // handle to wifi data
190 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg);
191 wifi_error wifi_register_vendor_handler(wifi_handle handle,
194 void wifi_unregister_handler(wifi_handle handle, int cmd);
195 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd);
197 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd);
198 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id);
199 WifiCommand *wifi_get_cmd(wifi_handle handle, int id);
200 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd);
203 wifi_handle getWifiHandle(wifi_interface_handle handle);
204 hal_info *getHalInfo(wifi_handle handle);
205 hal_info *getHalInfo(wifi_interface_handle handle);