Home
last modified time | relevance | path

Searched refs:IW_PRIV_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/wireless/
H A Dwext-priv.c59 int num = args & IW_PRIV_SIZE_MASK; in get_priv_size()
68 int max = args & IW_PRIV_SIZE_MASK; in adjust_priv_size()
150 if (iwp->length > (descr->set_args & IW_PRIV_SIZE_MASK)) in ioctl_private_iw_point()
/openbmc/linux/include/uapi/linux/
H A Dwireless.h421 #define IW_PRIV_SIZE_MASK 0x07FF /* Max number of those args */ macro