Project

General

Profile

Bug #904

Updated by Hammel over 1 year ago

The setup use the following: 

 <pre> 
 network={ 
 ssid="AP_SSID" 
 psk="psk" 
 proto=RSN 
 key_mgmt=WPA-PSK 
 pairwise=CCMP 
 group=CCMP 
 } 
 </pre> 

 The "following changes":https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/405305/usage-of-proto-pairwise-and-group-in-wpa_supplicant-conf following changes seem necessary to do strict WPA2: 
 * proto should be "RSN" 
 * pairwise should be CCMP 
 * group should be CCMP 

 For mixed mode support the group can be set to TKIP instead of CCMP. 

 It's not clear, after some minor testing, that this actually works with my router.    This bug will remain open until I can explain this. 

Back