Gitiles
Code Review
Sign In
git01.mediatek.com
/
openwrt
/
feeds
/
mtk-openwrt-feeds
/
9dbfdb9921c0819b4c7c222f5a60fe0f3a206abe
/
.
/
feed
/
mwctl
/
src
/
iwpriv_compat.h
blob: c3765948c466414bf05f43d30283e28f7910a8e4 [
file
] [
log
] [
blame
]
developer
2de9ad0
2022-02-21 16:39:38 +0800
[
diff
] [
blame
]
1
#ifndef
__IWPRIV_COMPAT_H
2
#define
__IWPRIV_COMPAT_H
3
4
int
handle_set_command
(
struct
nl_msg
*
msg
,
int
argc
,
5
char
**
argv
,
void
*
ctx
);
6
7
#endif