iwd 디버깅 모드를 활성화하는 방법은 무엇입니까?

iwd 디버깅 모드를 활성화하는 방법은 무엇입니까?

아래 명령 중 하나를 실행하려고 하면 Station Debug,

Station Debug:
  debug <wlan> connect <bssid>                        Connect to a specific BSS       
  debug <wlan> roam <bssid>                           Roam to a BSS                   
  debug <wlan> get-networks                           Get networks                    
  debug <wlan> autoconnect on|off                     Set AutoConnect property

알겠어요"IWD가 개발자 모드에 있지 않습니다."

[iwd]# debug wlan0 connect B4:75:0E:66:D9:C0
IWD not in developer mode

IWD를 "개발자 모드"로 전환하는 방법은 무엇입니까?

답변1

여기에서 실행해보고 다음 --developer플래그를 사용해 보세요.

sudo /usr/lib/iwd/iwdl -E

다음과 같은 경로에서 --help:

iwd - Wireless daemon
Usage:
    iwd [options]
Options:
    -E, --developer        Enable developer mode
    -i, --interfaces       Interfaces to manage
    -I, --nointerfaces     Interfaces to ignore
    -p, --phys             Phys to manage
    -P, --nophys           Phys to ignore
    -d, --debug            Enable debug output
    -v, --version          Show version
    -h, --help             Show help options

내 IWD가 이제 완전히 망가졌고 거의 포기했기 때문에 실제로 이것을 테스트하지 않았습니다.

관련 정보