Searched refs:NET80211_IV_NSTATE_NUM (Results 1 – 6 of 6) sorted by relevance
420 #define NET80211_IV_NSTATE_NUM 8 macro423 enum ieee80211_state iv_nstates[NET80211_IV_NSTATE_NUM]; /* queued pending state(s) */424 int iv_nstate_args[NET80211_IV_NSTATE_NUM]; /* queued pending state(s) arg */425 struct task iv_nstate_task[NET80211_IV_NSTATE_NUM];
339 for (i = 0; i < NET80211_IV_NSTATE_NUM; i++) in ieee80211_proto_vattach()2504 if (vap->iv_nstate_n >= NET80211_IV_NSTATE_NUM) in _ieee80211_newstate_get_next_empty_slot()2508 nstate_num %= NET80211_IV_NSTATE_NUM; in _ieee80211_newstate_get_next_empty_slot()2526 if (vap->iv_nstate_b >= NET80211_IV_NSTATE_NUM) in _ieee80211_newstate_get_next_pending_slot()2775 nstate_num = (vap->iv_nstate_b + vap->iv_nstate_n - 1) % NET80211_IV_NSTATE_NUM; in ieee80211_new_state_locked()2894 NET80211_IV_NSTATE_NUM); in ieee80211_new_state_locked()
492 for (i = 0; i < NET80211_IV_NSTATE_NUM; i++) { in _db_show_vap()
780 for (i = 0; i < NET80211_IV_NSTATE_NUM; i++) in ieee80211_vap_detach()
689 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()