Home
last modified time | relevance | path

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

/openbmc/linux/net/wireless/
H A Dwext-core.c851 if (IW_IS_GET(cmd) && !(descr->flags & IW_DESCR_FLAG_NOMAX)) { in ioctl_standard_iw_point()
872 if (!err && IW_IS_GET(cmd)) { in ioctl_standard_iw_point()
1081 IW_IS_GET(cmd) && in wext_handle_ioctl()
1144 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()
/openbmc/linux/include/uapi/linux/
H A Dwireless.h361 #define IW_IS_GET(cmd) ((cmd) & 0x1) macro