|
@@ -1125,6 +1125,9 @@ static int wpas_ctrl_nfc_report_handover(struct wpa_supplicant *wpa_s,
|
|
|
|
|
|
if (os_strcmp(role, "INIT") == 0 && os_strcmp(type, "WPS") == 0) {
|
|
|
ret = wpas_wps_nfc_report_handover(wpa_s, req, sel);
|
|
|
+ } else if (os_strcmp(role, "RESP") == 0 && os_strcmp(type, "WPS") == 0)
|
|
|
+ {
|
|
|
+ ret = wpas_ap_wps_nfc_report_handover(wpa_s, req, sel);
|
|
|
} else {
|
|
|
wpa_printf(MSG_DEBUG, "NFC: Unsupported connection handover "
|
|
|
"reported: role=%s type=%s", role, type);
|