802.11u Roaming Consortium ID

Jouni Malinen j
Sat Aug 4 14:32:27 PDT 2012


On Tue, Jul 24, 2012 at 10:39:03AM +0530, Dr. Ajay N. Khosla wrote:

> Now problem is that interworking=1 alone does not help wpa_supplicant to select right network. As I presume there are many Roaming Consortium ID in network. Then which parameter help supplicant to select "HomeNet" or any other SSID which have roaming_consortium as 2233445566. 
> 
> 
> There is any parameter in wpa_supplicant.conf which I can set to 2233445566 and it will connect to same SSP irrespective to SSID. 

There is now. The first thing to note about Interworking network
selection is that it uses new information items (cred -- not network
blocks). After a recent commit, it is now possible to specify Roaming
Consortium OI as a match item for these, e.g., with following
configuration:

cred={
       realm="example.com"
       username="user"
       password="password"
       ca_cert="/etc/wpa_supplicant/ca.pem"
       domain="example.com"
       roaming_consortium=223344
       eap=TTLS
       phase2="auth=MSCHAPV2"
}

Please also note that this assumes that WPA2-Enterprise is used in the
network.

-- 
Jouni Malinen                                            PGP id EFC895FA



More information about the Hostap mailing list