Skip to content

Instantly share code, notes, and snippets.

@michaelmuenzer
Last active February 7, 2021 16:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save michaelmuenzer/9a0bbae3f03fbba4ec140846ec6b38cd to your computer and use it in GitHub Desktop.
Save michaelmuenzer/9a0bbae3f03fbba4ec140846ec6b38cd to your computer and use it in GitHub Desktop.
> sudo systemctl status hostapd.service
● hostapd.service - Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
Loaded: loaded (/lib/systemd/system/hostapd.service; enabled; vendor preset: enabled)
Active: active (running) since Sun 2021-02-07 17:03:18 CET; 47s ago
Process: 792 ExecStart=/usr/sbin/hostapd -P /run/hostapd.pid -B $DAEMON_OPTS ${DAEMON_CONF} (code=e
Main PID: 793 (hostapd)
CGroup: /system.slice/hostapd.service
└─793 /usr/sbin/hostapd -P /run/hostapd.pid -B /etc/hostapd/hostapd.conf
Feb 07 17:03:17 raspberrypi systemd[1]: Starting Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
Feb 07 17:03:17 raspberrypi hostapd[792]: Configuration file: /etc/hostapd/hostapd.conf
Feb 07 17:03:17 raspberrypi hostapd[792]: wlan1: interface state UNINITIALIZED->COUNTRY_UPDATE
Feb 07 17:03:17 raspberrypi hostapd[792]: Using interface wlan1 with hwaddr d1:38:45:12:5b:c2 and ssi
Feb 07 17:03:17 raspberrypi hostapd[792]: wlan1: interface state COUNTRY_UPDATE->ENABLED
Feb 07 17:03:17 raspberrypi hostapd[792]: wlan1: AP-ENABLED
Feb 07 17:03:18 raspberrypi systemd[1]: Started Advanced IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment