英特尔迅驰Ultimate-N 6300 同步 WiFi + 接入点

英特尔迅驰Ultimate-N 6300 同步 WiFi + 接入点

我的意思是将我的笔记本电脑安装在 Ubuntu 16.04LTS 下,既可以作为接入点,也可以用它来连接互联网(例如浏览)。我发现这个有可能。 我会需要

$ iw list    
Wiphy phy0
...
        Supported interface modes:
                 ...
                 * AP

但就我而言

$ iw list
Wiphy phy0
...
        Supported interface modes:
                 * IBSS
                 * managed
                 * monitor

我有一个

$ lspci | grep -i Network
03:00.0 Network controller: Intel Corporation Centrino Ultimate-N 6300 (rev 35)
$ ethtool -i wlp3s0 | grep driver
driver: iwlwifi

从我读过的许多参考资料中,我不清楚以下几点:

  1. 我的卡本身支持 AP 吗?根据,该卡能够使用英特尔® My WiFi 仪表板,因此它将支持 AP。

  2. 驱动程序是否必须支持 AP 模式? 根据,,iwlwifi我所拥有的,应该没问题,所以我已经有支持 AP 模式的硬件和驱动程序(但显然缺少了一些东西)。

  3. 我可以换成Broadcom 驱动程序获取 AP 模式?(我不敢尝试,以免破坏我当前的 wifi 访问并导致无法上网)。

  4. 我必须安装 ap-hotspot 吗?创建_ap

相关内容