パッケージ org.pcap4j.packet

クラス Dot11InterworkingElement

  • すべての実装されたインタフェース:
    Serializable

    public final class Dot11InterworkingElement
    extends Dot11InformationElement
    IEEE802.11 Interworking element
            1              1              1            0 or 2         0 or 6
     +--------------+--------------+--------------+--------------+--------------+
     |  Element ID  |   Length     |Access Network|  Venue Info  |    HESSID    |
     |              |              |Options       |  (optional)  |  (optional)  |
     +--------------+--------------+--------------+--------------+--------------+
     Element ID: 107
    
     Access Network Options field:
         B0       B1       B2       B3       B4       B5       B6       B7
     +--------+--------+--------+--------+--------+--------+--------+--------+
     |        Access Network Type        |Internet|  ASRA  |  ESR   |  UESA  |
     +--------+--------+--------+--------+--------+--------+--------+--------+
     
    The Interworking element contains information about the interworking service capabilities of a STA.
    導入されたバージョン:
    pcap4j 1.7.0
    作成者:
    Kaito Yamada
    関連項目:
    IEEE802.11, 直列化された形式
    • メソッドの詳細

      • isInternetAccessible

        public boolean isInternetAccessible()
        戻り値:
        true if the internet field is set to 1; false otherwise.
      • isAsra

        public boolean isAsra()
        戻り値:
        true if the ASRA field is set to 1; false otherwise.
      • isEsr

        public boolean isEsr()
        戻り値:
        true if the ESR field is set to 1; false otherwise.
      • isUesa

        public boolean isUesa()
        戻り値:
        true if the UESA field is set to 1; false otherwise.
      • getVenueInfo

        public Dot11VenueInfo getVenueInfo()
        戻り値:
        venueInfo. May be null.
      • getHessid

        public byte[] getHessid()
        戻り値:
        hessid. May be null.
      • toString

        public String toString​(String indent)
        パラメータ:
        indent - indent
        戻り値:
        the string representation of this object.