Home
last modified time | relevance | path

Searched refs:IW_IS_GET (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/wireless/
Dwext-core.c822 if (IW_IS_GET(cmd) && !(descr->flags & IW_DESCR_FLAG_NOMAX)) { in ioctl_standard_iw_point()
843 if (!err && IW_IS_GET(cmd)) { in ioctl_standard_iw_point()
1051 IW_IS_GET(cmd) && in wext_handle_ioctl()
1114 IW_IS_GET(cmd) && in compat_wext_handle_ioctl()
Dwext-priv.c171 if (!err && IW_IS_GET(cmd)) { in ioctl_private_iw_point()
/Linux-v4.19/include/uapi/linux/
Dwireless.h355 #define IW_IS_GET(cmd) ((cmd) & 0x1) macro