mirror of https://gitee.com/openkylin/wpa.git
2023-04-17-delete-get-freq-code
This commit is contained in:
parent
d649c09d4e
commit
e2399c60ee
|
@ -3572,13 +3572,13 @@ static const struct wpa_dbus_method_desc wpas_dbus_interface_methods[] = {
|
||||||
END_ARGS
|
END_ARGS
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{ "GetChannelFreq", WPAS_DBUS_NEW_IFACE_INTERFACE,
|
// { "GetChannelFreq", WPAS_DBUS_NEW_IFACE_INTERFACE,
|
||||||
(WPADBusMethodHandler) wpas_dbus_handler_get_channel_freq,
|
// (WPADBusMethodHandler) wpas_dbus_handler_get_channel_freq,
|
||||||
{
|
// {
|
||||||
{ "freq", "s", ARG_OUT },
|
// { "freq", "s", ARG_OUT },
|
||||||
END_ARGS
|
// END_ARGS
|
||||||
}
|
// }
|
||||||
},
|
// },
|
||||||
#ifdef CONFIG_AUTOSCAN
|
#ifdef CONFIG_AUTOSCAN
|
||||||
{ "AutoScan", WPAS_DBUS_NEW_IFACE_INTERFACE,
|
{ "AutoScan", WPAS_DBUS_NEW_IFACE_INTERFACE,
|
||||||
(WPADBusMethodHandler) wpas_dbus_handler_autoscan,
|
(WPADBusMethodHandler) wpas_dbus_handler_autoscan,
|
||||||
|
|
Loading…
Reference in New Issue