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()
757 else if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_standard_iw_point() 780 if (IW_IS_SET(cmd)) { in ioctl_standard_iw_point() 830 if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_standard_iw_point() 992 if ((IW_IS_SET(cmd) || cmd == SIOCGIWENCODE || in wext_permission_check()
360 #define IW_IS_SET(cmd) (!((cmd) & 0x1)) macro