This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0x10992d3b538cf37299969d3c6cb03421894dd41b8b0a2d97c954c8c57b8d535 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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 |