Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h167 #define TKIP_PN_TO_IV16(_x) ((uint16_t)(_x & 0xffff)) macro
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dd3.c248 tkip_tx_sc->iv16 = cpu_to_le16(TKIP_PN_TO_IV16(pn64)); in iwl_mvm_wowlan_get_rsc_tsc_data()