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
Given : User is on linux, has no root privilege, has iw installed
When : User ask for scan
Then : User receive an empty list.
Expected behaviour : a specific error is returned.
iw require specific permission to launch scan subcommand.
quickfix suggest : after sending iw scan command, check exit status. It's 0 when scan has been operated properly and 255 when there is insuficient permission.
The text was updated successfully, but these errors were encountered:
Given : User is on linux, has no root privilege, has iw installed
When : User ask for scan
Then : User receive an empty list.
Expected behaviour : a specific error is returned.
iw require specific permission to launch scan subcommand.
quickfix suggest : after sending iw scan command, check exit status. It's 0 when scan has been operated properly and 255 when there is insuficient permission.
The text was updated successfully, but these errors were encountered: