X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=src%2Fap%2Fieee802_11.c;h=2eee05dc7a651eb68eb58702dc942f101250f6a0;hb=2572df34b2bffd4fc052225d5e14a837d64458c3;hp=dd3d04d30aafb9a396a2fe4dd61fa5f3d109dade;hpb=061269b31605371898ed6ffaa59ba24831f28222;p=mech_eap.git diff --git a/src/ap/ieee802_11.c b/src/ap/ieee802_11.c index dd3d04d..2eee05d 100644 --- a/src/ap/ieee802_11.c +++ b/src/ap/ieee802_11.c @@ -43,6 +43,7 @@ #include "ieee802_11.h" #include "dfs.h" #include "mbo_ap.h" +#include "rrm.h" u8 * hostapd_eid_supp_rates(struct hostapd_data *hapd, u8 *eid) @@ -2473,6 +2474,9 @@ static int handle_action(struct hostapd_data *hapd, return 1; } break; + case WLAN_ACTION_RADIO_MEASUREMENT: + hostapd_handle_radio_measurement(hapd, (const u8 *) mgmt, len); + return 1; } hostapd_logger(hapd, mgmt->sa, HOSTAPD_MODULE_IEEE80211,