Home
last modified time | relevance | path

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

/openbmc/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.c760 else if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_standard_iw_point()
783 if (IW_IS_SET(cmd)) { in ioctl_standard_iw_point()
833 if (IW_IS_SET(cmd) && (iwp->length != 0)) { in ioctl_standard_iw_point()
995 if ((IW_IS_SET(cmd) || cmd == SIOCGIWENCODE || in wext_permission_check()
/openbmc/linux/include/uapi/linux/
H A Dwireless.h360 #define IW_IS_SET(cmd) (!((cmd) & 0x1)) macro