Searched refs:IW_IS_SET (Results 1 – 3 of 3) sorted by relevance
108 if (IW_IS_SET(cmd)) { in get_priv_descr_and_size() 145 if (IW_IS_SET(cmd)) { in ioctl_private_iw_point() 159 if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_private_iw_point()
755 else if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_standard_iw_point()778 if (IW_IS_SET(cmd)) { in ioctl_standard_iw_point()828 if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_standard_iw_point()990 if ((IW_IS_SET(cmd) || cmd == SIOCGIWENCODE || in wext_permission_check()
360 #define IW_IS_SET(cmd) (!((cmd) & 0x1)) macro