X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=libs%2Fluanet%2Fsrc%2Fmain.c;h=3193c722c3ee2184b28644a72ef4ce5d43bb8a14;hb=2a9ffa6d28432aaf58d620adfa891c8ff403d131;hp=0a42276cba7d4a70ec315dde179ff7bcab0cbb35;hpb=0ef46dc967b53f09254033027ffc9d6e129e4d4f;p=project%2Fluci.git diff --git a/libs/luanet/src/main.c b/libs/luanet/src/main.c index 0a42276cb..3193c722c 100644 --- a/libs/luanet/src/main.c +++ b/libs/luanet/src/main.c @@ -13,6 +13,7 @@ * * Copyright (C) 2008 John Crispin * Copyright (C) 2008 Steven Barth + * Copyright (C) 2009 Jo-Philipp Wich */ #include @@ -63,6 +64,7 @@ static luaL_reg func[] = { {"iwc_set_mode", iwc_set_mode}, {"iwc_set_channel", iwc_set_channel}, {"iwc_scan", iwc_scan}, + {"iwc_frequencies", iwc_frequencies}, {"vlan_getall", vlan_getall}, {"vlan_add", vlan_add}, {"vlan_del", vlan_del},