Searched refs:iv_csa_count (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_output.c1684 csa->csa_count = ic->ic_csa_count - vap->iv_csa_count;
2812 vap->iv_csa_count == ic->ic_csa_count) {
2813 vap->iv_csa_count = 0;
2998 if (vap->iv_csa_count == 0) {
3021 vap->iv_csa_count++;
H A Dieee80211_ddb.c435 db_printf(" csa_count %d", vap->iv_csa_count);
H A Dieee80211_var.h409 int iv_csa_count; /* count for doing CSA */ member in struct:ieee80211vap

Completed in 157 milliseconds