This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WL1807MOD: wifi software relate question

Part Number: WL1807MOD


Hi Champs,

We tried to fix previous question with several approach. So, we would like to know driver side.

[Question 1]

/usr/sbin/wlconf/default.conf file

core.rx_streaming.duration parameter.

What kind of  function relate it ?

 

[Question 2]

Accourding to previous discussion, ACK_timeout can't control.

However, when we look into hostapd の src/ap/wmm.c にあるwmm_process_tspec() function 

duration setting , this ★area seems relate ACK_timeout.

Could you please double check if this relate time out issue ? 

int wmm_process_tspec(struct wmm_tspec_element *tspec) {

 :

        duration = (le_to_host16(tspec->nominal_msdu_size) & 0x7fff) * 8 / ★

                (le_to_host32(tspec->minimum_phy_rate) / 1000000) +

                50 /* FIX: proper SIFS + ACK duration */;

 :

 

}