Lines Matching defs:sel

1227 	int sel, proto;
1378 sel = ie.group_cipher & ssid->group_cipher;
1381 ie.group_cipher, ssid->group_cipher, sel);
1382 wpa_s->group_cipher = wpa_pick_group_cipher(sel);
1391 sel = ie.pairwise_cipher & ssid->pairwise_cipher;
1394 ie.pairwise_cipher, ssid->pairwise_cipher, sel);
1395 wpa_s->pairwise_cipher = wpa_pick_pairwise_cipher(sel, 1);
1405 sel = ie.key_mgmt & ssid->key_mgmt;
1408 ie.key_mgmt, ssid->key_mgmt, sel);
1411 sel &= ~(WPA_KEY_MGMT_SAE | WPA_KEY_MGMT_FT_SAE);
1416 } else if (sel & WPA_KEY_MGMT_FT_IEEE8021X_SHA384) {
1431 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SUITE_B_192) {
1437 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SUITE_B) {
1444 } else if (sel & WPA_KEY_MGMT_FT_FILS_SHA384) {
1447 } else if (sel & WPA_KEY_MGMT_FT_FILS_SHA256) {
1451 } else if (sel & WPA_KEY_MGMT_FILS_SHA384) {
1454 } else if (sel & WPA_KEY_MGMT_FILS_SHA256) {
1459 } else if (sel & WPA_KEY_MGMT_FT_IEEE8021X) {
1472 } else if (sel & WPA_KEY_MGMT_DPP) {
1477 } else if (sel & WPA_KEY_MGMT_FT_SAE) {
1480 } else if (sel & WPA_KEY_MGMT_SAE) {
1485 } else if (sel & WPA_KEY_MGMT_FT_PSK) {
1490 } else if (sel & WPA_KEY_MGMT_IEEE8021X_SHA256) {
1494 } else if (sel & WPA_KEY_MGMT_PSK_SHA256) {
1499 } else if (sel & WPA_KEY_MGMT_IEEE8021X) {
1502 } else if (sel & WPA_KEY_MGMT_PSK) {
1505 } else if (sel & WPA_KEY_MGMT_WPA_NONE) {
1509 } else if (sel & WPA_KEY_MGMT_OSEN) {
1514 } else if (sel & WPA_KEY_MGMT_OWE) {
1530 sel = ie.mgmt_group_cipher;
1532 sel &= ssid->group_mgmt_cipher;
1535 sel = 0;
1538 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel);
1539 if (sel & WPA_CIPHER_AES_128_CMAC) {
1543 } else if (sel & WPA_CIPHER_BIP_GMAC_128) {
1547 } else if (sel & WPA_CIPHER_BIP_GMAC_256) {
1551 } else if (sel & WPA_CIPHER_BIP_CMAC_256) {