Home
last modified time | relevance | path

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

/trueos/contrib/wpa/hostapd/
HDwired.conf30 nas_identifier=ap.example.com
HDconfig_file.c1183 (bss->nas_identifier == NULL || in hostapd_config_check_bss()
1184 os_strlen(bss->nas_identifier) < 1 || in hostapd_config_check_bss()
1185 os_strlen(bss->nas_identifier) > FT_R0KH_ID_MAX_LEN)) { in hostapd_config_check_bss()
1999 bss->nas_identifier = os_strdup(pos); in hostapd_config_fill()
HDChangeLog834 * added new hostapd.conf variable, nas_identifier, that can be used to
/trueos/contrib/wpa/src/ap/
HDwpa_auth_glue.c59 if (conf->nas_identifier && in hostapd_wpa_auth_conf()
60 os_strlen(conf->nas_identifier) <= FT_R0KH_ID_MAX_LEN) { in hostapd_wpa_auth_conf()
61 wconf->r0_key_holder_len = os_strlen(conf->nas_identifier); in hostapd_wpa_auth_conf()
62 os_memcpy(wconf->r0_key_holder, conf->nas_identifier, in hostapd_wpa_auth_conf()
HDap_config.h204 char *nas_identifier; member
HDap_config.c420 os_free(conf->nas_identifier); in hostapd_config_free_bss()
HDieee802_1x.c502 hapd->conf->nas_identifier && in add_common_radius_attr()
504 (u8 *) hapd->conf->nas_identifier, in add_common_radius_attr()
505 os_strlen(hapd->conf->nas_identifier))) { in add_common_radius_attr()