Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 596840 - net-wireless/wpa_supplicant: bgscan support not activated
Summary: net-wireless/wpa_supplicant: bgscan support not activated
Status: RESOLVED DUPLICATE of bug 598138
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bjarke Istrup Pedersen (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-11 10:40 UTC by Sven Wegener
Modified: 2017-12-08 16:57 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild fixing missing config options in wpa_supplicant build (wpa_supplicant-2.6-r2.ebuild,9.97 KB, text/plain)
2017-08-12 15:53 UTC, Marcin Jurkowski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2016-10-11 10:40:35 UTC
Although the ebuilds contain these commands:

	# Enabling background scanning.
	Kconfig_style_config BGSCAN_SIMPLE
	Kconfig_style_config BGSCAN_LEARN

bgscan support is not activated, because the example .config does not contain any commented or uncommented version of these options and Kconfig_style_config is unable to activate them with its sed calls.
Comment 1 Marcin Jurkowski 2017-08-12 15:53:05 UTC
Created attachment 488692 [details]
Ebuild fixing missing config options in wpa_supplicant build

This bug causes a bunch of options to be missing in generated .config:
CONFIG_IBSS_RSN
CONFIG_EAP_TLV
CONFIG_EAP_EXE
CONFIG_BGSCAN_SIMPLE
CONFIG_BGSCAN_LEARN
CONFIG_MESH
CONFIG_DRIVER_ATMEL
CONFIG_DRIVER_HOSTAP
CONFIG_DRIVER_IPW
CONFIG_DRIVER_RALINK

I attached a proposed (not so pretty, but working properly) ebuild that resolves this issue.
Comment 2 Rick Farina (Zero_Chaos) gentoo-dev 2017-12-08 16:57:56 UTC

*** This bug has been marked as a duplicate of bug 598138 ***