hostapd: use getrandom syscall
authorHauke Mehrtens <hauke@hauke-m.de>
Sat, 4 May 2019 12:02:07 +0000 (14:02 +0200)
committerPetr Štetiar <ynezz@true.cz>
Wed, 6 Nov 2019 13:06:08 +0000 (14:06 +0100)
commite4de54691e0bb246f163d3898575b06043193665
treedfd67a20ed857fade6775ef9f1326f99a8f92f68
parente04d610f7a699f19830aa5975561b1f9f0dc40dc
hostapd: use getrandom syscall

hostapd will not use the getrandom() syscall and as a fallback use
/dev/random, the syscall is supported since Linux 3.17 and in the musl,
glibc and uclibc version used by OpenWrt.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit 998686364da7d002ba9f6dbb43cc5f32294dd4ab)
package/network/services/hostapd/files/hostapd-basic.config
package/network/services/hostapd/files/hostapd-full.config
package/network/services/hostapd/files/hostapd-mini.config
package/network/services/hostapd/files/wpa_supplicant-basic.config
package/network/services/hostapd/files/wpa_supplicant-full.config
package/network/services/hostapd/files/wpa_supplicant-mini.config
package/network/services/hostapd/files/wpa_supplicant-p2p.config