Home
last modified time | relevance | path

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

/Linux-v6.1/net/wireless/
Dwext-core.c826 if (IW_IS_GET(cmd) && !(descr->flags & IW_DESCR_FLAG_NOMAX)) { in ioctl_standard_iw_point()
847 if (!err && IW_IS_GET(cmd)) { in ioctl_standard_iw_point()
1056 IW_IS_GET(cmd) && in wext_handle_ioctl()
1119 IW_IS_GET(cmd) && in compat_wext_handle_ioctl()
Dwext-priv.c171 if (!err && IW_IS_GET(cmd)) { in ioctl_private_iw_point()
/Linux-v6.1/include/uapi/linux/
Dwireless.h361 #define IW_IS_GET(cmd) ((cmd) & 0x1) macro