Searched refs:NET80211_IV_NSTATE_NUM (Results 1 – 6 of 6) sorted by relevance
422 #define NET80211_IV_NSTATE_NUM 8 macro425 enum ieee80211_state iv_nstates[NET80211_IV_NSTATE_NUM]; /* queued pending state(s) */426 int iv_nstate_args[NET80211_IV_NSTATE_NUM]; /* queued pending state(s) arg */427 struct task iv_nstate_task[NET80211_IV_NSTATE_NUM];
339 for (i = 0; i < NET80211_IV_NSTATE_NUM; i++) in ieee80211_proto_vattach()2503 if (vap->iv_nstate_n >= NET80211_IV_NSTATE_NUM) in _ieee80211_newstate_get_next_empty_slot()2507 nstate_num %= NET80211_IV_NSTATE_NUM; in _ieee80211_newstate_get_next_empty_slot()2525 if (vap->iv_nstate_b >= NET80211_IV_NSTATE_NUM) in _ieee80211_newstate_get_next_pending_slot()2774 nstate_num = (vap->iv_nstate_b + vap->iv_nstate_n - 1) % NET80211_IV_NSTATE_NUM; in ieee80211_new_state_locked()2893 NET80211_IV_NSTATE_NUM); in ieee80211_new_state_locked()
492 for (i = 0; i < NET80211_IV_NSTATE_NUM; i++) { in _db_show_vap()
767 for (i = 0; i < NET80211_IV_NSTATE_NUM; i++) in ieee80211_vap_detach()
697 for (i = 0; i < NET80211_IV_NSTATE_NUM; i++) in rtwn_vap_delete()
725 for (i = 0; i < NET80211_IV_NSTATE_NUM; i++) in rum_vap_delete()