このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン | |
linux:commands:network:wireless [2025/03/22 13:58] – [パスワードを調べる🤔] ともやん | linux:commands:network:wireless [2025/03/22 14:05] (現在) – [WiFi 情報取得] ともやん |
---|
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ nmcli dev | <font color="#0087FF"><b>$</b></font> <font color="#26A269">nmcli</font> dev |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result><html><pre> | <WRAP color_result><html><pre> |
<WRAP color_term> | <WRAP color_term> |
<WRAP color_command><html><pre> | <WRAP color_command><html><pre> |
$ sudo iw dev wlp2s0 scan | egrep '^BSS |(signal|last seen|freq|SSID|DS Parameter set|primary channel|Country|Manufacturer|Model|Serial|(Group|Pairwise) ciphers?|Authentication):' | <font color="#0087FF"><b>$</b></font> <font color="#26A269"><u style="text-decoration-style:solid">sudo</u></font> <font color="#26A269">iw</font> dev wlp2s0 scan <font color="#12488B"><b>|</b></font> <font color="#26A269">grep</font> <font color="#A347BA">-E</font> <font color="#A2734C">'^BSS |</font><font color="#12488B"><b>(</b></font><font color="#A2734C">signal|last seen|freq|SSID|DS Parameter set|primary channel|Country|Manufacturer|Model|Serial|</font><font color="#26A269"><b>(</b></font><font color="#A2734C">Group|Pairwise</font><font color="#26A269"><b>)</b></font><font color="#A2734C"> ciphers?|Authentication</font><font color="#12488B"><b>)</b></font><font color="#A2734C">:'</font> |
</pre></html></WRAP> | </pre></html></WRAP> |
<WRAP color_result_long><html><pre> | <WRAP color_result_long><html><pre> |