Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw88/
H A Dtx.c53 le32_encode_bits(pkt_info->sec_type, RTW_TX_DESC_W1_SEC_TYPE) | in rtw_tx_fill_tx_desc()
317 u8 sec_type = 0; in rtw_tx_pkt_info_update_sec() local
326 sec_type = 0x01; in rtw_tx_pkt_info_update_sec()
329 sec_type = 0x03; in rtw_tx_pkt_info_update_sec()
336 pkt_info->sec_type = sec_type; in rtw_tx_pkt_info_update_sec()
H A Dmain.h621 u8 sec_type; member
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_rx.c2544 enum htt_security_types sec_type; in ath10k_htt_rx_pn_check_replay_hl() local
2577 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_pn_check_replay_hl()
2580 if (sec_type != HTT_SECURITY_AES_CCMP && in ath10k_htt_rx_pn_check_replay_hl()
2581 sec_type != HTT_SECURITY_TKIP && in ath10k_htt_rx_pn_check_replay_hl()
2582 sec_type != HTT_SECURITY_TKIP_NOMIC) in ath10k_htt_rx_pn_check_replay_hl()
2607 enum htt_security_types sec_type; in ath10k_htt_rx_proc_rx_ind_hl() local
2669 sec_type = peer->rx_pn[sec_index].sec_type; in ath10k_htt_rx_proc_rx_ind_hl()
2744 (sec_type == HTT_SECURITY_AES_CCMP || in ath10k_htt_rx_proc_rx_ind_hl()
2745 sec_type == HTT_SECURITY_TKIP || in ath10k_htt_rx_proc_rx_ind_hl()
2746 sec_type == HTT_SECURITY_TKIP_NOMIC)) { in ath10k_htt_rx_proc_rx_ind_hl()
[all …]
H A Dcore.h445 enum htt_security_types sec_type; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpeer.h35 u16 sec_type; member
H A Dpeer.c445 peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath11k_peer_create()
H A Ddp_rx.c2306 enctype = peer->sec_type; in ath11k_dp_rx_h_mpdu()
H A Dmac.c4629 peer->sec_type = ath11k_dp_tx_get_encrypt_type(key->cipher); in ath11k_mac_op_set_key()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Ddp_peer.h139 u16 sec_type; member
H A Ddp_peer.c482 dp_peer->sec_type = HAL_ENCRYPT_TYPE_OPEN; in ath12k_dp_peer_create()
H A Dmac.c6059 peer->dp_peer->sec_type = in ath12k_mac_set_key()
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c657 u8 sec_type = RTW89_SEC_KEY_TYPE_NONE; in rtw89_core_tx_update_sec_key() local
672 sec_type = RTW89_SEC_KEY_TYPE_WEP40; in rtw89_core_tx_update_sec_key()
675 sec_type = RTW89_SEC_KEY_TYPE_WEP104; in rtw89_core_tx_update_sec_key()
678 sec_type = RTW89_SEC_KEY_TYPE_TKIP; in rtw89_core_tx_update_sec_key()
681 sec_type = RTW89_SEC_KEY_TYPE_CCMP128; in rtw89_core_tx_update_sec_key()
684 sec_type = RTW89_SEC_KEY_TYPE_CCMP256; in rtw89_core_tx_update_sec_key()
687 sec_type = RTW89_SEC_KEY_TYPE_GCMP128; in rtw89_core_tx_update_sec_key()
690 sec_type = RTW89_SEC_KEY_TYPE_GCMP256; in rtw89_core_tx_update_sec_key()
699 desc_info->sec_type = sec_type; in rtw89_core_tx_update_sec_key()
1482 FIELD_PREP(RTW89_TXWD_BODY1_SEC_TYPE, desc_info->sec_type); in rtw89_build_txwd_body1_v1()
[all …]
H A Dwow.c530 aoac_rpt->sec_type); in rtw89_wow_debug_aoac_rpt()
H A Dcore.h1233 u8 sec_type; member
5972 u8 sec_type; member
H A Dmac.c5781 aoac_rpt->sec_type = c2h->sec_type; in rtw89_mac_c2h_wow_aoac_rpt()
H A Dfw.h4132 u8 sec_type; member
/freebsd/contrib/file/magic/Magdir/
H A Damigaos126 >0x1FC ubelong !1 \b, sec_type %#x
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Ddp_rx.c359 enctype = peer->sec_type; in ath12k_wifi7_dp_rx_h_mpdu()