blob: 81fb89e1db38a39b66472d45e400cc10e96892d1 [file] [log] [blame]
/*
* hostapd / RM (Radio Measurements)
* Copyright 2015, Google, Inc
*
* This software may be distributed under the terms of the BSD license.
* See README for more details.
*/
#ifndef RM_H
#define RM_H
void hostapd_rm_action(struct hostapd_data *hapd,
const struct ieee80211_mgmt *mgmt, size_t len);
#endif /* RM_H */