Questions tagged [wpa]

Wi-Fi Protected Access - security protocol and security certification program to secure wireless computer networks.

Wi-Fi Protected Access - security protocol and security certification program to secure wireless computer networks.

135 questions
0
votes
1 answer

Using CCMP as group cipher for WPA2

I'm setting up a Wifi connection in code using WifiManager, but the connection seems to be using TKIP for the group cipher instead of CCMP. Is this normal? Could it be an issue with the router? I'm setting up the WifiConfig like…
Andrew Porritt
  • 1,716
  • 15
  • 24
0
votes
0 answers

Soft Access Point/Client Connect using wpa_supplicant with 2.4/5Ghz channels

This is a weird one. Let me start with that. I am currently working on a Yocto embedded linux board from Digi, if that matters. I have just managed to, through use of dnsmasq and wpa_supplicant, allow other devices to connect to the board. My…
user3169698
  • 143
  • 5
  • 23
0
votes
1 answer

Need help fixing "Failed to associate" error in Reaver

I am learning ethical hacking via an online course. During my practice, I am cracking the wifi password of my own router, but I am getting the following error: WARNING: Failed to associate with XXXXXXXX (ESSID: XXX) Can anyone guide me how I fix…
Rashid Rupani
  • 41
  • 2
  • 6
0
votes
1 answer

Using aircrack on Windows to Crack my WPA

I'm new to hacking and security in general. I wanted to learn a few things so I'm trying to break into my Wifi which is using WPA security. I've been googling and trying to find a way to do that for windows. What I found that has been helpful is…
halochief996
  • 93
  • 1
  • 10
0
votes
4 answers

Populate java array with all allowable ASCII chars for WPA password

I am trying to create a random WPA password generator using java to give me as secure of a Wifi password as possible, which can be changed when I desire. Is there a way to quickly populate an array with all of the characters which would be allowed…
John
  • 1,556
  • 4
  • 26
  • 42
0
votes
1 answer

[Freeradius][EAP] Issues using EAP-GTC for inner phase 2 authentication.

I am trying to set up EAP-TTLS/GTC authentication. In phase 1 ,the server offers EAP-TTLS and the client accepts it. The client is set to automatic for phase 2 and I expect server to offer GTC for phase 2 authentication which is not happening. Can…
user1488987
  • 1,453
  • 2
  • 10
  • 9
0
votes
1 answer

How to enable periodic reauthentication with wpa_supplicant

I am using wpa_supplicant in an embedded box (running linux). The wpa_supplicant is working as expected but when the user certificate expires (only the user certificate and not the root certificate), the device is still running in network and not…
Abhi
  • 226
  • 2
  • 13
0
votes
1 answer

getting p2p_device_address from wpa_cli status

Is there any way to get different information from the command "wpa_cli status", e.g., p2p_device_address, ssid etc. separately, ? What i am currently using is by calling wpa_cli from a python script: import subprocess cmd = "wpa_cli -i wlan3…
KapaA
  • 165
  • 14
0
votes
1 answer

"killall wpa_supplicant" affects "ip route add ..." in a strange way

Not sure if the title explains my situation correctly, but in details it looks like this: I'm writing a simple bash script to set up a wireless network, using wlp2s0 interface. ip route flush dev wlp2s0 ip addr flush dev wlp2s0 ip link set wlp2s0…
0
votes
1 answer

Debian 7.4 - Wifi configuration fails ... Again

I've been installing multiple versions of ubunutu over years and now I better understand why I faced always problems with wifi configuration on these different baselines : Debian root of course.  Issue Now on Debian 7.4 : The Broadcom BCM4313…
Emmanuel BRUNET
  • 1,286
  • 3
  • 19
  • 46
0
votes
1 answer

"no route to host" on device on getOutputStream() - connected wirelessly

private String urlPost = "http://192.168.1.66:8080/DataCollectionServlet/"; @Override protected void doWakefulWork(Intent intent) { // https://stackoverflow.com/q/14630255/281545 HttpURLConnection connection = null; try { …
Mr_and_Mrs_D
  • 32,208
  • 39
  • 178
  • 361
0
votes
1 answer

decrypt wpa/wpa2 key using more then one successful handshake

I understand that cracking the captured WPA/WPA2 handshake would take a very long time using brute-force, but I was wondering: what if I have more then one successful handshake? Can it improve the brute-force method? If it can does anyone know a…
DalekSupreme
  • 1,493
  • 3
  • 19
  • 32
0
votes
1 answer

Android WifiManager - to HEX or not to HEX

I'm attempting to connect to wifi using Android programatically however when I input my WEP key in Hex - Logcat states it's too long. When I attempt to use plaintext - it states it is too short (and never connects). When I type it in manually…
RobTheBuilder
  • 37
  • 5
  • 11
0
votes
2 answers

link wpa_supplicant against non-default openssl version

I want to compile wpa_supplicant using another version of openssl then the one installed on the build system. To do this, I set these settings in the .config file: CFLAGS += -I/custom-openssl/include LIBS += -L/custom-openssl/lib However, it is…
Zulakis
  • 7,859
  • 10
  • 42
  • 67
0
votes
1 answer

Arduino + WPA2-Enterprise

If anoyone has a link to a thread where someone has sucessfully connected an arduino to WPA2-Enterprise connection, PLEASE respond with a link. Sparkfun's WiFly sheild manual http://www.sparkfun.com/datasheets/Wireless/WiFi/rn-131G-ds.pdf mentions…
dmil
  • 119
  • 1
  • 9
1 2 3
8
9