Home
last modified time | relevance | path

Searched refs:iv_vap (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_binding.c229 if (iwm_sf_update(sc, &ivp->iv_vap, FALSE)) in iwm_binding_add_vif()
246 if (iwm_sf_update(sc, &ivp->iv_vap, TRUE)) in iwm_binding_remove_vif()
H A Dif_iwm_power.c282 struct ieee80211vap *vap = &ivp->iv_vap; in iwm_power_build_cmd()
415 struct ieee80211vap *vap = &ivp->iv_vap; in iwm_power_set_ba()
H A Dif_iwmvar.h354 struct ieee80211vap iv_vap;
353 struct ieee80211vap iv_vap; global() member
H A Dif_iwm.c6356 vap = &ivp->iv_vap; in iwm_vap_create()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.h173 struct ieee80211vap iv_vap; member
199 #define VAP_TO_LVIF(_vap) container_of(_vap, struct lkpi_vif, iv_vap)
200 #define LVIF_TO_VAP(_lvif) (&(_lvif)->iv_vap)
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h228 struct ieee80211vap iv_vap; member
H A Dif_iwn.c1342 vap = &ivp->iv_vap; in iwn_vap_create()