lp:~morphis/snappy-hwe-snaps/+git/wifi-ap

Owned by Simon Fels
Get this repository:
git clone https://git.launchpad.net/~morphis/snappy-hwe-snaps/+git/wifi-ap
Only Simon Fels can upload to this repository. If you are Simon Fels please log in for upload directions.

Branches

Name Last Modified Last Commit
cve-fixes-for-krack 2017-10-16 16:37:50 UTC
Drop all reference to rtl8188 custom hostapd version

Author: Simon Fels
Author Date: 2017-10-16 16:37:50 UTC

Drop all reference to rtl8188 custom hostapd version

Not used anywhere and can be dropped safely.

hostapd-2.6-krack-fixes 2017-10-16 16:28:56 UTC
FT: Do not allow multiple Reassociation Response frames

Author: Jouni Malinen
Author Date: 2017-09-22 09:06:37 UTC

FT: Do not allow multiple Reassociation Response frames

The driver is expected to not report a second association event without
the station having explicitly request a new association. As such, this
case should not be reachable. However, since reconfiguring the same
pairwise or group keys to the driver could result in nonce reuse issues,
be extra careful here and do an additional state check to avoid this
even if the local driver ends up somehow accepting an unexpected
Reassociation Response frame.

Signed-off-by: Jouni Malinen <j@w1.fi>

f/retry-wifi-scan 2017-06-12 15:09:39 UTC
tests/main/default-conf-brings-up-ap: retry scan operations a limited number ...

Author: Simon Fels
Author Date: 2017-06-12 14:54:54 UTC

tests/main/default-conf-brings-up-ap: retry scan operations a limited number of times

f/write-config-atomically 2017-06-12 14:54:54 UTC
tests/main/default-conf-brings-up-ap: retry scan operations a limited number ...

Author: Simon Fels
Author Date: 2017-06-12 14:54:54 UTC

tests/main/default-conf-brings-up-ap: retry scan operations a limited number of times

f/enable-default-conf-test 2017-03-17 16:11:07 UTC
Give hostapd a bit more time to come up and install wireless-tools correctly

Author: Simon Fels
Author Date: 2017-03-17 16:11:07 UTC

Give hostapd a bit more time to come up and install wireless-tools correctly

f/pi3-support 2017-03-14 15:58:27 UTC
Disable monitor mode for an experiment

Author: Simon Fels
Author Date: 2017-03-14 15:58:27 UTC

Disable monitor mode for an experiment

b/fix-incorrect-config-call 2017-03-08 12:13:16 UTC
Fix incorrect value fo disabled configuration item

Author: Simon Fels
Author Date: 2017-03-08 12:13:16 UTC

Fix incorrect value fo disabled configuration item

f/support-spread-on-hw 2017-03-06 12:26:09 UTC
Respect review comments

Author: Simon Fels
Author Date: 2017-03-06 12:02:50 UTC

Respect review comments

f/cleanup-and-run-tests 2017-03-02 11:41:47 UTC
Run our unit tests in our snap build

Author: Simon Fels
Author Date: 2017-03-02 11:41:47 UTC

Run our unit tests in our snap build

b/fix-doc-logo 2017-03-01 13:41:26 UTC
Use a fixed ubuntu logo for now until relocation problems in the deployment a...

Author: Simon Fels
Author Date: 2017-03-01 13:41:26 UTC

Use a fixed ubuntu logo for now until relocation problems in the deployment are fixed

f/extend-faq 2017-02-28 08:56:13 UTC
Respect review comments

Author: Simon Fels
Author Date: 2017-02-28 08:56:13 UTC

Respect review comments

feature/documentation 2017-02-23 13:39:49 UTC
Adjust documentation for review comments

Author: Simon Fels
Author Date: 2017-02-23 13:39:49 UTC

Adjust documentation for review comments

b/warn-on-no-chan-avail 2017-02-22 12:43:55 UTC
Don't fail when we can't determine the current used channel but print a warning

Author: Simon Fels
Author Date: 2017-02-22 12:43:55 UTC

Don't fail when we can't determine the current used channel but print a warning

feature/wait-for-snap-setup 2017-02-07 11:21:00 UTC
Wait with service startup until the configure hook was executed

Author: Simon Fels
Author Date: 2017-02-07 10:43:31 UTC

Wait with service startup until the configure hook was executed

feature/config-disable-by-default 2017-02-03 07:36:10 UTC
Use high enough kill timeout for the spread tests

Author: Simon Fels
Author Date: 2017-02-03 07:36:10 UTC

Use high enough kill timeout for the spread tests

fix-int-overflow 2017-01-03 16:23:18 UTC
cmd: wizard: don't use predefined max int constant as it casues an overflow

Author: Simon Fels
Author Date: 2017-01-03 16:22:19 UTC

cmd: wizard: don't use predefined max int constant as it casues an overflow

fix-auto-wizard 2017-01-03 11:58:43 UTC
cmd: wizard: ignore interface selected for AP operation

Author: Simon Fels
Author Date: 2017-01-03 09:55:43 UTC

cmd: wizard: ignore interface selected for AP operation

