X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=hostapd%2Fbeacon.c;fp=hostapd%2Fbeacon.c;h=cc09c9c37ae0f68d47725e6f5b4807828c0f6327;hb=fa16028d0fcde5dea660388672f204603915a08e;hp=1df8752423e73ab443beeee21e822454cabfe548;hpb=3fed6f250401459bf881292b93cb7f6a201f8abf;p=wpasupplicant diff --git a/hostapd/beacon.c b/hostapd/beacon.c index 1df8752..cc09c9c 100644 --- a/hostapd/beacon.c +++ b/hostapd/beacon.c @@ -204,7 +204,7 @@ void handle_probe_req(struct hostapd_data *hapd, struct ieee80211_mgmt *mgmt, ie = mgmt->u.probe_req.variable; ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); - hostapd_wps_probe_req_rx(hapd, mgmt->sa, ie, ie_len); + hostapd_probe_req_rx(hapd, mgmt->sa, ie, ie_len); if (!hapd->iconf->send_probe_response) return;