Questions tagged «wpa-supplicant»

1
WiFi验证超时
从今天开始,我就遇到了一个非常烦人的问题,即HP ProBook上的WiFi不再进行身份验证。我没有更改任何设置,我的手机可以正常连接WiFi。也尝试另一个WiFi接入点(实际上是我的手机热点)不起作用。 扫描似乎正常,因为SSID显示正常。另外,如果没有提供密钥,它将很好地要求它。但是然后,我在dmesg: [ 1854.199036] wlo1: authenticate with 92:68:c3:f4:ec:3a [ 1854.201743] wlo1: send auth to 92:68:c3:f4:ec:3a (try 1/3) [ 1854.275690] wlo1: send auth to 92:68:c3:f4:ec:3a (try 2/3) [ 1854.334745] wlo1: send auth to 92:68:c3:f4:ec:3a (try 3/3) [ 1854.393245] wlo1: authentication with 92:68:c3:f4:ec:3a timed out 我在Fedora 20上遇到了问题,所以我升级到21。问题依旧。甚至使用wpa_supplicant2.3版更新到22 Beta 。同样的问题。 在尝试解决此问题的过程中,我发现了一些其他功能: 该适配器在Windows …

1
如何使用802.1X下载无线AP的证书?
据我了解,使用WPA-Enterprise的无线访问点(即WPA加802.1X)可以在连接建立过程中将公共密钥证书发送给客户端。客户端可以验证此证书以确保它未连接到恶意AP(类似于HTTPS中的证书验证)。 问题: 我理解正确吗? 如果是,是否可以下载AP证书?理想情况下,我想要一个可以在Linux下运行的解决方案。 我想下载一个自签名证书,以将其用于验证后续的连接尝试。这比向AP的运营商索要文件要简单。

2
如何在没有.conf文件的情况下从Ubuntu下的命令行连接到WiFi?
通过执行以下操作,我可以通过外壳连接到我的WiFi: nano wireless-wpa.conf 输入: ctrl_interface=/var/run/wpa_supplicant network={ ssid="my_router_id" scan_ssid=1 key_mgmt=WPA-PSK psk="1234567890" } 并做: ifconfig eth1 down iwconfig eth1 mode Managed ifconfig eth1 up killall wpa_supplicant wpa_supplicant -B -Dwext -i eth1 -c ./wireless-wpa.conf -dd dhclient eth1 相当复杂..是否可以通过外壳连接到WiFI,而无需使用wireless-wpa.conf?

1
具有wpa_supplicant / WPA2配置的Raspberry Pi 3 Ad-Hoc无线网络
我需要帮助以使用wpa_supplicant保护Ad-Hoc网络。 我一直在尝试使用板载WiFi适配器在Raspberry PI 3之间设置Ad-Hoc无线网络。 pi@raspberrypi3bare:~ $ iw list Wiphy phy0 max # scan SSIDs: 10 max scan IEs length: 2048 bytes Retry short limit: 7 Retry long limit: 4 Coverage class: 0 (up to 0m) Device supports T-DLS. Supported Ciphers: * WEP40 (00-0f-ac:1) * WEP104 (00-0f-ac:5) * TKIP (00-0f-ac:2) * …

1
通过电线连接到eduroam:nl80211:驱动程序不支持身份验证/关联或连接命令
我在有线连接到eduroam网络时遇到问题。我以为eduroam仅能用作无线网络,但显然我的机构还在有线网络上使用eduroam 802.1x身份验证。我使用了cat.eduroam.org的配置脚本(由我们的管理员指导),该脚本生成了以下wpa_supplicant配置: network={ ssid="eduroam" key_mgmt=WPA-EAP pairwise=CCMP group=CCMP TKIP eap=TLS ca_cert="/home/freyja/cat_installer/ca.pem" identity="XXX@XXX" subject_match="XXX" private_key="/home/freyja/cat_installer/user.p12" private_key_passwd="XXX" } 当我发出: sudo wpa_supplicant -ieth0 -c/home/freyja/cat_installer/cat_installer.conf 我收到一个错误: Successfully initialized wpa_supplicant nl80211: Driver does not support authentication/association or connect commands eth0: Failed to initialize driver interface 我尝试使用其他驱动程序: sudo wpa_supplicant -ieth0 -D wext -c/home/freyja/cat_installer/cat_installer.conf 但这也会导致错误: ioctl[SIOCSIWMODE]: Operation not …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.