hello,
for me, I want to get a SSID (name) from a function when click a button and display it.
I am using " cliSet.c " C file for storing that name. In that C file I am using nameSet() function foe seting name and nameGet() for getting name.
So, is it possible to call that C function from this java script ?.
not that whole c function.