Lines Matching defs:i802_bss
64 struct i802_bss { struct
66 struct i802_bss *next; argument
68 u16 valid_links;
69 struct i802_link links[MAX_NUM_MLD_LINKS];
70 struct i802_link *flink;
72 int ifindex;
73 int br_ifindex;
74 u64 wdev_id;
75 char ifname[IFNAMSIZ + 1];
76 char brname[IFNAMSIZ];
77 unsigned int added_if_into_bridge:1;
78 unsigned int already_in_bridge:1;
79 unsigned int added_bridge:1;
80 unsigned int in_deinit:1;
81 unsigned int wdev_id_set:1;
82 unsigned int added_if:1;
83 unsigned int static_ap:1;
85 u8 addr[ETH_ALEN];
86 u8 prev_addr[ETH_ALEN];
88 int if_dynamic;
90 void *ctx;
91 struct nl_sock *nl_preq, *nl_mgmt, *nl_connect;
92 struct nl_cb *nl_cb;
94 struct nl80211_wiphy_data *wiphy_data;
95 struct dl_list wiphy_list;
96 u8 rand_addr[ETH_ALEN];