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