Searched refs:nas_identifier (Results 1 – 10 of 10) sorted by relevance
30 nas_identifier=ap.example.com
1080 (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()
632 * added new hostapd.conf variable, nas_identifier, that can be used to
116 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()
157 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()
63 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()
171 char *nas_identifier; member
396 os_free(conf->nas_identifier); in hostapd_config_free_bss()
507 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()
85 # nas_identifier MyUniqueNASName