質問編集履歴

2

コードの枠内に入るように修正

2022/04/17 04:39

投稿

kousatumajin
kousatumajin

スコア25

test CHANGED
File without changes
test CHANGED
@@ -25,7 +25,6 @@
25
25
  sudo wpa_supplicant -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf -dd
26
26
 
27
27
  ↓↓↓結果↓↓↓
28
- ```
29
28
  wpa_supplicant v2.9
30
29
 
31
30
  random: getrandom() support available
@@ -64,8 +63,6 @@
64
63
 
65
64
  ```
66
65
 
67
- ```
68
-
69
66
  ### 補足情報(FW/ツールのバージョンなど)
70
67
 
71
68
  - 本体

1

change to -dd

2022/04/17 04:38

投稿

kousatumajin
kousatumajin

スコア25

test CHANGED
File without changes
test CHANGED
@@ -22,13 +22,48 @@
22
22
  ```
23
23
  sudo killall wpa_supplicant
24
24
 
25
- sudo wpa_supplicant -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf
25
+ sudo wpa_supplicant -iwlan0 -c/etc/wpa_supplicant/wpa_supplicant.conf -dd
26
26
 
27
27
  ↓↓↓結果↓↓↓
28
+ ```
29
+ wpa_supplicant v2.9
30
+
31
+ random: getrandom() support available
28
32
  Successfully initialized wpa_supplicant
33
+ Initializing interface 'wlan0' conf 'wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A'
34
+ Configuration file 'wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
35
+ Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
36
+ ctrl_interface='DIR=/var/run/wpa_supplicant GROUP=netdev'
37
+ update_config=1
38
+ nl80211: Using driver-based roaming
39
+ nl80211: TDLS supported
40
+ nl80211: Supported cipher 00-0f-ac:1
41
+ nl80211: Supported cipher 00-0f-ac:5
42
+ nl80211: Supported cipher 00-0f-ac:2
43
+ nl80211: Supported cipher 00-0f-ac:4
44
+ nl80211: Supported cipher 00-0f-ac:6
45
+ nl80211: Using driver-based off-channel TX
46
+ nl80211: Supported vendor command: vendor_id=0x1018 subcmd=1
47
+ nl80211: Use separate P2P group interface (driver advertised support)
48
+ nl80211: Enable multi-channel concurrent (driver advertised support)
49
+ nl80211: use P2P_DEVICE support
50
+ nl80211: interface wlan0 in phy phy0
51
+ nl80211: Set mode ifindex 5 iftype 2 (STATION)
52
+ nl80211: Failed to set interface 5 to mode 2: -19 (No such device)
29
53
  nl80211: Could not configure driver mode
30
54
  nl80211: deinit ifname=wlan0 disabled_11b_rates=0
55
+ nl80211: Remove monitor interface: refcount=0
56
+ netlink: Operstate: ifindex=5 linkmode=0 (kernel-control), operstate=6 (IF_OPER_UP)
57
+ nl80211: Set mode ifindex 5 iftype 2 (STATION)
58
+ nl80211: Failed to set interface 5 to mode 2: -19 (No such device)
31
59
  wlan0: Failed to initialize driver interface
60
+ Failed to add interface wlan0
61
+ wlan0: Cancelling scan request
62
+ wlan0: Cancelling authentication timeout
63
+ Off-channel: Clear pending Action frame TX (pending_action_tx=(nil)
64
+
65
+ ```
66
+
32
67
  ```
33
68
 
34
69
  ### 補足情報(FW/ツールのバージョンなど)