Home
last modified time | relevance | path

Searched refs:wsec (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/ic/
H A Dbwfm.c1995 uint32_t wsec = 0; in bwfm_connect() local
2023 wsec |= BWFM_WSEC_TKIP; in bwfm_connect()
2026 wsec |= BWFM_WSEC_AES; in bwfm_connect()
2029 bwfm_fwvar_var_set_int(sc, "wsec", wsec); in bwfm_connect()
2079 uint32_t wsec = 0; in bwfm_hostap() local
2104 wsec |= BWFM_WSEC_TKIP; in bwfm_hostap()
2107 wsec |= BWFM_WSEC_AES; in bwfm_hostap()
2110 bwfm_fwvar_var_set_int(sc, "wsec", wsec); in bwfm_hostap()
2827 uint32_t wsec, wsec_enable; in bwfm_set_key_cb() local
2875 wsec |= wsec_enable; in bwfm_set_key_cb()
[all …]