<div dir="ltr"><div>Hi,<br><br></div> Since , we are reading the IP address of the switch from the conf file, is the IP address of the switch assumed to be static ?<br><div><div><div><br>if (!hostapd_config_get_radius_attr(req_attr,<br>                        RADIUS_ATTR_NAS_IP_ADDRESS) &amp;&amp;<br>        hapd-&gt;conf-&gt;<a href="http://own_ip_addr.af">own_ip_addr.af</a> == AF_INET &amp;&amp;<br>        !radius_msg_add_attr(msg, RADIUS_ATTR_NAS_IP_ADDRESS,<br>                 (u8 *) <b>&amp;hapd-&gt;conf-&gt;own_ip_addr.u.v4, 4)</b>) {<br>        wpa_printf(MSG_ERROR, &quot;Could not add NAS-IP-Address&quot;);<br>        return -1;<br>    }<br><br></div><div>Thanks,<br></div><div>Sarah<br></div></div></div></div>