chore: sdk compiles almost w/o warnings?
This commit is contained in:
@@ -84,7 +84,15 @@ int wext_del_custom_ie(const char *ifname);
|
||||
int wext_send_mgnt(const char *ifname, char *buf, __u16 buf_len, __u16 flags);
|
||||
int wext_send_eapol(const char *ifname, char *buf, __u16 buf_len, __u16 flags);
|
||||
int wext_set_gen_ie(const char *ifname, char *buf, __u16 buf_len, __u16 flags);
|
||||
int wext_get_drv_ability(const char *ifname, __u32 *ability);
|
||||
int wext_enable_forwarding(const char *ifname);
|
||||
int wext_disable_forwarding(const char *ifname);
|
||||
int wext_set_ch_deauth(const char *ifname, __u8 enable);
|
||||
void wext_set_sigstat_fast_enable(int enable);
|
||||
void wext_stop_softap(const char *ifname);
|
||||
void wext_suspend_softap(const char *ifname);
|
||||
void wext_suspend_softap_beacon(const char *ifname);
|
||||
void wext_resume_softap(const char *ifname);
|
||||
int wext_ap_switch_chl_and_inform(unsigned char new_channel);
|
||||
int wext_get_nhm_ratio_level(const char *ifname, __u32 *level);
|
||||
int wext_get_retry_drop_num(const char *ifname, rtw_fw_retry_drop_t * retry);
|
||||
@@ -107,6 +115,9 @@ __u8 wext_get_adaptivity_enable(const char *ifname);
|
||||
int wext_set_adaptivity_mode(const char *ifname, __u8 mode);
|
||||
__u8 wext_get_adaptivity_mode(const char *ifname);
|
||||
__u8 wext_get_channel_plan(const char *ifname);
|
||||
|
||||
int wext_get_bcn_rssi(const char *ifname, int *rssi);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user