On Fri, 2008-08-15 at 22:33 +0300, Jouni Malinen wrote: > +/** > + * struct vif_parameters - Virtual interface parameters > + * > + * Used to change virtual interface parameters. > + * > + * @drop_unencrypted: Whether to drop unencrypted frames > + * (0 = no, 1 = yes, -1 = do not change) > + * @userspace_mlme: Whether to use userspace MLME > + * (0 = no, 1 = yes, -1 = do not change) > + */ > +struct vif_parameters { > + int drop_unencrypted; > + int userspace_mlme; > +}; > * @set_mesh_cfg: set mesh parameters (by now, just mesh id) > * > * @change_bss: Modify parameters for a given BSS. > + * > + * @change_vif: Modify parameters for a given virtual interface. That reminds me, we should probably include the "bridge packets" thing in the BSS parameters (or here?) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html