Addition of the new argument to handle_auth_pasn_1() forgot to update
testing code.
Fixes: 8f21cdf9d765 ("PASN: Add support to reject PASN auth 1 based on user input")
Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
wpa_printf(MSG_DEBUG, "TESTING: Try to parse as PASN Auth 1");
if (handle_auth_pasn_1(&pasn, own_addr, bssid,
- (const struct ieee80211_mgmt *) data, size))
+ (const struct ieee80211_mgmt *) data, size,
+ false))
wpa_printf(MSG_ERROR, "handle_auth_pasn_1 failed");
wpa_printf(MSG_DEBUG, "TESTING: Try to parse as PASN Auth 3");