Searched defs:i802_bss (Results 1 – 1 of 1) sorted by relevance
53 struct i802_bss { struct55 struct i802_bss *next; argument56 int ifindex;57 int br_ifindex;58 u64 wdev_id;59 char ifname[IFNAMSIZ + 1];60 char brname[IFNAMSIZ];61 unsigned int beacon_set:1;62 unsigned int added_if_into_bridge:1;63 unsigned int already_in_bridge:1;[all …]