Home
last modified time | relevance | path

Searched refs:nas_identifier (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/hostapd/
Dwired.conf30 nas_identifier=ap.example.com
Dconfig_file.c1080 (bss->nas_identifier == NULL || in hostapd_config_check_bss()
1081 os_strlen(bss->nas_identifier) < 1 || in hostapd_config_check_bss()
1082 os_strlen(bss->nas_identifier) > FT_R0KH_ID_MAX_LEN)) { in hostapd_config_check_bss()
1475 bss->nas_identifier = os_strdup(pos); in hostapd_config_read()
DChangeLog632 * added new hostapd.conf variable, nas_identifier, that can be used to
/external/wpa_supplicant_8/src/ap/
Daccounting.c116 if (hapd->conf->nas_identifier && in accounting_msg()
118 (u8 *) hapd->conf->nas_identifier, in accounting_msg()
119 os_strlen(hapd->conf->nas_identifier))) { in accounting_msg()
Dieee802_11_auth.c157 if (hapd->conf->nas_identifier && in hostapd_radius_acl_query()
159 (u8 *) hapd->conf->nas_identifier, in hostapd_radius_acl_query()
160 os_strlen(hapd->conf->nas_identifier))) { in hostapd_radius_acl_query()
Dwpa_auth_glue.c63 if (conf->nas_identifier && in hostapd_wpa_auth_conf()
64 os_strlen(conf->nas_identifier) <= FT_R0KH_ID_MAX_LEN) { in hostapd_wpa_auth_conf()
65 wconf->r0_key_holder_len = os_strlen(conf->nas_identifier); in hostapd_wpa_auth_conf()
66 os_memcpy(wconf->r0_key_holder, conf->nas_identifier, in hostapd_wpa_auth_conf()
Dap_config.h171 char *nas_identifier; member
Dap_config.c396 os_free(conf->nas_identifier); in hostapd_config_free_bss()
Dieee802_1x.c507 if (hapd->conf->nas_identifier && in ieee802_1x_encapsulate_radius()
509 (u8 *) hapd->conf->nas_identifier, in ieee802_1x_encapsulate_radius()
510 os_strlen(hapd->conf->nas_identifier))) { in ieee802_1x_encapsulate_radius()
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf.in85 # nas_identifier MyUniqueNASName