mirror of
https://github.com/albfan/miraclecast.git
synced 2025-03-09 23:38:56 +00:00
wifi: declare supplicant_set_wfd_subelements()
The declaration is missing, add it to suppress 'unknown function' warnings. Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
This commit is contained in:
parent
b3f4527444
commit
430d565ccc
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ bool supplicant_is_running(struct supplicant *s);
|
||||||
bool supplicant_is_ready(struct supplicant *s);
|
bool supplicant_is_ready(struct supplicant *s);
|
||||||
|
|
||||||
int supplicant_set_friendly_name(struct supplicant *s, const char *name);
|
int supplicant_set_friendly_name(struct supplicant *s, const char *name);
|
||||||
|
int supplicant_set_wfd_subelements(struct supplicant *s, const char *val);
|
||||||
int supplicant_p2p_start_scan(struct supplicant *s);
|
int supplicant_p2p_start_scan(struct supplicant *s);
|
||||||
void supplicant_p2p_stop_scan(struct supplicant *s);
|
void supplicant_p2p_stop_scan(struct supplicant *s);
|
||||||
bool supplicant_p2p_scanning(struct supplicant *s);
|
bool supplicant_p2p_scanning(struct supplicant *s);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue