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

Application compatible with openssl giving error while compiled in visual studio 2005

I am trying to build wpa_supplicant which is referencing openssl header file x509v3.h on Visual studio 2005. while i am building compiler hitting x509v3.h header file and finding hell lot of errors. Can anybody please help…
david
  • 413
  • 5
  • 20
0
votes
1 answer

LNK error 2001 while building wpa_supplicant

I am trying to build wpa_supplicant application on Windows using VS2005. When I build it, I am getting a Link error: ------ Rebuild All started: Project: wpa_cli, Configuration: Release Win32 ------ Deleting intermediate and output files for…
david
  • 413
  • 5
  • 20
0
votes
1 answer

Obtaining cause of connection process error using status /event notice in wpa_supplicant

I am working with wpa_supplicant-0.7.3 . Some time password entry by a user is wrong and it cause connection error. I want to know , how to obtain the cause of connection error of wpa_supplicant in normal mode with status or event notice?
Ashish Yadav
  • 301
  • 7
  • 15
-1
votes
1 answer

Enabling WPS in wpa_supplicant on Debian (Raspbian Jessie)

I have a wireless network router setup under debian (jessie on a Raspberry Pi) with a fixed IP address, DHCP serving - and it all works fine. Now I want to enable the router (raspberry) to allow connections setup using a WPS button event. My…
pperrin
  • 1,487
  • 15
  • 33
-1
votes
1 answer

socket error while get ip address

When I try this code, require "socket" begin p Socket.ip_address_list rescue Exception => e p "#{e.class} #{e.message}" end Code runs with output this "SocketError getnameinfo: Either the application has not called WSAStartup, or…
Reckordp
  • 1
  • 1
  • 4
-1
votes
1 answer

WPA2 vulnerability and WIFI countermeasures for passphrase

Would frequently changing the passphrase through a physical connection provide a level of defense against recent WPA2 encryption breach techniques?
Andyz Smith
  • 698
  • 5
  • 20
-1
votes
1 answer

Wireshark overhead while sniffing WPA decrypted packet

As the title says, while sniffing WPA protected packet in my WiFi network using Wireshark, if I decrypt them with Wireshark tool, I can analyze them, but I found that there are always 12 byte of overhead that lack in the crypted packet and haven't…
-1
votes
2 answers

Password requirements for WiFi WPA2

Wikipedia says: Also referred to as WPA-PSK (pre-shared key) mode, this is designed for home and small office networks and doesn't require an authentication server.[9] Each wireless network device encrypts the network traffic using a 256 bit key.…
okt
  • 175
  • 1
  • 5
  • 9
-1
votes
1 answer

Pyrit CPU benchmark in vmware much faster than on host

Can anyone explain me... why on guest ubuntu, cpu is faster than on host ubuntu... with 'pyrit benchmark' System: CPU: i7 3770 (HyperThreading Enabled) RAM: 24Gb GPU: Nvidia GTX 650 Ti Boost I have a dualboot: Windows 7 & ubuntu 12.04 lts on Windows…
-1
votes
2 answers

How start new WPA device from code using any wpa_supplicant interface

I need to open new WPA/WPA2 device from linux c code. Now I create it manualy by using wpa_supplicant wpa_supplicant -iwlan0 -c connfig.conf -B How I can to start it from my code (without using system() )? What wpa_supplicant interface is intended…
Alex
  • 19
  • 4
-2
votes
2 answers

User legitimacy in wireless network

I have a big wireless network, and I would like to know if there is a mechanism of assuring users legitimacy: I have 10 access points in the company and all have the same WPA-PSK password. I want a mechanism for protecting users if anyone broke…
CnativeFreak
  • 712
  • 12
  • 27
-2
votes
0 answers

How to force only 5ghz wifi on linux (Raspbian OS) Raspberry Pi 4B

I have a raspberry Pi4B on which fullpageOS(Raspbian OS) is installed. I want to configure it only to 5 ghz wifi as on 2.4 ghz we have already to many devices.I tried official Raspbian OS as well from Raspberry PI but it is also not working ,so this…
khizar
  • 1
  • 1
-2
votes
1 answer

hostapd eap configuration with Let's Encrypt Certificate

I' trying to get hostapd working with eap-peap and a Let's encrypt certificate. When connecting with my Android phone though, it does not connect and complains the certificate was expired. hostapd logs wlan0: STA IEEE 802.11:…
norman
  • 1
-2
votes
1 answer

Find Missing Element in XML c#

Is there any way to find the missing element from XML2.xml with XML1.xml Example XML1 XML2
-2
votes
1 answer

Reaver stuck with same error: "[!] WPS transaction failed (code: 0x04), re-trying last pin"

[!] WPS transaction failed (code: 0x04), re-trying last pin is the only error that I get, and I get it all the time - reaver can't move forward! What's wrong? I'm using Mac OS 10.7.5 Here is the output: [+] Trying pin "12345670" [+] Sending…
trancer03
  • 1
  • 2
1 2 3
8
9