Lines Matching refs:pairwise
444 bool pairwise,
493 if ((is_wep || pairwise) && idx >= NUM_DEFAULT_KEYS)
498 if (new && sta && pairwise) {
528 if (pairwise) {
565 if (is_wep || pairwise)
853 bool pairwise = key->conf.flags & IEEE80211_KEY_FLAG_PAIRWISE;
864 if (sta && pairwise) {
871 * the same cipher. Enforce the assumption for pairwise keys.
901 /* Non-pairwise keys must also not switch the cipher on rekey */
902 if (!pairwise) {
930 ret = ieee80211_key_replace(sdata, link, sta, pairwise, old_key, key);