Skip to content

Instantly share code, notes, and snippets.

View blocktrron's full-sized avatar
🐼
In the world of tech-savvy pandas, connectivity is as lush as a bamboo forest!

David Bauer blocktrron

🐼
In the world of tech-savvy pandas, connectivity is as lush as a bamboo forest!
  • Mühltal
  • 05:12 (UTC +01:00)
View GitHub Profile
#!/bin/sh
# Install kmod-netem
# opkg update && opkg install kmod-netem
INTERFACE="$1"
IFB_INTERFACE="$INTERFACE-ifb"
ip link add "$IFB_INTERFACE" type ifb
ip link set "$IFB_INTERFACE" up
0x10992d3b538cf37299969d3c6cb03421894dd41b8b0a2d97c954c8c57b8d535
From 0304c2f34e70c92b22f9730841ba368f3357a4a3 Mon Sep 17 00:00:00 2001
From: Beniamino Galvani <bgalvani@redhat.com>
Date: Sun, 13 Oct 2019 15:18:54 +0200
Subject: [PATCH] dbus: Export OWE capability and OWE BSS key_mgmt
Export a new 'owe' capability to indicate that wpa_supplicant was
built with OWE support and accepts 'key_mgmt=OWE'. Also, support 'owe'
in the array of BSS' available key managements.
Signed-off-by: Beniamino Galvani <bgalvani@redhat.com>