WNM: Allow a specific BSS max idle period to be requested

Add a new wpa_supplicant network profile parameter max_idle that can be
used to specify a specific maximum idle period in units of 1000 TUs
(1.024 s) for associations.

Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
Jouni Malinen 2024-05-29 19:40:27 +03:00 committed by Jouni Malinen
parent 829ab90d27
commit 6594ea9ef1
6 changed files with 38 additions and 0 deletions

View file

@ -2754,6 +2754,7 @@ static const struct parse_data ssid_fields[] = {
{ INT_RANGE(sae_pk, 0, 2) },
{ INT_RANGE(disable_eht, 0, 1)},
{ INT_RANGE(enable_4addr_mode, 0, 1)},
{ INT_RANGE(max_idle, 0, 65535)},
};
#undef OFFSET