Wpa_supplicant station modify WMM parameters

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
XiZa_1750096
Level 1
Level 1

Hi pkkr

I'm debugging a problem of 88335.

I can modify AP WMM parameters (hostapd.conf)as bellow:

wmm_enabled=1

#

# WMM-PS Unscheduled Automatic Power Save Delivery [U-APSD]

# Enable this flag if U-APSD supported outside hostapd (eg., Firmware/driver)

#uapsd_advertisement_enabled=1

#

# Low priority / AC_BK = background

wmm_ac_bk_cwmin=3

wmm_ac_bk_cwmax=6

wmm_ac_bk_aifs=7

wmm_ac_bk_txop_limit=0

wmm_ac_bk_acm=0

How can I modify wmm priority with wpa_supplicant.conf when using 88335 as a station ?

Thanks.

0 Likes
1 Solution
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

Couldn't find any parameters in wpa_supplicant.conf to change the WMM priority. You could try the wpa_cli command

wmm_ac_addts <uplink/downlink/bidi> <tsid=0..7> <up=0..7> [nominal_msdu_size=#] [mean_data_rate=#] [min_phy_rate=#] [sba=#] [fixed_nominal_msdu]:To add WMM AC traffic stream.

The up(user priority) flag in it could be used to set the priority for the traffic stream added.

Other cli commands that you could try out are:

wmm_ac_delts <tsid>:  delete WMM-AC traffic stream

wmm_ac_status  : show status for Wireless Multi-Media Admission-Control

View solution in original post

0 Likes
1 Reply
VinayakS_26
Moderator
Moderator
Moderator
100 replies posted 50 replies posted 25 replies posted

Hi,

Couldn't find any parameters in wpa_supplicant.conf to change the WMM priority. You could try the wpa_cli command

wmm_ac_addts <uplink/downlink/bidi> <tsid=0..7> <up=0..7> [nominal_msdu_size=#] [mean_data_rate=#] [min_phy_rate=#] [sba=#] [fixed_nominal_msdu]:To add WMM AC traffic stream.

The up(user priority) flag in it could be used to set the priority for the traffic stream added.

Other cli commands that you could try out are:

wmm_ac_delts <tsid>:  delete WMM-AC traffic stream

wmm_ac_status  : show status for Wireless Multi-Media Admission-Control

0 Likes