/src/sys/dev/ic/ |
athrate-amrr.c | 171 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) 173 if (isnew)
|
athrate-onoe.c | 181 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) 183 if (isnew)
|
athrate-sample.c | 636 ath_rate_newassoc(struct ath_softc *sc, struct ath_node *an, int isnew) 638 DPRINTF(sc, "%s: %s isnew %d\n", __func__, 639 ether_sprintf(an->an_node.ni_macaddr), isnew); 640 if (isnew)
|
malo.c | 266 static void malo_newassoc(struct ieee80211_node *ni, int isnew); 1171 malo_newassoc(struct ieee80211_node *ni, int isnew)
|
rt2860.c | 940 rt2860_newassoc(struct ieee80211_node *ni, int isnew) 948 if (isnew && ni->ni_associd != 0) { 956 DPRINTF(("new assoc isnew=%d addr=%s WCID=%d\n", 957 isnew, ether_sprintf(ni->ni_macaddr), wcid));
|
ath.c | 4927 * Note that we're called also on a re-associate, the isnew 4931 ath_newassoc(struct ieee80211_node *ni, int isnew) 4936 ath_rate_newassoc(sc, ATH_NODE(ni), isnew); 4937 if (isnew &&
|
bwfm.c | 998 bwfm_newassoc(struct ieee80211_node *ni, int isnew)
|
athn.c | 2411 athn_newassoc(struct ieee80211_node *ni, int isnew)
|
rt2661.c | 766 rt2661_newassoc(struct ieee80211_node *ni, int isnew)
|
bwi.c | 8000 bwi_newassoc(struct ieee80211_node *ni, int isnew)
|
/src/sys/dev/usb/ |
if_athn_usb.h | 159 uint8_t isnew; member in struct:ar_htc_target_rate
|
if_athn_usb.c | 1521 athn_usb_newassoc(struct ieee80211_node *ni, int isnew) 1529 if (ic->ic_opmode != IEEE80211_M_HOSTAP || !isnew) 1703 rate.isnew = 1;
|
if_otus.c | 1565 otus_newassoc(struct ieee80211_node *ni, int isnew) 1575 DPRINTFN(DBG_FN, sc, "isnew=%d addr=%s\n", 1576 isnew, ether_sprintf(ni->ni_macaddr));
|
if_upgt.c | 1355 upgt_newassoc(struct ieee80211_node *ni, int isnew)
|
if_zyd.c | 2646 zyd_newassoc(struct ieee80211_node *ni, int isnew)
|
if_rum.c | 2205 rum_newassoc(struct ieee80211_node *ni, int isnew)
|
if_run.c | 2223 run_newassoc(struct ieee80211_node *ni, int isnew) 2231 DPRINTF(("new assoc isnew=%d addr=%s\n", 2232 isnew, ether_sprintf(ni->ni_macaddr)));
|
if_urtwn.c | 1913 urtwn_newassoc(struct ieee80211_node *ni, int isnew)
|
/src/sys/net80211/ |
ieee80211_node.c | 1237 dump_probe_beacon(u_int8_t subtype, int isnew, 1243 ether_sprintf(mac), isnew ? "new " : "", 1249 if (isnew) { 1374 int isnew) 1397 ic->ic_newassoc(ni, isnew);
|
/src/sys/dev/pci/ |
if_wpi.c | 904 wpi_newassoc(struct ieee80211_node *ni, int isnew)
|
if_rtwn.c | 1265 rtwn_newassoc(struct ieee80211_node *ni, int isnew)
|
if_iwn.c | 1916 iwn_newassoc(struct ieee80211_node *ni, int isnew)
|