Interworking: Add support for configuring Roaming Consortium List

This commit is contained in:
Jouni Malinen 2011-10-17 23:55:50 +03:00 committed by Jouni Malinen
parent c7c178e15e
commit 4b2a77aba2
9 changed files with 112 additions and 1 deletions

View file

@ -359,6 +359,7 @@ void handle_probe_req(struct hostapd_data *hapd,
pos = hostapd_eid_interworking(hapd, pos);
pos = hostapd_eid_adv_proto(hapd, pos);
pos = hostapd_eid_roaming_consortium(hapd, pos);
/* Wi-Fi Alliance WMM */
pos = hostapd_eid_wmm(hapd, pos);
@ -495,6 +496,7 @@ void ieee802_11_set_beacon(struct hostapd_data *hapd)
tailpos = hostapd_eid_interworking(hapd, tailpos);
tailpos = hostapd_eid_adv_proto(hapd, tailpos);
tailpos = hostapd_eid_roaming_consortium(hapd, tailpos);
/* Wi-Fi Alliance WMM */
tailpos = hostapd_eid_wmm(hapd, tailpos);