필터 지우기
필터 지우기

WLAN nodes with multiple interfaces?

조회 수: 2 (최근 30일)
Deshantha
Deshantha 2022년 12월 26일
댓글: William Paredes 2023년 2월 8일
I want to create a WLAN node which is having two radio interfaces, one for 2.4Ghz and the other for 5Ghz. I am using the WLAN toolbox and wlanNodeConfig.mat to configure the node. Can anyone help?

채택된 답변

William Paredes
William Paredes 2023년 2월 7일
편집: William Paredes 2023년 2월 7일
If you are using the hLoadConfiguration helper function, you can use the following line afterwards:
nodeConfigs(nodeIdx).BandAndChannel = {[Band1, Channel1] [Band2, Channel2] [Bandn, Channeln]};
where nodeIdx is the node identifier and each interface is defined by a [Band, Channel] vector. You can select the bands and channels according to your needs.
You can also modify the BandAndCHannel field in the wlanNodeConfig.mat file to turn it into a 1xn cell array, where each cell contains the corresponding [Band, Channel] vector.
  댓글 수: 2
Deshantha
Deshantha 2023년 2월 8일
Thank you very much @William Paredes.
This was the method I too used to define the interfaces in each node, BandAndChannel parameter can take multiple value pairs as you mentioned above in the comment.
William Paredes
William Paredes 2023년 2월 8일
You are welcome @Deshantha! Maybe have you tried configuring a Basic Service Set (BSS)? I am stuck on that one.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 WLAN Toolbox에 대해 자세히 알아보기

태그

제품


릴리스

R2022b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by