Lines Matching full:plain
2105 int plain = os_strstr(cmd, "plaintext") != NULL;
2114 if (plain && sta->last_tk_alg == WPA_ALG_NONE)
2115 plain = 0; /* no need for special processing */
2116 if (plain) {
2127 plain ? restore_tk : NULL, hapd, sta);
2135 int plain = os_strstr(cmd, "plaintext") != NULL;
2144 if (plain && sta->last_tk_alg == WPA_ALG_NONE)
2145 plain = 0; /* no need for special processing */
2146 if (plain) {
2156 plain ? restore_tk : NULL, hapd, sta);
2165 int plain = os_strstr(cmd, "plaintext") != NULL;
2174 if (plain && sta->last_tk_alg == WPA_ALG_NONE)
2175 plain = 0; /* no need for special processing */
2176 if (plain) {
2188 plain ? restore_tk : NULL, hapd, sta);