最終更新:2024-11-28 (木) 07:03:11 (9d)  

Linux/無線LAN
Top / Linux / 無線LAN

Linux無線LANを使うときのメモ

https://wiki.gentoo.org/wiki/Wi-Fi/ja

Linux Wireless

mac80211

cfg80211

nl80211

  • new netlink interface (nl80211) support in cfg80211
  • used to configure a cfg80211 device and is used for kernel <–> userspace communication.
  • CONFIG_NL80211

最低限

.config

ツール

iw

  • nl80211 based CLI configuration utility
  • ワイヤレスネットワークカードのドライバーがnl80211スタックをサポートしていれば、iwコマンドで認識されているワイヤレスカードを表示できる
  • iw dev

NetworkManager

wpa_supplicant

wireless-tools

Webサイト

動作方法

  • 接続しただけでいきなり正しく動作する
  • 設定を修正すると動作する
  • Windows用ドライバ+ndiswrapperで動作する
  • ドライバを作成する(まだ開発段階でテスト中のソースコードをダウンロードしてきて自身でコンパイルして組み込む)ことで動作する

コマンド

ツール

パスワード解析

無線LAN/チップ

USB WiFi? Adapter Information for Linux

参考