> which is the command to turnoff wifi from command promt.
can u try w/ netcfg?
netcfg [<interface> {dhcp|up|down}]ps. sample usage omap4_l27x# getprop | grep -i wifi.interface [wifi.interface]: [tiwlan0] omap4_l27x# netcfg tiwlan0 down omap4_l27x# netcfg eth0 down On Wed, Feb 2, 2011 at 4:04 PM, maya <[email protected]> wrote: > Hello all, > > I am working on wifi interfacing from application to kernel. > In my device as soon as i start my device, wifi is started but i don't > want that .Driver should be loaded when i click on the application > wifi and which is the command to turnoff wifi from command promt. > > Thank you, > Maya > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-porting > -- Regards, Deva www.bittoggler.com -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
