[OpenWrt-Devel] [PATCH v2 5/5] hostapd: wpa_supplicant: enable proper GCMP cipher support

Jo-Philipp Wich jo at mein.io
Thu Jan 16 07:04:09 EST 2020


Hi,

> +	case "$wpa_cipher" in
> +		GCMP)
> +			append network_data "pairwise=GCMP" "$N$T"
> +			append network_data "group=GCMP" "$N$T"
> +		;;
> +	esac
> +

how is this supposed to work and look like in uci? I couldn't find any
other references to `$wpa_cipher` in hostapd.sh

>  	[ "$mode" = mesh ] || {
>  		case "$wpa" in
>  			1)
> 


~ Jo

_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list