How to configure wlanMACFrameConfig Frame Type 'Probe'
조회 수: 2 (최근 30일)
이전 댓글 표시
I need help in configuring the MAC Frame configuration . Default setting for Frame TYPE is Beacon .
I want to configure FRAME TYPE TO Probe, i.e. wlanMACFrameConfig('FrameType', 'Probe').
Is there a way where user can write own code to configure wlanMACFrameConfig ?
Thank you!
댓글 수: 0
채택된 답변
Jyotsna Talluri
2020년 1월 16일
편집: Jyotsna Talluri
2020년 1월 16일
Currently wlanMACFrameConfig supports only few frame types
{'Beacon', 'RTS', 'CTS', 'ACK', 'Block Ack', 'Data', 'Null', 'QoS Data', or 'QoS Null'.}.We can configure the FrameType property to any of the above.
and it does not support 'Probe Request' and 'Probe Response'
댓글 수: 0
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Map Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!