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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_config.h173 u8 eap_method_count; member in struct:hostapd_nai_realm_data
H A Dgas_serv.c263 wpabuf_put_u8(buf, realm->eap_method_count);
265 for (i = 0; i < realm->eap_method_count; i++) {
/external/wpa_supplicant_8/src/ap/
H A Dap_config.h173 u8 eap_method_count; member in struct:hostapd_nai_realm_data
H A Dgas_serv.c263 wpabuf_put_u8(buf, realm->eap_method_count);
265 for (i = 0; i < realm->eap_method_count; i++) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_config.h173 u8 eap_method_count; member in struct:hostapd_nai_realm_data
H A Dgas_serv.c263 wpabuf_put_u8(buf, realm->eap_method_count);
265 for (i = 0; i < realm->eap_method_count; i++) {
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c1400 if (realm->eap_method_count >= MAX_NAI_EAP_METHODS) {
1405 eap = &realm->eap_method[realm->eap_method_count];
1406 realm->eap_method_count++;

Completed in 143 milliseconds