D-Bus: Add a signal for HS2.0 terms and conditions

Add HS20TermsAndConditions signal to D-Bus API to allow clients to be
notified when the network requires the acceptance of terms and
conditions. The URL of the T&C page is provided as a signal parameter.

Signed-off-by: Damien Dejean <damiendejean@chromium.org>
This commit is contained in:
Damien Dejean 2024-01-19 15:52:54 +00:00 committed by Jouni Malinen
parent 6a8d0e9196
commit 0ef4b1e1db
7 changed files with 138 additions and 2 deletions

View file

@ -1336,6 +1336,15 @@ fi.w1.wpa_supplicant1.CreateInterface.
<h3>PskMismatch ( )</h3>
<p>A possible PSK mismatch is identified.</p>
</li>
<li>
<h3>HS20TermsAndConditions ( s : url )</h3>
<p>A terms and conditions page is present. This signal is delivered when the network requires acceptance of the terms and conditions.</p>
<dl>
<dt>s : url</dt>
<dd>URL of the terms and conditions page.</dd>
</dl>
</li>
</ul>