Bildirim

Ofise dönüş stratejinizi mi planlıyorsunuz? Chrome OS'in nasıl yardımcı olabileceğini öğrenin.

HTTP isteği günlüklerini anlama

Bir cihaz kablosuz ağları nasıl bulur?

1. Adım: Kullanıcı kablosuz bağlantıyı etkinleştirir

Kullanıcı, cihazda kablosuz bağlantıyı etkinleştirdiğinde, kablosuz bağlantı arayüzü başlatılır. Kablosuz bağlantı arayüzünün o anki durumuyla ilgili Shill bilgileri güncellenir. Ek olarak, cihazı kablosuz ağa bağlamakla sorumlu olan wpa_supplicant başlatılır.

Günlükler
  • Cihazdaki kablosuz bağlantı arayüzü olan wlan0 başlatılır.
  • wpa_supplicant, arayüz etkinleştirildikten sonra kendi medya erişim kontrolü (MAC) adresini bildirir. Bu durumda adres, 9c:d2:1e:60:3b:71 şeklindedir.
  • wpa_supplicant, 18 dB olan dolaşım eşiğini ayarlar. Bu eşik, sinyal gücü fonksiyonudur. Sinyal-gürültü oranı (SNR) değildir.

localhost shill: [0815/104602:VERBOSE2:device.cc(1178)] Device wlan0 starting

localhost shill: [0815/104602:INFO:manager.cc(1021)] Device wlan0 updated: enabled

localhost shill: [0815/104602:VERBOSE2:wifi.cc(295)] WiFi wlan0 starting.

localhost shill: [0815/104602:VERBOSE2:device.cc(1130)] OnEnabledStateChanged (target: 1, success: 1) on wlan0

localhost shill: [0815/104602:INFO:wifi.cc(1916)] wlan0: enabled supplicant: present proxy: null

localhost shill: [0815/104602:VERBOSE2:wifi.cc(1869)] WiFi debug scope changed; enable is now 1

localhost shill: [0815/104602:VERBOSE2:wifi.cc(1884)] WiFi debug level is currently msgdump; assuming that it is being controlled elsewhere.

localhost wpa_supplicant[1111]: RTM_NEWLINK: operstate=0 ifi_flags=0x1003 ([UP])

localhost wpa_supplicant[1111]: nl80211: Interface up

localhost wpa_supplicant[1111]: wlan0: Event INTERFACE_ENABLED (29) received

localhost wpa_supplicant[1111]: wlan0: Interface was enabled

localhost wpa_supplicant[1111]: wlan0: Own MAC address: 9c:d2:1e:60:3b:71

localhost wpa_supplicant[1111]: wlan0: State: INTERFACE_DISABLED -> DISCONNECTED

localhost wpa_supplicant[1111]: wpa_driver_nl80211_set_operstate: operstate 0->0 (DORMANT)

localhost wpa_supplicant[1111]: netlink: Operstate: linkmode=-1, operstate=5

localhost wpa_supplicant[1111]: wlan0: Setting scan request: 0 sec 0 usec

localhost wpa_supplicant[1111]: RTM_NEWLINK, IFLA_IFNAME: Interface 'wlan0' added

localhost wpa_supplicant[1111]: wlan0: Event INTERFACE_STATUS (5) received

localhost wpa_supplicant[1111]: wlan0: No enabled networks - do not scan

localhost wpa_supplicant[1111]: wlan0: State: DISCONNECTED -> INACTIVE

localhost wpa_supplicant[1111]: wlan0: Setting roam threshold: 18 dB

2. Adım: Kablosuz ağların taranması

Shill, wpa_supplicant'tan yeni kablosuz ağlar için bir tarama gerçekleştirmesini ister. Shill, tarama sonuçlarını izler.

Günlükler
  • Bulunan gizli hizmet sayısı sıfırdır (0). Bu yüzden, manuel olarak veya politika yapılandırması tarafından tanımlanan herhangi bir gizli ağ yoktur. Gizli ağlar, mevcut olduğu bilgisini işaretçi çerçeveleri yoluyla yayınlamayan ağlardır. İşaretçi çerçeveleri ağ hakkında bilgi içerir ve bir kablosuz yerel ağın (LAN) var olduğunu bildirmek için periyodik olarak iletilir.

