Lines Matching defs:keys
35 * keys and per-station keys. Since each station belongs to an interface,
90 * 2. SKB resize was skipped because all the keys were hw planted but
364 key = key_mtx_dereference(sdata->local, sdata->keys[idx]);
566 rcu_assign_pointer(sdata->keys[idx], new);
871 * the same cipher. Enforce the assumption for pairwise keys.
895 sdata->keys[idx]);
901 /* Non-pairwise keys must also not switch the cipher on rekey */
1039 /* skip keys of station in removal process */
1074 struct list_head *keys)
1089 list_add_tail(&key->list, keys);
1096 struct list_head *keys)
1109 list_add_tail(&key->list, keys);
1115 struct list_head *keys)
1120 list_for_each_entry_safe(key, tmp, keys, list)
1132 LIST_HEAD(keys);
1138 ieee80211_free_keys_iface(sdata, &keys);
1142 ieee80211_free_keys_iface(vlan, &keys);
1145 if (!list_empty(&keys) || force_synchronize)
1147 list_for_each_entry_safe(key, tmp, &keys, list)
1214 * make roaming faster: during roaming, all keys are first deleted
1215 * and then new keys are installed. The first new key causes the
1222 * The cost is that if the AP switching was from an AP with keys
1474 /* shouldn't happen for per-link keys */
1485 /* shouldn't happen for per-link keys */