I need Access Point mode so I can use the RPi as an WiFi access point. Some dongles support AP but some don't.
Be sure to click 'more' and select 'suggest as answer'!
If you're the thread creator, be sure to click 'more' then 'Verify as Answer'!
I need Access Point mode so I can use the RPi as an WiFi access point. Some dongles support AP but some don't.
If you want to set the Raspberry Pi up as an access point you will need to set it up as a router (possibly using iptables/dnsmasq to NAT) and setup your WiFi card in infrastructure host mode (using hostapd etc).
You will probably also want to turn on DHCPd and configure it to handout IP addresses on the wireless LAN.
This looks like a good place to start:
https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/overview
If you want to set the Raspberry Pi up as an access point you will need to set it up as a router (possibly using iptables/dnsmasq to NAT) and setup your WiFi card in infrastructure host mode (using hostapd etc).
You will probably also want to turn on DHCPd and configure it to handout IP addresses on the wireless LAN.
This looks like a good place to start:
https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point/overview