Template:HOSTAPD ACCESS POINT: Difference between revisions
From Variscite Wiki
Line 31: | Line 31: | ||
|} | |} | ||
Note: When copying the text above, your file may contain zero width spaces at the end of each line (appearing as `^^k` or hex `e2 80 8b`). This will cause hostapd to fail. You can fix it by running: | Note: When copying the text above, your file may contain zero width spaces at the end of each line (appearing as `^^k` in nano or hex `e2 80 8b` in hexdump). This will cause hostapd to fail. You can fix it by running: | ||
# sed 's/\xe2\x80\x8b//g' /etc/hostapd.conf > /etc/hostapd_cleaned.conf && mv /etc/hostapd_cleaned.conf /etc/hostapd.conf | # sed 's/\xe2\x80\x8b//g' /etc/hostapd.conf > /etc/hostapd_cleaned.conf && mv /etc/hostapd_cleaned.conf /etc/hostapd.conf |