<div dir="ltr">Hi,<div><br></div><div>So we're looking at OpenRoaming, and as part of that we want to make sure that the Operator-Name is sent in the correct "4<Openroaming Operator>:<Country>" format. </div><div><br></div><div>Currently, we get "1<domain>", which is the 'old' (or 'correct') format for Wi-Fi networks, so I'm looking at a hook to replace the 1 with a 4 as a first step. I assume I do that in the PreClientHook or the PreProcessingHook?</div><div><br></div><div>I was thinking that this code would work:</div><div><br></div><div>sub {\<br>my $p = ${$_[0]}; my $oname=$p->get_attr('Operator-Name');\<br>$oname =~ s/1(.*)$/4\1/g; $p->change_attr('Operator-Name',$oname);\<br>&main::log($main::LOG_DEBUG,"Operator-Name:$oname, ");\<br>}</div><div><br></div><div>Do I have that right? </div><div><br></div><div>With kind regards</div><div><br></div><div>Stefan</div><div><br></div></div>