OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eap_allowed_method
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c
103
*
eap_allowed_method
- Check whether EAP method is allowed
109
int
eap_allowed_method
(struct eap_sm *sm, int vendor, u32 method)
function
738
if (!
eap_allowed_method
(sm, vendor, method)) {
774
if (
eap_allowed_method
(sm, m->vendor, m->method)) {
826
if (
eap_allowed_method
(sm, m->vendor, m->method)) {
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap.c
98
*
eap_allowed_method
- Check whether EAP method is allowed
104
int
eap_allowed_method
(struct eap_sm *sm, int vendor, u32 method)
function
742
if (!
eap_allowed_method
(sm, vendor, method)) {
778
if (
eap_allowed_method
(sm, m->vendor, m->method)) {
830
if (
eap_allowed_method
(sm, m->vendor, m->method)) {
[
all
...]
Completed in 18 milliseconds