improve-debugging 2016-12-19 13:26:04 UTC
Load mac80211_hwsim driver a bit earlier before the first test runs

Author: Simon Fels
Author Date: 2016-12-19 10:40:50 UTC

Load mac80211_hwsim driver a bit earlier before the first test runs

The driver was loaded after the prepare script checked for the existence
of a locally build .snap file and if present it skipped loading the driver
which caused the first test to always fail.

bool-instead-of-string 2016-12-12 08:57:20 UTC
Fix tests where we still checked for incorrect boolean types

Author: Simon Fels
Author Date: 2016-12-12 08:57:20 UTC

Fix tests where we still checked for incorrect boolean types

merge-mgmt-and-ap 2016-11-30 13:08:21 UTC
Make stress test more reliable

Author: Simon Fels
Author Date: 2016-11-30 13:08:21 UTC

Make stress test more reliable

rework-test-infrastructure 2016-11-24 09:32:03 UTC
Use absolute path to snap binaries

Author: Simon Fels
Author Date: 2016-11-24 07:41:41 UTC

Use absolute path to snap binaries

spread-tests 2016-10-28 09:48:09 UTC
Add README with further instructions

Author: Simon Fels
Author Date: 2016-10-28 09:48:09 UTC

Add README with further instructions

default-share-disabled 2016-10-28 09:23:47 UTC
Define default value for share.disabled config option

Author: Simon Fels
Author Date: 2016-10-28 09:23:47 UTC

Define default value for share.disabled config option

read-config-before-write 2016-10-28 08:03:45 UTC
Read configuration before writing changes

Author: Simon Fels
Author Date: 2016-10-28 07:58:24 UTC

Read configuration before writing changes

small-fixes-for-plano 2016-10-27 12:18:33 UTC
Address review comments

Author: Simon Fels
Author Date: 2016-10-27 12:18:33 UTC

Address review comments

improve-wizard 2016-10-20 12:11:52 UTC
Reword questions asked to the user

Author: Simon Fels
Author Date: 2016-10-20 12:11:52 UTC

Reword questions asked to the user

fix-nm-managed 2016-10-06 13:33:01 UTC
Use "no" rather than "none" to mark a device as not managed

Author: Simon Fels
Author Date: 2016-10-06 13:33:01 UTC

Use "no" rather than "none" to mark a device as not managed

config-hooks 2016-10-06 08:47:24 UTC
Add initial hook implementation

Author: Simon Fels
Author Date: 2016-10-04 10:45:02 UTC

Add initial hook implementation

maintainers-and-release 2016-10-04 08:46:55 UTC
Rename MAINTAINERS.snap file to MAINTAINERS

Author: Simon Fels
Author Date: 2016-09-30 10:33:39 UTC

Rename MAINTAINERS.snap file to MAINTAINERS

small-improvements 2016-09-27 07:12:22 UTC
Use direct interface mode by default

Author: Simon Fels
Author Date: 2016-09-21 13:20:44 UTC

Use direct interface mode by default

The virtual mode is not supported by all drivers but the direct
one is which makes it a better default.

no-external-go-deps 2016-09-27 07:10:42 UTC
Access go dependencies via existing debian packages

Author: Simon Fels
Author Date: 2016-09-21 14:31:16 UTC

Access go dependencies via existing debian packages

As our CI is building in an environment where access to external
services like github is not allowed we have to build with what we
get through the Ubuntu package archive. The packages we're using
here are used by the snapd debian package too so we're not basing
off something which isn't maintained.

This change will be also proposed upstream to have this available
as a general feature in snapcraft.

use-deb-golang-packages 2016-09-20 13:11:53 UTC
Add dependency on the golang-go-flags-dev package

Author: Simon Fels
Author Date: 2016-09-20 13:11:53 UTC

Add dependency on the golang-go-flags-dev package

fixes-and-client-ctl 2016-09-20 08:11:44 UTC
Do not export service response struct

Author: Simon Fels
Author Date: 2016-09-20 08:07:26 UTC

Do not export service response struct

fix-mgmt-service 2016-09-20 06:51:13 UTC
Add unit tests for the client implementation

Author: Simon Fels
Author Date: 2016-09-20 06:51:13 UTC

Add unit tests for the client implementation

copyright-and-maintainers 2016-09-14 07:17:43 UTC
Add copyright file

Author: Simon Fels
Author Date: 2016-09-14 07:17:43 UTC

Add copyright file

check-interface-is-available 2016-09-07 10:42:01 UTC
Rework for review comments

Author: Simon Fels
Author Date: 2016-09-07 10:42:01 UTC

Rework for review comments

dual-mode 2016-08-25 09:09:01 UTC
Fix things discovered during review

Author: Simon Fels
Author Date: 2016-08-25 09:09:01 UTC

Fix things discovered during review

mgmt-service 2016-08-19 07:28:59 UTC
Cleanup implementation a bit

Author: Simon Fels
Author Date: 2016-08-19 07:28:59 UTC

Cleanup implementation a bit

138 of 38 results
This repository contains Public information 
Everyone can see this information.

Subscribers