将客户端笔记本电脑连接到 AP 模式配置的笔记本电脑

将客户端笔记本电脑连接到 AP 模式配置的笔记本电脑

我有两台启用了 wil6210 (802.11ad) 的笔记本电脑。我将其中一台配置为 AP 模式,并尝试将客户端笔记本电脑连接到 AP 笔记本电脑。客户端无法连接到 AP 笔记本电脑。它短暂连接,然后断开连接。经过几次这样的尝试后,它停止尝试连接到 AP。我使用 wpa_supplicant 运行 AP 模式,这就是 AP 笔记本电脑上的终端输出

>>sudo wpa_supplicant -Dnl80211 -iwlp2s0 -c/etc/wpa_supplicant.conf

Successfully initialized wpa_supplicant
Could not read interface p2p-dev-wlp2s0 flags: No such device
Using interface wlp2s0 with hwaddr 04:ce:14:07:43:0a and ssid "AP_60ghz"
wlp2s0: interface state UNINITIALIZED->ENABLED
wlp2s0: AP-ENABLED 
wlp2s0: CTRL-EVENT-CONNECTED - Connection to 04:ce:14:07:43:0a completed [id=0 id_str=]
wlp2s0: AP-STA-CONNECTED 04:ce:14:07:47:6b
wlp2s0: AP-STA-DISCONNECTED 04:ce:14:07:47:6b
wlp2s0: AP-STA-CONNECTED 04:ce:14:07:47:6b
wlp2s0: AP-STA-DISCONNECTED 04:ce:14:07:47:6b 

以下是从客户端笔记本电脑收集的无线信息。

http://paste.ubuntu.com/25280558/

可以看出,客户端上的 60 Ghz 接口wlp2s0以及 AP 笔记本电脑的 SSID,AP_60ghz可见。但是我无法建立连接。

任何帮助,将不胜感激! :)

答案1

我弄清楚了问题出在哪里。我的主机上没有运行 DHCP 服务器,因此客户端无法获取 IP 地址。

相关内容