]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/config_file.c
EAP-TEAP server: Testing mechanism for Result TLV in a separate message
[thirdparty/hostap.git] / hostapd / config_file.c
index 1f2c565832601b84f30aeed9741441d968511cf8..1ef7d57cc58e2aa472d3aa20b6fdd57574388b2f 100644 (file)
@@ -2620,6 +2620,8 @@ static int hostapd_config_fill(struct hostapd_config *conf,
                bss->eap_teap_auth = val;
        } else if (os_strcmp(buf, "eap_teap_pac_no_inner") == 0) {
                bss->eap_teap_pac_no_inner = atoi(pos);
+       } else if (os_strcmp(buf, "eap_teap_separate_result") == 0) {
+               bss->eap_teap_separate_result = atoi(pos);
 #endif /* EAP_SERVER_TEAP */
 #ifdef EAP_SERVER_SIM
        } else if (os_strcmp(buf, "eap_sim_db") == 0) {
@@ -2629,6 +2631,8 @@ static int hostapd_config_fill(struct hostapd_config *conf,
                bss->eap_sim_db_timeout = atoi(pos);
        } else if (os_strcmp(buf, "eap_sim_aka_result_ind") == 0) {
                bss->eap_sim_aka_result_ind = atoi(pos);
+       } else if (os_strcmp(buf, "eap_sim_id") == 0) {
+               bss->eap_sim_id = atoi(pos);
 #endif /* EAP_SERVER_SIM */
 #ifdef EAP_SERVER_TNC
        } else if (os_strcmp(buf, "tnc") == 0) {