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

/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/geom/multipath/
H A Dg_multipath.c676 int error, isnew; local
779 isnew = 1;
781 isnew = 0;
788 if (isnew)
/freebsd-10.0-release/sys/net80211/
H A Dieee80211_scan.c1090 dump_probe_beacon(uint8_t subtype, int isnew, argument
1096 ether_sprintf(mac), isnew ? "new " : "",
1102 if (isnew) {
/freebsd-10.0-release/sys/dev/ath/ath_rate/sample/
H A Dsample.c1007 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) argument
1009 if (isnew)
/freebsd-10.0-release/sys/dev/wtap/
H A Dif_wtap.c687 wtap_newassoc(struct ieee80211_node *ni, int isnew) argument
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath.c5555 * Note that we're called also on a re-associate, the isnew
5559 ath_newassoc(struct ieee80211_node *ni, int isnew) argument
5569 ath_rate_newassoc(sc, an, isnew);
5571 if (isnew &&
5585 if (! isnew) {
/freebsd-10.0-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-10.0-release/sys/dev/mwl/
H A Dif_mwl.c4407 * Note that we're called also on a re-associate, the isnew
4411 mwl_newassoc(struct ieee80211_node *ni, int isnew) argument
4421 if (isnew) {
4428 DPRINTF(sc, MWL_DEBUG_NODE, "%s: mac %s isnew %d aid %d staid %d\n",
4429 __func__, ether_sprintf(ni->ni_macaddr), isnew, aid, mn->mn_staid);
/freebsd-10.0-release/sys/dev/usb/wlan/
H A Dif_run.c2375 run_newassoc(struct ieee80211_node *ni, int isnew) argument
2396 if (isnew && ni->ni_associd != 0) {
2411 DPRINTF("new assoc isnew=%d associd=%x addr=%s\n",
2412 isnew, ni->ni_associd, ether_sprintf(ni->ni_macaddr));
/freebsd-10.0-release/sys/dev/iwn/
H A Dif_iwn.c2321 iwn_newassoc(struct ieee80211_node *ni, int isnew) argument

Completed in 297 milliseconds