Searched refs:eap_method_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dap_config.h168 u8 eap_method_count; member in struct:hostapd_nai_realm_data
H A Dgas_serv.c251 wpabuf_put_u8(buf, realm->eap_method_count);
253 for (i = 0; i < realm->eap_method_count; i++) {
/freebsd-10.1-release/contrib/wpa/hostapd/
H A Dconfig_file.c1505 if (realm->eap_method_count >= MAX_NAI_EAP_METHODS) {
1510 eap = &realm->eap_method[realm->eap_method_count];
1511 realm->eap_method_count++;

Completed in 115 milliseconds