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

/freebsd-9.3-release/sys/dev/ath/ath_rate/onoe/
H A Donoe.c181 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
183 if (isnew)
/freebsd-9.3-release/sys/dev/ath/ath_rate/amrr/
H A Damrr.c188 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
190 if (isnew)
/freebsd-9.3-release/sys/geom/multipath/
H A Dg_multipath.c676 int error, isnew; local
779 isnew = 1;
781 isnew = 0;
788 if (isnew)
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_scan.c1076 dump_probe_beacon(uint8_t subtype, int isnew, argument
1082 ether_sprintf(mac), isnew ? "new " : "",
1088 if (isnew) {
/freebsd-9.3-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c730 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
732 if (isnew)
/freebsd-9.3-release/sys/dev/ral/
H A Drt2860.c845 rt2860_newassoc(struct ieee80211_node *ni, int isnew) argument
852 if (isnew && ni->ni_associd != 0) {
859 DPRINTF(("new assoc isnew=%d addr=%s WCID=%d\n",
860 isnew, ether_sprintf(ni->ni_macaddr), wcid));
/freebsd-9.3-release/sys/dev/ath/
H A Dif_ath.c5012 * Note that we're called also on a re-associate, the isnew
5016 ath_newassoc(struct ieee80211_node *ni, int isnew) argument
5026 ath_rate_newassoc(sc, an, isnew);
5027 if (isnew &&
/freebsd-9.3-release/sys/dev/mwl/
H A Dif_mwl.c4401 * Note that we're called also on a re-associate, the isnew
4405 mwl_newassoc(struct ieee80211_node *ni, int isnew) argument
4415 if (isnew) {
4422 DPRINTF(sc, MWL_DEBUG_NODE, "%s: mac %s isnew %d aid %d staid %d\n",
4423 __func__, ether_sprintf(ni->ni_macaddr), isnew, aid, mn->mn_staid);
/freebsd-9.3-release/sys/dev/usb/wlan/
H A Dif_run.c2670 run_newassoc(struct ieee80211_node *ni, int isnew) argument
2691 if (isnew && ni->ni_associd != 0) {
2706 DPRINTF("new assoc isnew=%d associd=%x addr=%s\n",
2707 isnew, ni->ni_associd, ether_sprintf(ni->ni_macaddr));
/freebsd-9.3-release/sys/dev/iwn/
H A Dif_iwn.c2091 iwn_newassoc(struct ieee80211_node *ni, int isnew) argument

Completed in 232 milliseconds