WPS NFC: Allow BSSID and channel to be included in handover select
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
50d1f8901c
commit
14d8645f63
4 changed files with 40 additions and 4 deletions
|
@ -1823,7 +1823,8 @@ struct wpabuf * hostapd_wps_nfc_hs_cr(struct hostapd_data *hapd, int ndef)
|
|||
}
|
||||
|
||||
ret = wps_build_nfc_handover_sel(hapd->wps,
|
||||
hapd->conf->wps_nfc_dh_pubkey);
|
||||
hapd->conf->wps_nfc_dh_pubkey,
|
||||
hapd->own_addr, hapd->iface->freq);
|
||||
|
||||
if (ndef && ret) {
|
||||
struct wpabuf *tmp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue