Lines Matching defs:key
11 /* if default key search is enabled, the first 4 cam entries
12 * are used to direct map to group key with its key->key_idx, so
13 * driver should use cam entries after 4 to install pairwise key
25 struct ieee80211_key_conf *key,
37 cam->group = !(key->flags & IEEE80211_KEY_FLAG_PAIRWISE);
39 cam->key = key;
50 content = ((key->keyidx & 0x3)) |
69 content = (key->key[j]) |
70 (key->key[j + 1] << 8) |
71 (key->key[j + 2] << 16) |
72 (key->key[j + 3] << 24);
93 cam->key = NULL;
130 /* default use default key search for now */