Searched refs:iv_ifp (Results 1 - 25 of 54) sorted by relevance

123

/freebsd-11-stable/sys/net80211/
H A Dieee80211_freebsd.c126 CURVNET_SET(vap->iv_ifp->if_vnet);
127 if_clone_destroyif(wlan_cloner, vap->iv_ifp);
214 struct ifnet *ifp = vap->iv_ifp;
625 if_inc_counter(ni->ni_vap->iv_ifp, IFCOUNTER_OERRORS, 1);
638 struct ifnet *ifp = vap->iv_ifp;
684 struct ifnet *ifp = vap->iv_ifp;
705 struct ifnet *ifp = vap->iv_ifp;
724 struct ifnet *ifp = vap->iv_ifp;
739 struct ifnet *ifp = vap->iv_ifp;
769 struct ifnet *ifp = vap->iv_ifp;
[all...]
H A Dieee80211_monitor.c132 struct ifnet *ifp = vap->iv_ifp;
H A Dieee80211_dfs.c150 if_printf(vap->iv_ifp,
159 if_printf(vap->iv_ifp,
193 if_printf(vap->iv_ifp, "start %d second CAC timer on channel %u (%u MHz)\n",
212 if_printf(vap->iv_ifp, "stop CAC timer on channel %u (%u MHz)\n",
H A Dieee80211_rssadapt.c142 if_printf(vap->iv_ifp, "couldn't alloc ratectl structure\n");
183 if_printf(vap->iv_ifp, "ratectl structure was not allocated, "
193 if_printf(vap->iv_ifp, "couldn't alloc per-node ratectl "
H A Dieee80211_alq.c151 r->r_wlan = htons(vap->iv_ifp->if_dunit);
H A Dieee80211_input.c271 struct ifnet *ifp = vap->iv_ifp;
896 if_printf(vap->iv_ifp, "%s", buf); /* NB: no \n */
910 if_printf(vap->iv_ifp, "[%s] %s\n",
925 if_printf(vap->iv_ifp, "[%s] %s\n", ether_sprintf(mac), buf);
935 if_printf(vap->iv_ifp, "[%s] discard ",
952 if_printf(vap->iv_ifp, "[%s] discard ",
971 if_printf(vap->iv_ifp, "[%s] discard ", ether_sprintf(mac));
H A Dieee80211_amrr.c127 if_printf(vap->iv_ifp, "couldn't alloc ratectl structure\n");
173 if_printf(vap->iv_ifp, "ratectl structure was not allocated, "
182 if_printf(vap->iv_ifp, "couldn't alloc per-node ratectl "
H A Dieee80211_proto.c325 struct ifnet *ifp = vap->iv_ifp;
1423 struct ifnet *ifp = vap->iv_ifp;
1527 struct ifnet *ifp = vap->iv_ifp;
1545 struct ifnet *ifp = vap->iv_ifp;
1584 struct ifnet *ifp = vap->iv_ifp;
1604 struct ifnet *ifp = vap->iv_ifp;
1625 struct ifnet *ifp = vap->iv_ifp;
1995 vap->iv_ifp->if_drv_flags &= ~IFF_DRV_OACTIVE;
2085 if_printf(vap->iv_ifp,
H A Dieee80211_wds.c174 ni->ni_wdsvap->iv_ifp->if_xname);
254 ifp = vap->iv_ifp;
414 struct ifnet *ifp = vap->iv_ifp;
H A Dieee80211_scan.c241 ss->ss_vap->iv_ifp->if_xname : "none",
244 vap->iv_ifp->if_xname,
295 if_printf(vap->iv_ifp, "scan set ");
H A Dieee80211_ddb.c340 db_printf(" ifp %p(%s)", vap->iv_ifp, vap->iv_ifp->if_xname);
504 db_printf(" %s(%p)", vap->iv_ifp->if_xname, vap);
678 db_printf(" %s(%p)", vap->iv_ifp->if_xname, vap);
H A Dieee80211_radiotap.c119 bpfattach2(vap->iv_ifp, DLT_IEEE802_11_RADIO,
H A Dieee80211_scan_sw.c516 struct ifnet *ifp = vap->iv_ifp;
786 if_printf(vap->iv_ifp,
855 if_printf(vap->iv_ifp,
H A Dieee80211_ioctl.c63 (IFNET_IS_UP_RUNNING((_vap)->iv_ifp) && \
520 if (IEEE80211_ADDR_EQ(macaddr, vap->iv_ifp->if_broadcastaddr)) {
1344 if (!IEEE80211_ADDR_EQ(mac, vap->iv_ifp->if_broadcastaddr)) {
1963 if (IFNET_IS_UP_RUNNING(vap->iv_ifp)) {
2522 if ((vap->iv_ifp->if_flags & IFF_UP) == 0)
2528 (vap->iv_ifp->if_flags & IFF_UP) == 0 ? " (!IFF_UP)" : "",
3376 error = IFNET_IS_UP_RUNNING(vap->iv_ifp) ?
H A Dieee80211_hostap.c357 struct ifnet *ifp = vap->iv_ifp;
473 struct ifnet *ifp = vap->iv_ifp;
1546 struct ifnet *ifp = vap->iv_ifp;
H A Dieee80211.c498 vap->iv_ifp = ifp;
601 struct ifnet *ifp = vap->iv_ifp;
659 struct ifnet *ifp = vap->iv_ifp;
H A Dieee80211_output.c123 struct ifnet *ifp = vap->iv_ifp;
307 struct ifnet *ifp = vap->iv_ifp;
544 if_inc_counter(vap->iv_ifp, IFCOUNTER_OERRORS, 1);
3065 struct ifnet *ifp = vap->iv_ifp;
3506 struct ifnet *ifp = ni->ni_vap->iv_ifp;
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_ioctl.c253 ifp = vap->iv_ifp;
H A Dif_ath_beacon.c723 if_printf(vap->iv_ifp,
839 if_printf(vap->iv_ifp,
H A Dif_ath_tdma.c291 vap->iv_ifp->if_mtu + IEEE80211_MAXOVERHEAD, rix, AH_TRUE);
/freebsd-11-stable/tools/regression/net80211/wep/
H A Dtest_wep.c312 vap.iv_ifp = &ifp;
/freebsd-11-stable/sys/dev/malo/
H A Dif_malo.c1253 if_inc_counter(ni->ni_vap->iv_ifp,
1534 ifp = vap->iv_ifp;
1753 vap->iv_ifp->if_xname, __func__, vap->iv_flags,
/freebsd-11-stable/tools/regression/net80211/tkip/
H A Dtest_tkip.c363 vap.iv_ifp = &ifp;
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_upgt.c778 if_inc_counter(ni->ni_vap->iv_ifp,
2198 if (!(vap->iv_ifp->if_get_counter(vap->iv_ifp, IFCOUNTER_OPACKETS) %
2316 if_inc_counter(data->ni->ni_vap->iv_ifp,
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c1381 if_inc_counter(ni->ni_vap->iv_ifp,
4084 vap->iv_ifp->if_xname, __func__,
4146 vap->iv_ifp->if_xname, __func__, vap->iv_flags,
4179 vap->iv_ifp->if_xname, __func__, ni->ni_associd);
4192 vap->iv_ifp->if_xname, __func__,

Completed in 193 milliseconds

123