Home
last modified time | relevance | path

Searched refs:EAP_PWD_GET_MORE_BIT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/eap_common/
H A Deap_pwd_common.h33 #define EAP_PWD_GET_MORE_BIT(x) ((x) & 0x40) macro
/freebsd/contrib/wpa/src/eap_server/
H A Deap_server_pwd.c933 if (EAP_PWD_GET_MORE_BIT(lm_exch) || data->in_frag_pos) { in eap_pwd_process()
951 if (EAP_PWD_GET_MORE_BIT(lm_exch)) { in eap_pwd_process()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_pwd.c1000 if (EAP_PWD_GET_MORE_BIT(lm_exch) || data->in_frag_pos) { in eap_pwd_process()
1021 if (EAP_PWD_GET_MORE_BIT(lm_exch)) { in eap_pwd_process()