Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dwext-priv.c109 if (IW_IS_SET(cmd)) { in get_priv_descr_and_size()
146 if (IW_IS_SET(cmd)) { in ioctl_private_iw_point()
160 if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_private_iw_point()
H A Dwext-core.c758 else if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_standard_iw_point()
781 if (IW_IS_SET(cmd)) { in ioctl_standard_iw_point()
831 if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_standard_iw_point()
993 if ((IW_IS_SET(cmd) || cmd == SIOCGIWENCODE || in wext_permission_check()
/linux/include/uapi/linux/
H A Dwireless.h360 #define IW_IS_SET(cmd) (!((cmd) & 0x1)) macro