I have read the official doc here: https://w1.fi/cgit/hostap/plain/wpa_supplicant/wpa_supplicant.conf
My question is what difference between two example below?
one conf is:
network={
ssid="example"
proto=WPA
key_mgmt=WPA-PSK
psk=xxxxxxxxx
}
another is:
network={
ssid="example"
proto=RSN
key_mgmt=WPA-PSK
psk=xxxxxxxxx
}