Searched refs:IW_PRIV_SIZE_MASK (Results 1 – 2 of 2) sorted by relevance
59 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()
421 #define IW_PRIV_SIZE_MASK 0x07FF /* Max number of those args */ macro