This function has been used only within beacon.c and it got accidentally
converted to a global function.
Fixes: 6b5e00a80e5f ("AP: Use a struct for Probe Response generation in/out params")
Signed-off-by: Jouni Malinen <j@w1.fi>
}
-void hostapd_gen_probe_resp(struct hostapd_data *hapd,
- struct probe_resp_params *params)
+static void hostapd_gen_probe_resp(struct hostapd_data *hapd,
+ struct probe_resp_params *params)
{
u8 *pos;
size_t buflen;