mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2026-07-11 21:35:39 +00:00
update
This commit is contained in:
parent
3e8794a4a3
commit
20d954e09e
186 changed files with 357 additions and 447 deletions
|
|
@ -900,7 +900,7 @@ int wext_send_eapol(const char *ifname, char *buf, __u16 buf_len, __u16 flags) {
|
|||
return iw_ioctl(ifname, SIOCSIWEAPOLSEND, &iwr);
|
||||
}
|
||||
|
||||
#if CONFIG_ENABLE_P2P
|
||||
//#if CONFIG_ENABLE_P2P
|
||||
int wext_send_mgnt(const char *ifname, char *buf, __u16 buf_len, __u16 flags) {
|
||||
struct iwreq iwr;
|
||||
memset(&iwr, 0, sizeof(iwr));
|
||||
|
|
@ -909,7 +909,7 @@ int wext_send_mgnt(const char *ifname, char *buf, __u16 buf_len, __u16 flags) {
|
|||
iwr.u.data.flags = flags;
|
||||
return iw_ioctl(ifname, SIOCSIWMGNTSEND, &iwr);
|
||||
}
|
||||
#endif
|
||||
//#endif
|
||||
|
||||
int wext_set_gen_ie(const char *ifname, char *buf, __u16 buf_len, __u16 flags) {
|
||||
struct iwreq iwr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue