Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dwext-core.c849 if (IW_IS_GET(cmd) && !(descr->flags & IW_DESCR_FLAG_NOMAX)) { in ioctl_standard_iw_point()
870 if (!err && IW_IS_GET(cmd)) { in ioctl_standard_iw_point()
1079 IW_IS_GET(cmd) && in wext_handle_ioctl()
1146 IW_IS_GET(cmd) && in compat_wext_handle_ioctl()
H A Dwext-priv.c171 if (!err && IW_IS_GET(cmd)) { in ioctl_private_iw_point()
/linux/include/uapi/linux/
H A Dwireless.h361 #define IW_IS_GET(cmd) ((cmd) & 0x1) macro