You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just want to understand what is the real use cases for
Proactive PREQ with no PREP
Proactive PREQ with PREP
I am checking hwmp_preq_frame_process() API in linux mac80211 and when we received "broadcast" PREQ, following code block makes difference based on PREQ / PREP behavior:
As we can see, if flags doesn't have IEEE80211_PREQ_PROACTIVE_PREP_FLAG bit, we don't reply (which is correct). I am just wondering when the flag is set from PREQ sender.
Thanks in advance!!
The text was updated successfully, but these errors were encountered:
BTW, sender is set to Proactive PREQ with "no PREP". That is why I am wondering what will be the functional differences and use case difference between no PREP and PREP cases.
Proactive PREQ with no PREP won't create the originator (root mesh STA) to
the target (mesh STA) path. (reverse path only)
Proactive PREQ with PREP does. (reverse and forward path)
On Thu, Dec 3, 2020 at 1:38 AM yongseok75 ***@***.***> wrote:
BTW, sender is set to Proactive PREQ with "no PREP". That is why I am
wondering what will be the functional differences and use case difference
between no PREP and PREP cases.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#89 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIF5QT7IDWCRKN6LOTT7BLSSZ3STANCNFSM4UK2BRJA>
.
Just want to understand what is the real use cases for
I am checking hwmp_preq_frame_process() API in linux mac80211 and when we received "broadcast" PREQ, following code block makes difference based on PREQ / PREP behavior:
As we can see, if flags doesn't have IEEE80211_PREQ_PROACTIVE_PREP_FLAG bit, we don't reply (which is correct). I am just wondering when the flag is set from PREQ sender.
Thanks in advance!!
The text was updated successfully, but these errors were encountered: