2

I mean to have my laptop under Ubuntu 16.04LTS as both an Access Point and using it also to connect to internet (e.g., browsing). I found that this is possible. I would need

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

but in my case

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

I have a

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

From the many references that I read, I wasn't clear about a few points:

  1. Does my card support AP per se? According to this and this, the card is capable of using Intel® My WiFi Dashboard, so it would support AP.

  2. Is it mandatory to have AP mode supported by the driver? According to this, iwlwifi, what I have, would be ok, so I would already have hardware and drivers supporting AP mode (but there is something clearly missing).

  3. Can I change to Broadcom driver to get the AP mode? (I did not dare trying, lest ruining my current wifi access and getting none).

  4. Must I install ap-hotspot or create_ap?

  • Installing a Broadcom driver for your Intel wireless device will neither help nor hurt. It will simply waste time. – chili555 Mar 19 '18 at 13:31
  • @chili555 - Ok. And regarding the other points? – sancho.s ReinstateMonicaCellio Mar 20 '18 at 00:04
  • 1
    I am not sure, but if your card and driver combination doesn't report that it supports AP mode, then I'm not sure there is anything else you can do, aside from replacing the card. My Intel 7260 reports: Supported interface modes:
    • IBSS
    • managed
    • AP
    • AP/VLAN
    • monitor
    • P2P-client
    • P2P-GO
    • P2P-device
    – chili555 Mar 20 '18 at 13:41

0 Answers0