Searched defs:algs (Results 1 - 14 of 14) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dsainfo.h57 struct sainfoalg *algs[MAXALGCLASS]; member in struct:sainfo
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_hostap.c405 int algs = 0; local
408 algs |= 1;
410 algs |= 2;
412 algs |= 4;
413 if (algs == 0)
414 algs = 1; /* at least one algorithm should be set */
416 return prism2param(drv, PRISM2_PARAM_AP_AUTH_ALGS, algs);
H A Ddriver_ipw.c348 int algs = 0; local
351 algs |= 1;
353 algs |= 2;
355 algs |= 4;
356 if (algs == 0)
357 algs = 1; /* at least one algorithm should be set */
359 wpa_printf(MSG_DEBUG, "%s: auth_alg=0x%x", __FUNCTION__, algs);
360 return ipw_set_wpa_param(drv, IPW_PARAM_AUTH_ALGS, algs);
H A Ddriver_nl80211.c2218 int algs = 0, res; local
2221 algs |= IW_AUTH_ALG_OPEN_SYSTEM;
2223 algs |= IW_AUTH_ALG_SHARED_KEY;
2225 algs |= IW_AUTH_ALG_LEAP;
2226 if (algs == 0) {
2228 algs = IW_AUTH_ALG_OPEN_SYSTEM;
2232 algs);
H A Ddriver_wext.c2326 int algs = 0, res; local
2329 algs |= IW_AUTH_ALG_OPEN_SYSTEM;
2331 algs |= IW_AUTH_ALG_SHARED_KEY;
2333 algs |= IW_AUTH_ALG_LEAP;
2334 if (algs == 0) {
2336 algs = IW_AUTH_ALG_OPEN_SYSTEM;
2340 algs);
/external/wpa_supplicant/
H A Ddriver_hostap.c407 int algs = 0; local
410 algs |= 1;
412 algs |= 2;
414 algs |= 4;
415 if (algs == 0)
416 algs = 1; /* at least one algorithm should be set */
418 return prism2param(drv, PRISM2_PARAM_AP_AUTH_ALGS, algs);
H A Ddriver_ipw.c350 int algs = 0; local
353 algs |= 1;
355 algs |= 2;
357 algs |= 4;
358 if (algs == 0)
359 algs = 1; /* at least one algorithm should be set */
361 wpa_printf(MSG_DEBUG, "%s: auth_alg=0x%x", __FUNCTION__, algs);
362 return ipw_set_wpa_param(drv, IPW_PARAM_AUTH_ALGS, algs);
H A Dtls_schannel.c721 ALG_ID algs[1]; local
739 algs[0] = CALG_RSA_KEYX;
741 conn->schannel_cred.palgSupportedAlgs = algs;
H A Ddriver_wext.c2033 int algs = 0, res; local
2036 algs |= IW_AUTH_ALG_OPEN_SYSTEM;
2038 algs |= IW_AUTH_ALG_SHARED_KEY;
2040 algs |= IW_AUTH_ALG_LEAP;
2041 if (algs == 0) {
2043 algs = IW_AUTH_ALG_OPEN_SYSTEM;
2047 algs);
H A Dwpa_supplicant.c1383 int algs = AUTH_ALG_OPEN_SYSTEM; local
1414 algs = AUTH_ALG_LEAP;
1416 algs |= AUTH_ALG_LEAP;
1420 wpa_printf(MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1422 algs = 0;
1424 algs |= AUTH_ALG_OPEN_SYSTEM;
1426 algs |= AUTH_ALG_SHARED_KEY;
1428 algs |= AUTH_ALG_LEAP;
1430 algs);
1432 wpa_drv_set_auth_alg(wpa_s, algs);
[all...]
H A Dmlme.c1136 u8 algs[num_algs]; local
1138 algs[0] = algs[1] = algs[2] = 0xff;
1140 algs[0] = WLAN_AUTH_OPEN;
1143 algs[1] = WLAN_AUTH_SHARED_KEY;
1145 algs[2] = WLAN_AUTH_LEAP;
1156 if (algs[pos] == wpa_s->mlme.auth_alg ||
1157 algs[pos] == 0xff)
1159 if (algs[po
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_schannel.c714 ALG_ID algs[1]; local
732 algs[0] = CALG_RSA_KEYX;
734 conn->schannel_cred.palgSupportedAlgs = algs;
/external/wpa_supplicant_6/wpa_supplicant/
H A Dwpa_supplicant.c938 int algs = AUTH_ALG_OPEN_SYSTEM; local
999 algs = AUTH_ALG_LEAP;
1001 algs |= AUTH_ALG_LEAP;
1005 wpa_printf(MSG_DEBUG, "Automatic auth_alg selection: 0x%x", algs);
1007 algs = 0;
1009 algs |= AUTH_ALG_OPEN_SYSTEM;
1011 algs |= AUTH_ALG_SHARED_KEY;
1013 algs |= AUTH_ALG_LEAP;
1015 algs);
1017 wpa_drv_set_auth_alg(wpa_s, algs);
[all...]
H A Dmlme.c841 u8 algs[num_algs]; local
843 algs[0] = algs[1] = algs[2] = 0xff;
845 algs[0] = WLAN_AUTH_OPEN;
848 algs[1] = WLAN_AUTH_SHARED_KEY;
850 algs[2] = WLAN_AUTH_LEAP;
861 if (algs[pos] == wpa_s->mlme.auth_alg ||
862 algs[pos] == 0xff)
864 if (algs[po
[all...]

Completed in 374 milliseconds