Searched refs:ic_csa_count (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/
H A Dif_rtwn_beacon.c181 "%s: vap id %d, iv_csa_count %d, ic_csa_count %d, item %d\n",
182 __func__, uvp->id, vap->iv_csa_count, ic->ic_csa_count, item);
186 if (vap->iv_csa_count != ic->ic_csa_count) {
234 "%s: vap id %d, iv_csa_count %d, ic_csa_count %d\n",
235 __func__, rvp->id, vap->iv_csa_count, ic->ic_csa_count);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_sta.c1296 if (!(csa->csa_count < ic->ic_csa_count &&
1302 ic->ic_csa_newchan, ic->ic_csa_count,
1309 ic->ic_csa_count = csa->csa_count;
H A Dieee80211_ddb.c601 db_printf(" csa_count %d", ic->ic_csa_count);
H A Dieee80211_var.h221 short ic_csa_count; /* count for doing CSA */ member in struct:ieee80211com
H A Dieee80211_proto.c2304 ic->ic_csa_count = count;
H A Dieee80211_output.c2361 csa->csa_count = ic->ic_csa_count - vap->iv_csa_count;
3727 vap->iv_csa_count == ic->ic_csa_count) {
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c3894 mwl_hal_setchannelswitchie(sc->sc_mh, &hchan, 1, ic->ic_csa_count);

Completed in 290 milliseconds