Interworking: Add Advertisement Protocol element
For now, assume that ANQP will always be enabled with Interworking. This may be made separately configurable in the future.
This commit is contained in:
parent
3c11382b6c
commit
c7c178e15e
4 changed files with 23 additions and 0 deletions
|
@ -358,6 +358,7 @@ void handle_probe_req(struct hostapd_data *hapd,
|
|||
pos = hostapd_eid_ext_capab(hapd, pos);
|
||||
|
||||
pos = hostapd_eid_interworking(hapd, pos);
|
||||
pos = hostapd_eid_adv_proto(hapd, pos);
|
||||
|
||||
/* Wi-Fi Alliance WMM */
|
||||
pos = hostapd_eid_wmm(hapd, pos);
|
||||
|
@ -493,6 +494,7 @@ void ieee802_11_set_beacon(struct hostapd_data *hapd)
|
|||
tailpos = hostapd_eid_ext_capab(hapd, tailpos);
|
||||
|
||||
tailpos = hostapd_eid_interworking(hapd, tailpos);
|
||||
tailpos = hostapd_eid_adv_proto(hapd, tailpos);
|
||||
|
||||
/* Wi-Fi Alliance WMM */
|
||||
tailpos = hostapd_eid_wmm(hapd, tailpos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue