Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIFI direct and WIFI aware interfaces should not be tested as STA mode #1205

Open
weizhenwu opened this issue Apr 23, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@weizhenwu
Copy link
Contributor

weizhenwu commented Apr 23, 2024

Bug Description

The board I am recently working on has 3 wireless interfaces

  • wlan0 - STA interface
  • p2p0 - WIFI direct interface
  • wifi-aware0 - WIFI aware interface

In this submission, you could find the tests on p2p0 and wifi-aware0 were all failed.

Please take a look at the bugs below. p2p0 and wifi-aware are not meant to be used as STA interfaces.
https://bugs.launchpad.net/carmel/+bug/2059741
https://bugs.launchpad.net/carmel/+bug/2059740

To Reproduce

  1. Install checkbox
$ sudo snap install checkbox22 --beta
$ sudo snap install checkbox-carmel-classic --classic --edge
  1. Run wireless test plan
$ checkbox-carmel-classic.checkbox-cli run com.canonical.certification::wireless-automated

Environment

  • OS: Ubuntu Server 22.04 LTS
  • Kernel: 6.7.0-1011-qcom
  • CID: 202403-33868
  • Wireless: qcom wcn6750

Relevant log output

iw interface output from the device

$ iw dev
phy#0
        Interface wifi-aware0
                ifindex 4
                wdev 0x3
                addr 02:03:7f:94:a7:a7
                type NAN
        Interface p2p0
                ifindex 3
                wdev 0x2
                addr 02:03:7f:93:a7:a7
                type P2P-device
        Interface wlan0
                ifindex 2
                wdev 0x1
                addr 00:03:7f:12:a7:a7
                ssid Canonical
                type managed
                channel 153 (5765 MHz), width: 40 MHz, center1: 5755 MHz
                txpower 18.00 dBm

Additional context

  • Per talk with SWE and HWE, the p2p interface must have p2p in the interface name

No response

@weizhenwu weizhenwu added the bug Something isn't working label Apr 23, 2024
Copy link

Thank you for reporting us your feedback!

The internal ticket has been created: https://warthogs.atlassian.net/browse/CHECKBOX-1423.

This message was autogenerated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant