Lines Matching refs:iv_ifp
164 DEBUGNET_SET(vap->iv_ifp, ieee80211); in wlan_clone_create()
166 *ifpp = vap->iv_ifp; in wlan_clone_create()
185 CURVNET_SET(vap->iv_ifp->if_vnet); in ieee80211_vap_destroy()
186 if_clone_destroyif(wlan_cloner, vap->iv_ifp); in ieee80211_vap_destroy()
272 struct ifnet *ifp = vap->iv_ifp; in ieee80211_sysctl_vattach()
760 if_inc_counter(ni->ni_vap->iv_ifp, IFCOUNTER_OERRORS, 1); in ieee80211_parent_xmitpkt()
787 struct ifnet *ifp = vap->iv_ifp; in ieee80211_vap_xmitpkt()
833 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_node_join()
854 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_node_leave()
873 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_scan_done()
888 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_replay_failure()
921 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_michael_failure()
944 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_wds_discover()
964 ifp = vap->iv_ifp; in ieee80211_notify_csa()
984 ifp = vap->iv_ifp; in ieee80211_notify_radar()
1005 ifp = vap->iv_ifp; in ieee80211_notify_cac()
1016 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_node_deauth()
1027 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_node_auth()
1038 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_country()
1060 ifp = vap->iv_ifp; in ieee80211_notify_radio()
1070 struct ifnet *ifp = vap->iv_ifp; in ieee80211_notify_ifnet_change()
1144 if (vap->iv_ifp == NULL) in ieee80211_get_vap_ifname()
1146 return (if_name(vap->iv_ifp)); in ieee80211_get_vap_ifname()
1209 const struct ifnet *ifp = vap->iv_ifp; in ieee80211_vap_sync_mac_address()
1237 IEEE80211_ADDR_COPY(vap->iv_myaddr, IF_LLADDR(vap->iv_ifp)); in ieee80211_vap_copy_mac_address()
1258 if_input(vap->iv_ifp, m); in ieee80211_vap_deliver_data()
1274 return ((if_getflags(vap->iv_ifp) & IFF_MONITOR) != 0); in ieee80211_vap_ifp_check_is_monitor()
1289 return ((if_getflags(vap->iv_ifp) & IFF_SIMPLEX) != 0); in ieee80211_vap_ifp_check_is_simplex()
1301 return ((if_getdrvflags(vap->iv_ifp) & IFF_DRV_RUNNING) != 0); in ieee80211_vap_ifp_check_is_running()
1314 if_setdrvflagbits(vap->iv_ifp, IFF_DRV_RUNNING, 0); in ieee80211_vap_ifp_set_running_state()
1316 if_setdrvflagbits(vap->iv_ifp, 0, IFF_DRV_RUNNING); in ieee80211_vap_ifp_set_running_state()
1328 return (if_getbroadcastaddr(vap->iv_ifp)); in ieee80211_vap_get_broadcast_address()
1354 snprintf(if_fmt, sizeof(if_fmt), "%s: %s", if_name(vap->iv_ifp), fmt); in net80211_vap_printf()