BBG-W SoftAP

Found configuration file at /tmp/hostapd-wl18xx.conf

Changed the passkey and the file permissions to 600.

Rebooted and the file reverted back to the original passkey and file permissions.

Rewrote init.d/hostapd to force it to use a different hostapd.conf file. Didn’t work.

#!/usr/sh

/usr/sbin/hostapd -B /etc/hostapd/hostapd.conf

Can anybody give me insight into what is happening? It seems like hostapd is not being started correctly and that somehow the file in /tmp is used and overwritten from somewhere.

Thanks,
Todd

This email message and any attachments are for the sole use of the intended recipient(s) and may contain proprietary and/or confidential information which may be privileged or otherwise protected from disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient(s), please contact the sender by reply email and destroy the original message and any copies of the message as well as any attachments to the original message.

By default the out of box hostapd is controlled by:

/etc/default/bb-wl18xx

https://github.com/RobertCNelson/bb-wl18xx-firmware/blob/master/debian/bb-wl18xx-tether#L341-L377

For your situation, comment out:

USE_GENERATED_HOSTAPD=yes

#USE_GENERATED_HOSTAPD=yes

Then edit: /etc/hostapd.conf to your liking..

Regards,

Thanks Robert! I am in business.

Todd Peterson

This email message and any attachments are for the sole use of the intended recipient(s) and may contain proprietary and/or confidential information which may be privileged or otherwise protected from disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient(s), please contact the sender by reply email and destroy the original message and any copies of the message as well as any attachments to the original message.