localhost wpa_supplicant[1111]: wlan0: Setting scan interval: 1 sec

localhost shill: [0815/104602:INFO:wifi.cc(407)] Scan [full] on wlan0 (progressive scan DISABLED) from ConnectToSupplicant

localhost shill: [0815/104602:VERBOSE2:wifi.cc(1290)] WiFi wlan0 scan requested.

localhost shill: [0815/104602:VERBOSE2:wifi_provider.cc(447)] Found 0 hidden services

localhost wpa_supplicant[1111]: Scan requested (ret=0) - scan timeout 30 seconds

localhost wpa_supplicant[1111]: nl80211: Event message available

localhost wpa_supplicant[1111]: nl80211: Scan trigger

3. Adım: wpa_supplicant işaretçi çerçevelerini tespit eder

Yeni kablosuz ağlar taranırken, wpa_supplicant yakındaki erişim noktalarından (AP) yayınlanan işaretçi çerçevelerini tespit eder. Her erişim noktasını ayrı bir Temel Hizmet Kümesi Tanımlayıcısı (BSSID) olarak kaydeder.

Günlükler

  • Her bir işaretçi ipucu örneği, kendi ağ bilgilerini yayınlayan bir erişim noktasını gösterir.
  • wpa_supplicant, dikkate alınan 5 ağdan her birini ayrı BSSID'ler olarak kaydeder.
  • wpa_supplicant, 2 parametreyi (hizmet kümesi tanımlayıcısı (SSID) ve MAC adresi) temel alarak bir BSSID oluşturur.
  • Zaman içinde, wpa_supplicant, geçerliliğini kaybeden BSSID'leri temizler ve siler.

localhost wpa_supplicant[1111]: nl80211: Event message available

localhost wpa_supplicant[1111]: nl80211: Regulatory beacon hint

localhost wpa_supplicant[1111]: wlan0: Event CHANNEL_LIST_CHANGED (31) received

localhost wpa_supplicant[1111]: nl80211: Event message available

localhost wpa_supplicant[1111]: nl80211: Regulatory beacon hint

localhost wpa_supplicant[1111]: wlan0: Event CHANNEL_LIST_CHANGED (31) received

localhost wpa_supplicant[1111]: nl80211: Event message available

localhost wpa_supplicant[1111]: nl80211: Regulatory beacon hint

localhost wpa_supplicant[1111]: wlan0: Event CHANNEL_LIST_CHANGED (31) received

localhost wpa_supplicant[1111]: wlan0: BSS: Add new id 1445 BSSID 74:44:01:71:cf:91 SSID 'Network4'

localhost wpa_supplicant[1111]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1445'

localhost wpa_supplicant[1111]: wlan0: BSS: Add new id 1446 BSSID 00:24:6c:db:e4:d0 SSID 'Network5'

localhost wpa_supplicant[1111]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1446'

localhost wpa_supplicant[1111]: wlan0: BSS: Add new id 1449 BSSID 00:24:6c:e2:c0:30 SSID 'Network5'

localhost wpa_supplicant[1111]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1449'

localhost wpa_supplicant[1111]: wlan0: BSS: Add new id 1458 BSSID b0:c7:45:6b:b1:97 SSID 'Network1'

localhost wpa_supplicant[1111]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1458'

localhost wpa_supplicant[1111]: wlan0: BSS: Add new id 1471 BSSID 00:24:6c:60:f2:c1 SSID 'Network3'

localhost wpa_supplicant[1111]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1471'

localhost wpa_supplicant[1111]: wlan0: BSS: Add new id 1516 BSSID 00:24:6c:db:e4:d1 SSID 'Network2'

localhost wpa_supplicant[1111]: dbus: Register BSS object '/fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1516'

4. Adım: Shill, uç noktaları kaydeder

Shill; sinyal gücü, güvenlik tipi ve frekans gibi BSSID'lerle ilgili bilgileri kaydeder. Her kablosuz ağ için her bir erişim noktası (veya BSSID) bir uç noktadır. Shill, uç noktaları belirli bir hizmete atar. Hizmet mevcut değilse, uç noktanın kaydedilebilmesi için Shill bir hizmet oluşturur. Shill, SSID ve Güvenlik türü çifti olarak tanımlanan hizmetleri kullanarak kablosuz ağları yönetir.

