Skip to content

arraytools/hostapd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For some reason, the udhcpd service may not start automatically. It is safe to run the following (see also runhostapd script)

sudo /etc/init.d/networking restart
sudo service hostapd stop
sudo service hostapd start
sudo service udhcpd stop
sudo service udhcpd start

ps -ef | grep hostapd
ps -ef | grep udhcpd
route -n
ifconfig

Reference: http://elinux.org/RPI-Wireless-Hotspot

Wifi adapter: TP-LINK TL-WN722N

Note: Change the ssid and wpa_passphrase in /etc/hostapd/hostapd.conf.

  • hostapd
   /etc/hostapd/hostapd.conf
   /etc/default/hostapd
  • udhcpd
   /etc/udhcpd.conf
   /etc/default/udhcpd
  • interfaces
   /etc/network/interfaces

About

Notes on creating wireless hotspot (tested on Raspberry Pi)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages