Home
last modified time | relevance | path

Searched refs:isnew (Results 1 – 17 of 17) sorted by relevance

/freebsd-11-stable/sys/net80211/
HDieee80211_scan.c548 ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew, in ieee80211_scan_dump_probe_beacon() argument
554 ether_sprintf(mac), isnew ? "new " : "", in ieee80211_scan_dump_probe_beacon()
559 if (isnew) { in ieee80211_scan_dump_probe_beacon()
HDieee80211_scan.h342 void ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew,
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/
HDonoe.c184 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() argument
186 if (isnew) in ath_rate_newassoc()
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/
HDamrr.c191 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() argument
193 if (isnew) in ath_rate_newassoc()
/freebsd-11-stable/sys/geom/multipath/
HDg_multipath.c797 int error, isnew; in g_multipath_taste() local
900 isnew = 1; in g_multipath_taste()
902 isnew = 0; in g_multipath_taste()
909 if (isnew) in g_multipath_taste()
/freebsd-11-stable/sys/netipsec/
HDkey.c2779 int isnew; in key_newsav() local
2842 isnew = 1; in key_newsav()
2844 isnew = 0; in key_newsav()
2867 if (isnew == 0 && sah->state == SADB_SASTATE_DEAD) { in key_newsav()
2872 if (isnew != 0) { in key_newsav()
5027 int error, isnew; in key_updateaddresses() local
5062 isnew = 2; /* SAH is new */ in key_updateaddresses()
5064 isnew = 1; /* existing SAH is referenced */ in key_updateaddresses()
5081 isnew = 0; in key_updateaddresses()
5143 if (isnew == 2) { in key_updateaddresses()
[all …]
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
HDsample.c1010 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) in ath_rate_newassoc() argument
1012 if (isnew) in ath_rate_newassoc()
/freebsd-11-stable/sys/dev/wtap/
HDif_wtap.c542 wtap_newassoc(struct ieee80211_node *ni, int isnew) in wtap_newassoc() argument
/freebsd-11-stable/sys/dev/ath/
HDif_ath.c5843 ath_newassoc(struct ieee80211_node *ni, int isnew) in ath_newassoc() argument
5857 isnew, in ath_newassoc()
5861 ath_rate_newassoc(sc, an, isnew); in ath_newassoc()
5864 if (isnew && in ath_newassoc()
5878 if (! isnew) { in ath_newassoc()
/freebsd-11-stable/sys/arm/arm/
HDpmap-v6.c3690 uint32_t pte1_idx, isnew = 0; in pmap_demote_pte1() local
3722 isnew = 1; in pmap_demote_pte1()
3733 isnew = 1; /* Demoting section w/o promotion. */ in pmap_demote_pte1()
3798 if (isnew != 0) { in pmap_demote_pte1()
/freebsd-11-stable/sys/dev/mwl/
HDif_mwl.c4257 mwl_newassoc(struct ieee80211_node *ni, int isnew) in mwl_newassoc() argument
4267 if (isnew) { in mwl_newassoc()
4275 __func__, ether_sprintf(ni->ni_macaddr), isnew, aid, mn->mn_staid); in mwl_newassoc()
/freebsd-11-stable/sys/dev/ral/
HDrt2860.c836 rt2860_newassoc(struct ieee80211_node *ni, int isnew) in rt2860_newassoc() argument
843 if (isnew && ni->ni_associd != 0) { in rt2860_newassoc()
851 isnew, ether_sprintf(ni->ni_macaddr), wcid)); in rt2860_newassoc()
/freebsd-11-stable/sys/dev/otus/
HDif_otus.c1431 otus_newassoc(struct ieee80211_node *ni, int isnew) in otus_newassoc() argument
1438 isnew, ether_sprintf(ni->ni_macaddr)); in otus_newassoc()
/freebsd-11-stable/sys/dev/usb/wlan/
HDif_run.c2621 run_newassoc(struct ieee80211_node *ni, int isnew) in run_newassoc() argument
2642 if (isnew && ni->ni_associd != 0) { in run_newassoc()
2658 isnew, ni->ni_associd, ether_sprintf(ni->ni_macaddr)); in run_newassoc()
/freebsd-11-stable/sys/dev/urtwn/
HDif_urtwn.c5060 urtwn_newassoc(struct ieee80211_node *ni, int isnew) in urtwn_newassoc() argument
5070 if (!isnew) in urtwn_newassoc()
/freebsd-11-stable/sys/dev/wpi/
HDif_wpi.c4446 wpi_newassoc(struct ieee80211_node *ni, int isnew) in wpi_newassoc() argument
/freebsd-11-stable/sys/dev/iwn/
HDif_iwn.c2804 iwn_newassoc(struct ieee80211_node *ni, int isnew) in iwn_newassoc() argument