mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-29 08:14:02 -05:00
Mark function static
This function is not used outside this file. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
0cb79d355a
commit
a520bf4aeb
@ -3155,8 +3155,8 @@ static int wpas_check_wowlan_trigger(const char *start, const char *trigger,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int wpas_set_wowlan_triggers(struct wpa_supplicant *wpa_s,
|
static int wpas_set_wowlan_triggers(struct wpa_supplicant *wpa_s,
|
||||||
struct wpa_driver_capa *capa)
|
struct wpa_driver_capa *capa)
|
||||||
{
|
{
|
||||||
struct wowlan_triggers triggers;
|
struct wowlan_triggers triggers;
|
||||||
char *start, *end, *buf;
|
char *start, *end, *buf;
|
||||||
|
Loading…
Reference in New Issue
Block a user