Lines Matching refs:s32
41 s32 wldev_ioctl_get(
44 s32 wldev_ioctl_set(
50 s32 wldev_iovar_getbuf(
52 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
57 s32 wldev_iovar_setbuf(
59 const void *param, s32 paramlen, void *buf, s32 buflen, struct mutex* buf_sync);
61 s32 wldev_iovar_setint(
62 struct net_device *dev, s8 *iovar, s32 val);
64 s32 wldev_iovar_getint(
65 struct net_device *dev, s8 *iovar, s32 *pval);
71 s32 wldev_mkiovar_bsscfg(
72 const s8 *iovar_name, const s8 *param, s32 paramlen,
73 s8 *iovar_buf, s32 buflen, s32 bssidx);
78 s32 wldev_iovar_getbuf_bsscfg(
79 struct net_device *dev, s8 *iovar_name, void *param, s32 paramlen,
80 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
85 s32 wldev_iovar_setbuf_bsscfg(
86 struct net_device *dev, const s8 *iovar_name, const void *param, s32 paramlen,
87 void *buf, s32 buflen, s32 bsscfg_idx, struct mutex* buf_sync);
89 s32 wldev_iovar_getint_bsscfg(
90 struct net_device *dev, s8 *iovar, s32 *pval, s32 bssidx);
92 s32 wldev_iovar_setint_bsscfg(
93 struct net_device *dev, s8 *iovar, s32 val, s32 bssidx);