- Sichen Zhao schrieb:
>
> > On 02/08/17 10:46, Sichen Zhao wrote:
> >
> >> Hi all,
> >>
> >> When i use wpa_supplicant to configure WPA, there are an error:
> >>
> >> Could not open /dev/urandom.
> >> wlan0: WPA: Failed to get random data for SNonce
> >
> > /dev/urandom should not be used.
- Sichen Zhao schrieb:
>
> > On 02/08/17 10:46, Sichen Zhao wrote:
> >
> >> Hi all,
> >>
> >> When i use wpa_supplicant to configure WPA, there are an error:
> >>
> >> Could not open /dev/urandom.
> >> wlan0: WPA: Failed to get random data for SNonce
> >
> > /dev/urandom should not be used.
> On 02/08/17 10:46, Sichen Zhao wrote:
>
>> Hi all,
>>
>> When i use wpa_supplicant to configure WPA, there are an error:
>>
>> Could not open /dev/urandom.
>> wlan0: WPA: Failed to get random data for SNonce
>
> /dev/urandom should not be used. Use getentropy() instead.
>
The getentropy() functi
On 02/08/17 10:46, Sichen Zhao wrote:
Hi all,
When i use wpa_supplicant to configure WPA, there are an error:
Could not open /dev/urandom.
wlan0: WPA: Failed to get random data for SNonce
/dev/urandom should not be used. Use getentropy() instead.
It seems we need /dev/urandom to generate
2017-08-02 10:46 GMT+02:00 Sichen Zhao :
> Hi all,
>
> When i use wpa_supplicant to configure WPA, there are an error:
>
> Could not open /dev/urandom.
> wlan0: WPA: Failed to get random data for SNonce
>
> It seems we need /dev/urandom to generate the random data. So how do we
> deal with it? Sho
Hi all,
When i use wpa_supplicant to configure WPA, there are an error:
Could not open /dev/urandom.
wlan0: WPA: Failed to get random data for SNonce
It seems we need /dev/urandom to generate the random data