Searched defs:wpan_dev (Results 1 – 2 of 2) sorted by relevance
88117 struct wpan_dev { struct88122 const struct wpan_dev_header_ops *header_ops; argument88123 struct net_device *lowpan_dev; argument88124 u32 identifier;88125 __le16 pan_id;88126 __le16 short_addr;88127 __le64 extended_addr;88128 atomic_t bsn;88129 atomic_t dsn;88130 u8 min_be;[all …]
97853 struct wpan_dev { struct97858 const struct wpan_dev_header_ops *header_ops; argument97859 struct net_device *lowpan_dev; argument97860 u32 identifier;97861 __le16 pan_id;97862 __le16 short_addr;97863 __le64 extended_addr;97864 atomic_t bsn;97865 atomic_t dsn;97866 u8 min_be;[all …]