ローカルの情報 (Previous) (Next) URI_Template

View this page in Last updated: Sun, 05 Oct 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

スキャン

スキャン -- 無線ネットワークの検索

無線ネットワークの検索

あなたの環境で使用できる無線ネットワークを探すには、 scan() メソッドを使用します。 これはネットワークインターフェイスの名前をパラメータとして受け取り、 Net_Wifi_Cell オブジェクトの配列を返します。

ローカルのネットワークインターフェイスの配列を取得するには、 getSupportedInterfaces() メソッドを使用します。

cell オブジェクトはこのような形式になります。

Net_Wifi_Cell {
  cell      => string(2) "01"
  mac       => string(17) "00:03:C9:44:34:2C"
  ssid      => string(8) "<hidden>"
  mode      => string(6) "master"
  channel   => int(1)
  encryption=> bool(false)
  frequency => NULL
  protocol  => string(13) "IEEE 802.11bg"
  rate      => float(54)
  rates     => array(12) {
    0   => float(1)
    1   => float(2)
    2   => float(5.5)
    3   => float(6)
  }
  rssi      => string(3) "-39"
  beacon    => int(336)
  quality   => string(6) "90/100"
}

ローカルの情報 (Previous) (Next) URI_Template

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.