Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bwn/
H A Dif_bwnvar.h88 #define BWN_SEC_NEWAPI(mac) (mac->mac_fw.rev >= 351) macro
90 (BWN_SEC_NEWAPI(mac) ? idx : ((idx >= 4) ? idx - 4 : idx))
H A Dif_bwn.c3606 if ((i <= 3) && !BWN_SEC_NEWAPI(mac)) { in bwn_clear_keys()
4710 if (BWN_SEC_NEWAPI(mac)) in bwn_key_dowrite()
4736 if (BWN_SEC_NEWAPI(mac)) in bwn_key_macwrite()