Skip to content

Instantly share code, notes, and snippets.

@linuxlizard
Created January 6, 2022 13:58
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 linuxlizard/6abe56d82272fbe70c0b01207e74d68f to your computer and use it in GitHub Desktop.
Save linuxlizard/6abe56d82272fbe70c0b01207e74d68f to your computer and use it in GitHub Desktop.
hostapd.conf with invalid UTF8 SSID
driver=nl80211
interface=wlp1s0
logger_syslog=-1
logger_syslog_level=2
logger_stdout=127
logger_stdout_level=2
ctrl_interface=/var/run/hostapd-wlp1s0
hw_mode=g
utf8_ssid=1
uapsd_advertisement_enabled=1
dtim_period=1
beacon_int=100
wmm_enabled=1
rrm_neighbor_report=1
bss_load_update_period=50
chan_util_avg_period=600
ap_max_inactivity=300
nas_identifier=00304422312e
ieee80211w=1
ssid2=F89D849E
auth_algs=1
wpa=2
wpa_pairwise=CCMP
rsn_pairwise=CCMP
wpa_key_mgmt=WPA-EAP-SHA256
auth_server_addr=127.0.0.1
auth_server_port=1812
auth_server_shared_secret=testing123
auth_server_addr=172.16.17.77
auth_server_port=1812
auth_server_shared_secret=12345
eap_reauth_period=3600
radius_auth_req_attr=61:d:19
ieee80211ac=0
ht_capab=[SHORT-GI-20][SHORT-GI-40][HT40+]
ieee80211n=1
ieee80211ax=0
channel=1
chanlist=1 2 3 4 5 6 7 8 9 10 11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment