Searched defs:wlc_if (Results 1 – 1 of 1) sorted by relevance
363 struct wlc_if { struct364 struct wlc_if *next; argument365 u8 type; /* WLC_IFTYPE_BSS or WLC_IFTYPE_WDS */366 u8 index; /* assigned in wl_add_if(), index of the wlif if any,370 u8 flags; /* flags for the interface */371 struct wl_if *wlif; /* pointer to wlif */372 struct wlc_txq_info *qi; /* pointer to associated tx queue */373 union {376 } u;