Lines Matching refs:group_cipher
283 bss->group_cipher = 0; in bss_update()
296 bss->group_cipher |= data.group_cipher; in bss_update()
311 bss->group_cipher |= data.group_cipher; in bss_update()
321 bss->group_cipher |= WPA_CIPHER_CCMP; in bss_update()
331 bss->group_cipher = WPA_CIPHER_WEP40; in bss_update()
354 bss->group_cipher == 0 ? "N/A " : "", in bss_update()
355 bss->group_cipher & WPA_CIPHER_NONE ? "NONE " : "", in bss_update()
356 bss->group_cipher & WPA_CIPHER_WEP40 ? "WEP40 " : "", in bss_update()
357 bss->group_cipher & WPA_CIPHER_WEP104 ? "WEP104 " : "", in bss_update()
358 bss->group_cipher & WPA_CIPHER_TKIP ? "TKIP " : "", in bss_update()
359 bss->group_cipher & WPA_CIPHER_CCMP ? "CCMP " : "", in bss_update()
360 bss->group_cipher & WPA_CIPHER_CCMP_256 ? "CCMP-256 " : "", in bss_update()
361 bss->group_cipher & WPA_CIPHER_GCMP ? "GCMP " : "", in bss_update()
362 bss->group_cipher & WPA_CIPHER_GCMP_256 ? "GCMP-256 " : "", in bss_update()