Home | History | Annotate | Download | only in wifi_hal

Lines Matching refs:wifi_handle

27 wifi_handle getWifiHandle(wifi_interface_handle handle)
32 hal_info *getHalInfo(wifi_handle handle)
42 wifi_handle getWifiHandle(hal_info *info)
44 return (wifi_handle)info;
52 wifi_error wifi_register_handler(wifi_handle handle, int cmd, nl_recvmsg_msg_cb_t func, void *arg)
77 wifi_error wifi_register_vendor_handler(wifi_handle handle,
103 void wifi_unregister_handler(wifi_handle handle, int cmd)
129 void wifi_unregister_vendor_handler(wifi_handle handle, uint32_t id, int subcmd)
153 wifi_error wifi_register_cmd(wifi_handle handle, int id, WifiCommand *cmd)
175 WifiCommand *wifi_unregister_cmd(wifi_handle handle, int id)
200 WifiCommand *wifi_get_cmd(wifi_handle handle, int id)
216 void wifi_unregister_cmd(wifi_handle handle, WifiCommand *cmd)
233 wifi_handle handle = getWifiHandle(iface);