Searched defs:i802_bss (Results 1 – 1 of 1) sorted by relevance
95 struct i802_bss { struct97 struct i802_bss *next; argument98 int ifindex;99 u64 wdev_id;100 char ifname[IFNAMSIZ + 1];101 char brname[IFNAMSIZ];102 unsigned int beacon_set:1;103 unsigned int added_if_into_bridge:1;104 unsigned int added_bridge:1;105 unsigned int in_deinit:1;[all …]