Home
last modified time | relevance | path

Searched defs:lkpi_vif (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h191 struct lkpi_vif { struct
193 struct ieee80211vap iv_vap;
194 eventhandler_tag lvif_ifllevent;
196 struct sysctl_ctx_list sysctl_ctx;
198 struct mtx mtx;
199 struct wireless_dev wdev;
202 int (*iv_newstate)(struct ieee80211vap *,
204 struct ieee80211_node * (*iv_update_bss)(struct ieee80211vap *,
228 #define VAP_TO_LVIF(_vap) container_of(_vap, struct lkpi_vif, iv_vap) argument