WellHelloRussel
Lurker
Hello all,
I've recently rooted one of my android phones because I wanted to test out this app called WPA/WPS Tester. For the application to work it also requires an app called Terminal Emulator. The WPA/WPS Tester will copy a command to the clipboard and paste it into Terminal Emulator.
This is the command: su -c wpa_cli IFNAME=wlan0 wps_reg (mac address) (pin number) && su -c wpa_cli
My problem is this: when I run the code, it gives the following error
Segmentation Fault.
Any ideas on a fix for this?
I've recently rooted one of my android phones because I wanted to test out this app called WPA/WPS Tester. For the application to work it also requires an app called Terminal Emulator. The WPA/WPS Tester will copy a command to the clipboard and paste it into Terminal Emulator.
This is the command: su -c wpa_cli IFNAME=wlan0 wps_reg (mac address) (pin number) && su -c wpa_cli
My problem is this: when I run the code, it gives the following error
Segmentation Fault.
Any ideas on a fix for this?