Lines Matching refs:s32
32 s32 wldev_ioctl(
35 s32 wldev_ioctl_get(
38 s32 wldev_ioctl_set(
44 s32 wldev_iovar_getbuf(
51 s32 wldev_iovar_setbuf(
53 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
55 s32 wldev_iovar_setint(
56 struct net_device *dev, s8 *iovar, s32 val);
58 s32 wldev_iovar_getint(
59 struct net_device *dev, s8 *iovar, s32 *pval);
65 s32 wldev_mkiovar_bsscfg(
66 const s8 *iovar_name, const s8 *param, s32 paramlen,
67 s8 *iovar_buf, s32 buflen, s32 bssidx);
72 s32 wldev_iovar_getbuf_bsscfg(
73 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
74 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
79 s32 wldev_iovar_setbuf_bsscfg(
80 struct net_device *dev, const s8 *iovar_name, const void *param, s32 paramlen,
81 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
83 s32 wldev_iovar_getint_bsscfg(
84 struct net_device *dev, s8 *iovar, s32 *pval, s32 bssidx);
86 s32 wldev_iovar_setint_bsscfg(
87 struct net_device *dev, s8 *iovar, s32 val, s32 bssidx);