Searched refs:NUM_DEFAULT_KEYS (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/mac80211/
H A Dkey.h18 #define NUM_DEFAULT_KEYS 4 macro
H A Dkey.c355 if (idx >= 0 && idx < NUM_DEFAULT_KEYS) {
392 if (idx >= NUM_DEFAULT_KEYS &&
393 idx < NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS)
418 if (idx >= NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS &&
419 idx < NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS +
491 if ((is_wep || pairwise) && idx >= NUM_DEFAULT_KEYS)
595 idx >= NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS +
893 if (idx < NUM_DEFAULT_KEYS)
1187 for (i = 0; i < NUM_DEFAULT_KEYS; i++) {
H A Dsta_info.h528 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS +
658 struct ieee80211_key __rcu *ptk[NUM_DEFAULT_KEYS];
H A Drx.c1885 idx = NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS;
1888 if (idx == NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS)
1986 if (mmie_keyidx < NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS ||
1987 mmie_keyidx >= NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS +
2005 if (mmie_keyidx < NUM_DEFAULT_KEYS ||
2006 mmie_keyidx >= NUM_DEFAULT_KEYS + NUM_DEFAULT_MGMT_KEYS)
2034 for (i = 0; i < NUM_DEFAULT_KEYS; i++) {
2041 for (i = 0; i < NUM_DEFAULT_KEYS; i++) {
H A Dieee80211_i.h1032 struct ieee80211_key __rcu *gtk[NUM_DEFAULT_KEYS +
1110 struct ieee80211_key __rcu *keys[NUM_DEFAULT_KEYS];
H A Dcfg.c604 if (pairwise && key_idx < NUM_DEFAULT_KEYS)
609 key_idx < NUM_DEFAULT_KEYS +
618 if (pairwise && key_idx < NUM_DEFAULT_KEYS)
626 if (key_idx < NUM_DEFAULT_KEYS)

Completed in 276 milliseconds