Skip to content

Commit

Permalink
listap
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Jan Brouwer committed Feb 26, 2015
1 parent 04f20a8 commit 1bde81c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions listap.lua
@@ -0,0 +1,7 @@
-- print ap list
function listap(t)
for k,v in pairs(t) do
print(k.." : "..v)
end
end
wifi.sta.getap(listap)

0 comments on commit 1bde81c

Please sign in to comment.