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
2 changed files with 2 additions and 4 deletions
|
@ -205,8 +205,8 @@ 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 a new issue