I am trying to make tx2 wifi hostpot work,but I can not get the ssid after run hostapd with following configuration:
interface=wlan0
ssid=ssssssuchb
hw_mode=a
channel=36
wpa=2
wpa_passphrase=12345678
wpa_key_mgmt=WPA-PSK
driver=nl80211
ieee80211n=1
ieee80211ac=1
wpa_pairwise=TKIP
rsn_pairwise=CCMP
auth_algs=1
nvidia@tegra-ubuntu:~$ sudo hostapd -B /etc/hostapd/hostapd.conf
Configuration file: /etc/hostapd/hostapd.conf
Using interface wlan0 with hwaddr 00:04:4b:c4:a0:c3 and ssid “ssssssuchb”
random: Only 15/20 bytes of strong random data available from /dev/random
random: Not enough entropy pool available for secure operations
WPA: Not enough entropy in random pool for secure operations - update keys later when the first station connects
wlan0: interface state UNINITIALIZED->ENABLED
wlan0: AP-ENABLED
Does TX2 support wifi hostpot.
What should I do?