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:
parent
829ab90d27
commit
6594ea9ef1
6 changed files with 38 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue