mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-31 01:04:03 -05:00
HS 2.0: Make hs20_build_anqp_req() static
This function is not used outside hs20_supplicant.c. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1c39f984fd
commit
99a9423c7b
@ -205,7 +205,7 @@ void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
|
static struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
|
||||||
size_t payload_len)
|
size_t payload_len)
|
||||||
{
|
{
|
||||||
struct wpabuf *buf;
|
struct wpabuf *buf;
|
||||||
|
@ -13,8 +13,6 @@ void wpas_hs20_add_indication(struct wpabuf *buf, int pps_mo_id);
|
|||||||
|
|
||||||
int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
|
int hs20_anqp_send_req(struct wpa_supplicant *wpa_s, const u8 *dst, u32 stypes,
|
||||||
const u8 *payload, size_t payload_len, int inmem);
|
const u8 *payload, size_t payload_len, int inmem);
|
||||||
struct wpabuf * hs20_build_anqp_req(u32 stypes, const u8 *payload,
|
|
||||||
size_t payload_len);
|
|
||||||
void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len,
|
void hs20_put_anqp_req(u32 stypes, const u8 *payload, size_t payload_len,
|
||||||
struct wpabuf *buf);
|
struct wpabuf *buf);
|
||||||
void hs20_parse_rx_hs20_anqp_resp(struct wpa_supplicant *wpa_s,
|
void hs20_parse_rx_hs20_anqp_resp(struct wpa_supplicant *wpa_s,
|
||||||
|
Loading…
Reference in New Issue
Block a user