ieee802154_i.h (15a892e728299c5879187c8301c10c14af399a0c) ieee802154_i.h (4a9a816a4f8c79260446811bdf80615b36539949)
1/*
2 * Copyright (C) 2007-2012 Siemens AG
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2
6 * as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 160 unchanged lines hidden (view full) ---

169int mac802154_del_seclevel(struct net_device *dev,
170 const struct ieee802154_llsec_seclevel *sl);
171
172void mac802154_lock_table(struct net_device *dev);
173void mac802154_get_table(struct net_device *dev,
174 struct ieee802154_llsec_table **t);
175void mac802154_unlock_table(struct net_device *dev);
176
1/*
2 * Copyright (C) 2007-2012 Siemens AG
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2
6 * as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,

--- 160 unchanged lines hidden (view full) ---

169int mac802154_del_seclevel(struct net_device *dev,
170 const struct ieee802154_llsec_seclevel *sl);
171
172void mac802154_lock_table(struct net_device *dev);
173void mac802154_get_table(struct net_device *dev,
174 struct ieee802154_llsec_table **t);
175void mac802154_unlock_table(struct net_device *dev);
176
177struct net_device *
178mac802154_add_iface(struct wpan_phy *phy, const char *name, int type);
179void mac802154_del_iface(struct wpan_phy *phy, struct net_device *dev);
180
177#endif /* __IEEE802154_I_H */
181#endif /* __IEEE802154_I_H */