Skip to content

Instantly share code, notes, and snippets.

@ilya-fedin
ilya-fedin / with iwd
Last active June 29, 2018 12:21
iwmon --nortnl --nowiphy --noscan
Wireless monitor ver 0.3
Created interface nlmon
< Request: Get Scan (0x20) len 8 [ack,0x300] 1530273300.557393
Interface Index: 3 (0x00000003)
> Complete: Get Scan (0x20) len 4 [multi] 1530273300.557441
Status: 0
< Request: Connect (0x2e) len 128 [ack] 1530273337.488868
Interface Index: 3 (0x00000003)
Wiphy Frequency: 2442 (0x0000098a)
MAC Address B8:08:D7:9B:29:BC
@ilya-fedin
ilya-fedin / debug
Last active June 19, 2018 20:51
iwd output
src/network.c:network_connect()
src/network.c:network_connect_psk()
src/network.c:network_connect_psk() ask_psk: false
src/agent.c:agent_request_passphrase() agent 0x55c465def980 owner :1.41597 path /agent/10119
src/agent.c:agent_send_next_request() send request to :1.41597 /agent/10119
src/agent.c:agent_receive_reply() agent 0x55c465def980 request id 29
src/network.c:passphrase_callback() result 0
src/device.c:device_enter_state() Old State: disconnected, new state: connecting
src/scan.c:scan_notify() Scan notification 33
src/device.c:device_netdev_event() Associating
@ilya-fedin
ilya-fedin / PKGBUILD
Created April 15, 2018 20:01
uswsusp-git
# Maintainer: Christian Hesse <mail@eworm.de>
# Contributor: cantabile <cantabile dot desu at gmail dot com>
pkgname=uswsusp-git
pkgver=0.r501.g668c5f7
pkgrel=9
pkgdesc='Userspace software suspend - git checkout'
arch=('i686' 'x86_64')
url='http://suspend.sourceforge.net/'
license=('GPL')