]> git.ipfire.org Git - thirdparty/hostap.git/blob - src/ap/rrm.h
hostapd: Handle Neighbor Report Request frame
[thirdparty/hostap.git] / src / ap / rrm.h
1 /*
2 * hostapd / Radio Measurement (RRM)
3 * Copyright(c) 2013 - 2016 Intel Mobile Communications GmbH.
4 * Copyright(c) 2011 - 2016 Intel Corporation. All rights reserved.
5 *
6 * This software may be distributed under the terms of the BSD license.
7 * See README for more details.
8 */
9
10 #ifndef RRM_H
11 #define RRM_H
12
13 void hostapd_handle_radio_measurement(struct hostapd_data *hapd,
14 const u8 *buf, size_t len);
15
16 #endif /* RRM_H */