hostapd: Add LCI request
[mech_eap.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 int hostapd_send_lci_req(struct hostapd_data *hapd, const u8 *addr);
16 void hostapd_clean_rrm(struct hostapd_data *hapd);
17
18 #endif /* RRM_H */