Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 248450 | Differences between
and this patch

Collapse All | Expand All

(-)hybrid_old/src/wl/sys/wl_iw.c (+1 lines)
Lines 580-585 Link Here
580
	range->enc_capa |= IW_ENC_CAPA_CIPHER_TKIP;
580
	range->enc_capa |= IW_ENC_CAPA_CIPHER_TKIP;
581
	range->enc_capa |= IW_ENC_CAPA_CIPHER_CCMP;
581
	range->enc_capa |= IW_ENC_CAPA_CIPHER_CCMP;
582
	range->enc_capa |= IW_ENC_CAPA_WPA2;
582
	range->enc_capa |= IW_ENC_CAPA_WPA2;
583
	range->scan_capa = IW_SCAN_CAPA_ESSID;
583
#endif 
584
#endif 
584
585
585
	return 0;
586
	return 0;

Return to bug 248450