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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_scan.c548 ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew, argument
554 ether_sprintf(mac), isnew ? "new " : "",
559 if (isnew) {
H A Dieee80211_scan.h342 void ieee80211_scan_dump_probe_beacon(uint8_t subtype, int isnew,
/freebsd-11-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.c191 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
193 if (isnew)
/freebsd-11-stable/sys/dev/ath/ath_rate/onoe/
H A Donoe.c184 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
186 if (isnew)
/freebsd-11-stable/sys/geom/multipath/
H A Dg_multipath.c797 int error, isnew; local
900 isnew = 1;
902 isnew = 0;
909 if (isnew)
/freebsd-11-stable/sys/dev/wtap/
H A Dif_wtap.c542 wtap_newassoc(struct ieee80211_node *ni, int isnew) argument
/freebsd-11-stable/sys/netipsec/
H A Dkey.c2779 int isnew; local
2842 isnew = 1;
2844 isnew = 0;
2867 if (isnew == 0 && sah->state == SADB_SASTATE_DEAD) {
2872 if (isnew != 0) {
5027 int error, isnew; local
5062 isnew = 2; /* SAH is new */
5064 isnew = 1; /* existing SAH is referenced */
5081 isnew = 0;
5143 if (isnew
[all...]
/freebsd-11-stable/sys/dev/ath/ath_rate/sample/
H A Dsample.c1010 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
1012 if (isnew)
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c5839 * Note that we're called also on a re-associate, the isnew
5843 ath_newassoc(struct ieee80211_node *ni, int isnew) argument
5853 DPRINTF(sc, ATH_DEBUG_NODE, "%s: %6D: reassoc; isnew=%d, is_powersave=%d\n",
5857 isnew,
5861 ath_rate_newassoc(sc, an, isnew);
5864 if (isnew &&
5878 if (! isnew) {
/freebsd-11-stable/sys/arm/arm/
H A Dpmap-v6.c3690 uint32_t pte1_idx, isnew = 0; local
3722 isnew = 1;
3733 isnew = 1; /* Demoting section w/o promotion. */
3798 if (isnew != 0) {
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c836 rt2860_newassoc(struct ieee80211_node *ni, int isnew) argument
843 if (isnew && ni->ni_associd != 0) {
850 DPRINTF(("new assoc isnew=%d addr=%s WCID=%d\n",
851 isnew, ether_sprintf(ni->ni_macaddr), wcid));
/freebsd-11-stable/sys/dev/mwl/
H A Dif_mwl.c4253 * Note that we're called also on a re-associate, the isnew
4257 mwl_newassoc(struct ieee80211_node *ni, int isnew) argument
4267 if (isnew) {
4274 DPRINTF(sc, MWL_DEBUG_NODE, "%s: mac %s isnew %d aid %d staid %d\n",
4275 __func__, ether_sprintf(ni->ni_macaddr), isnew, aid, mn->mn_staid);
/freebsd-11-stable/sys/dev/otus/
H A Dif_otus.c1431 otus_newassoc(struct ieee80211_node *ni, int isnew) argument
1437 OTUS_DPRINTF(sc, OTUS_DEBUG_STATE, "new assoc isnew=%d addr=%s\n",
1438 isnew, ether_sprintf(ni->ni_macaddr));
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_run.c2621 run_newassoc(struct ieee80211_node *ni, int isnew) argument
2642 if (isnew && ni->ni_associd != 0) {
2657 DPRINTF("new assoc isnew=%d associd=%x addr=%s\n",
2658 isnew, ni->ni_associd, ether_sprintf(ni->ni_macaddr));
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c5060 urtwn_newassoc(struct ieee80211_node *ni, int isnew) argument
5070 if (!isnew)
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpi.c4446 wpi_newassoc(struct ieee80211_node *ni, int isnew) argument
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c2804 iwn_newassoc(struct ieee80211_node *ni, int isnew) argument

Completed in 317 milliseconds