# DF-0347 - Verification Verdict

**Verdict:** REPRODUCED (source-only confirmation)

**Bug class:** ub

**Impact:** none

**Source file:** `sys/netproto/802_11/wlan/ieee80211_hostap.c`

## Mechanism

CONFIRMED: wpa_cipher/rsn_cipher return 32 for unknown cipher OUI. 1<<32 is UB per C99. Fix: return IEEE80211_CIPHER_NONE(6) instead.

## Fix

See `fix.diff` for the git-apply-able patch.

## Build validation

Combined kernel build with all 70 Low-severity fixes: **rc=0, -Werror**.
All fixes compile cleanly in `X86_64_GENERIC` kernel configuration.

**Guest:** DragonFly dfbsd 6.5-DEVELOPMENT DragonFly 6.5-DEVELOPMENT #0: Thu Jul  2 06:02:54 UTC 2026     root@dfbsd:/usr/obj/usr/src/sys/X86_64_GENERIC  x86_64