Günlükler

  • Shill, Network4 (Ağ4) için service (hizmet) 44'ü oluşturur.
  • Shill, MAC adreslerine göre uç noktalara başvurur.
  • Sinyal gücü dB cinsinden ölçülür.
  • Network1 (Ağ1) ve Network2 (Ağ2), sırasıyla service0 (hizmet0) ve service1 (hizmet1) olur. Bir politika tarafından yönetildiklerinden, bağlantı öncelikleri daha yüksektir.
  • Bir politika nedeniyle, kullanılabilir olduğunda cihazlar Network1'e otomatik olarak bağlanır. Bu nedenle en yüksek önceliğe ve en düşük hizmet numarasına sahiptir.

localhost shill: [0815/104606:VERBOSE1:wifi.cc(1113)] Found endpoint. RPC path: /fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1445, [SSID=Network4], bssid: 74:44:01:71:cf:91, signal: -46, security: 802_1x, frequency: 5180

localhost shill: [0815/104606:INFO:service.cc(242)] wifi service 44 constructed.

localhost shill: [0815/104606:VERBOSE2:eap_credentials.cc(216)] Not connectable: Identity is empty.

localhost shill: [0815/104606:INFO:wifi_service.cc(155)] Constructed WiFi service 44 name: [SSID=Network4]

localhost shill: [0815/104606:VERBOSE2:manager.cc(965)] Registering service 44

localhost shill: [0815/104606:VERBOSE2:service.cc(1044)] SetProfile from to

localhost shill: [0815/104606:VERBOSE1:wifi_provider.cc(260)] Assigned endpoint 74:44:01:71:cf:91 to service 44.

localhost shill: [0815/104606:VERBOSE1:wifi.cc(1113)] Found endpoint. RPC path: /fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1446, [SSID=Network5], bssid: 00:24:6c:db:e4:d0, signal: -64, security: 802_1x, frequency: 5180

localhost shill: [0815/104606:INFO:service.cc(242)] wifi service 45 constructed.

localhost shill: [0815/104606:VERBOSE2:eap_credentials.cc(216)] Not connectable: Identity is empty.

localhost shill: [0815/104606:INFO:wifi_service.cc(155)] Constructed WiFi service 45 name: [SSID=Network5]

localhost shill: [0815/104606:VERBOSE2:manager.cc(965)] Registering service 45

localhost shill: [0815/104606:VERBOSE1:wifi_provider.cc(260)] Assigned endpoint 00:24:6c:db:e4:d0 to service 45.

localhost shill: [0815/104606:VERBOSE1:wifi.cc(1113)] Found endpoint. RPC path: /fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1449, [SSID=Network5], bssid: 00:24:6c:e2:c0:30, signal: -62, security: 802_1x, frequency: 5805

localhost shill: [0815/104606:VERBOSE1:wifi_provider.cc(260)] Assigned endpoint 00:24:6c:e2:c0:30 to service 45.

localhost shill: [0815/104606:VERBOSE1:wifi.cc(1113)] Found endpoint. RPC path: /fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1458, [SSID=Network1], bssid: b0:c7:45:6b:b1:97, signal: -59, security: rsn, frequency: 2422

localhost shill: [0815/104606:VERBOSE1:wifi_provider.cc(260)] Assigned endpoint b0:c7:45:6b:b1:97 to service 0

localhost shill: [0815/104606:VERBOSE1:wifi.cc(1113)] Found endpoint. RPC path: /fi/w1/wpa_supplicant1/Interfaces/0/BSSs/1516, [SSID=Network2], bssid: 00:24:6c:db:e4:d1, signal: -62, security: none, frequency: 5180

localhost shill: [0815/104606:VERBOSE1:wifi_provider.cc(260)] Assigned endpoint 00:24:6c:db:e4:d1 to service 1.

Bu size yardımcı oldu mu?

Bunu nasıl iyileştirebiliriz?
Arama
Aramayı temizle
Aramayı kapat
Ana menü
9043697953471817660
true
Yardım Merkezinde Arayın
true
true
true
true
true
410864
false
false