/wlan-driver/qca-wifi-host-cmn/target_if/crypto/src/ |
H A D | target_if_crypto.c | 168 enum cdp_sec_type sec_type = cdp_sec_type_none; in target_if_crypto_set_key() local 240 sec_type = wlan_crypto_cipher_to_cdp_sec_type(req->cipher_type); in target_if_crypto_set_key() 272 sec_type, pn); in target_if_crypto_set_key() 275 sec_type, pairwise); in target_if_crypto_set_key()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ |
H A D | ol_txrx_internal.h | 556 #define OL_RX_ERR_STATISTICS(pdev, vdev, err_type, sec_type, is_mcast) \ argument 558 sec_type, is_mcast) 563 enum htt_sec_type sec_type; \ 566 sec_type = peer->security[is_mcast \ 568 : txrx_sec_ucast].sec_type; \ 570 pdev->sec_types[sec_type], \ 645 #define OL_RX_ERR_STATISTICS(pdev, vdev, err_type, sec_type, is_mcast) argument
|
H A D | ol_rx_pn.c | 110 pn_len = pdev->rx_pn[peer->security[index].sec_type].len; in ol_rx_pn_check_base() 144 pdev->rx_pn[peer->security[index].sec_type]. in ol_rx_pn_check_base() 237 if ((peer->security[index].sec_type in ol_rx_pn_check_base()
|
H A D | ol_rx.c | 799 enum htt_sec_type sec_type, in ol_rx_sec_ind_handler() argument 816 is_unicast ? "ucast" : "mcast", sec_type); in ol_rx_sec_ind_handler() 818 peer->security[sec_index].sec_type = sec_type; in ol_rx_sec_ind_handler() 827 if (sec_type != htt_sec_type_wapi) { in ol_rx_sec_ind_handler() 1128 (peer->security[txrx_sec_ucast].sec_type != in ol_rx_filter() 1157 if (peer->security[sec_idx].sec_type == htt_sec_type_none) in ol_rx_filter() 1522 peer->security[txrx_sec_ucast].sec_type = in ol_rx_peer_init() 1523 peer->security[txrx_sec_mcast].sec_type = htt_sec_type_none; in ol_rx_peer_init()
|
H A D | ol_ctrl_txrx_api.h | 71 enum ol_sec_type sec_type, int is_mcast);
|
H A D | ol_tx_classify.c | 464 OL_TXRX_PEER_SECURITY_MULTICAST].sec_type in ol_tx_classify() 577 OL_TXRX_PEER_SECURITY_UNICAST].sec_type in ol_tx_classify() 863 (peer->security[which_key].sec_type == htt_sec_type_none) ? 0 : in ol_tx_classify_extension()
|
H A D | ol_rx_defrag.c | 456 if (peer->security[index].sec_type != htt_sec_type_none && in ol_rx_reorder_store_frag() 459 peer->security[index].sec_type); in ol_rx_reorder_store_frag() 814 switch (peer->security[index].sec_type) { in ol_rx_defrag()
|
H A D | ol_rx_reorder.c | 750 sec_type].len; in ol_rx_pn_ind_handler()
|
H A D | ol_txrx_types.h | 1493 enum htt_sec_type sec_type; member
|
H A D | ol_txrx.c | 3080 enum ol_sec_type sec_type = param->sec_type; in ol_txrx_peer_update() local 3083 switch (sec_type) { in ol_txrx_peer_update() 3113 peer->security[txrx_sec_ucast].sec_type = in ol_txrx_peer_update() 3114 peer->security[txrx_sec_mcast].sec_type = in ol_txrx_peer_update()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/li/ |
H A D | dp_li_tx.c | 470 enum cdp_sec_type sec_type = ((tx_exc_metadata && in dp_tx_hw_enqueue_li() local 471 tx_exc_metadata->sec_type != CDP_INVALID_SEC_TYPE) ? in dp_tx_hw_enqueue_li() 472 tx_exc_metadata->sec_type : vdev->sec_type); in dp_tx_hw_enqueue_li() 501 sec_type_map[sec_type]); in dp_tx_hw_enqueue_li()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/rh/ |
H A D | dp_rh_tx.c | 296 enum cdp_sec_type sec_type = ((tx_exc_metadata && in dp_tx_hw_enqueue_rh() local 297 tx_exc_metadata->sec_type != CDP_INVALID_SEC_TYPE) ? in dp_tx_hw_enqueue_rh() 298 tx_exc_metadata->sec_type : vdev->sec_type); in dp_tx_hw_enqueue_rh() 320 sec_type_map[sec_type]); in dp_tx_hw_enqueue_rh()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_rx_tid.h | 216 uint8_t *peer_mac, enum cdp_sec_type sec_type, 348 uint8_t *peer_mac, enum cdp_sec_type sec_type, in dp_set_pn_check_wifi3() argument
|
H A D | dp_rx_defrag.c | 899 enum cdp_sec_type sec_type; in dp_rx_construct_fraglist() local 906 sec_type = txrx_peer->security[index].sec_type; in dp_rx_construct_fraglist() 908 if (!(sec_type == cdp_sec_type_none || sec_type == cdp_sec_type_wep128 || in dp_rx_construct_fraglist() 909 sec_type == cdp_sec_type_wep104 || sec_type == cdp_sec_type_wep40)) in dp_rx_construct_fraglist() 1455 index, txrx_peer->security[index].sec_type); in dp_rx_defrag() 1457 switch (txrx_peer->security[index].sec_type) { in dp_rx_defrag()
|
H A D | dp_peer.c | 3257 peer->txrx_peer->security[dp_sec_ucast].sec_type = in dp_peer_rx_init() 3258 peer->txrx_peer->security[dp_sec_mcast].sec_type = in dp_peer_rx_init() 3353 uint8_t *peer_mac, enum cdp_sec_type sec_type, in dp_set_key_sec_type_wifi3() argument 3375 is_unicast ? "ucast" : "mcast", sec_type); in dp_set_key_sec_type_wifi3() 3378 peer->txrx_peer->security[sec_index].sec_type = sec_type; in dp_set_key_sec_type_wifi3() 3387 enum cdp_sec_type sec_type, int is_unicast, in dp_rx_sec_ind_handler() argument 3410 is_unicast ? "ucast" : "mcast", sec_type); in dp_rx_sec_ind_handler() 3413 peer->txrx_peer->security[sec_index].sec_type = sec_type; in dp_rx_sec_ind_handler() 3429 if (sec_type != cdp_sec_type_wapi) { in dp_rx_sec_ind_handler()
|
H A D | dp_rx_tid.c | 696 switch (txrx_peer->security[dp_sec_ucast].sec_type) { in dp_single_rx_tid_setup() 1812 uint8_t *peer_mac, enum cdp_sec_type sec_type, in dp_set_pn_check_wifi3() argument 1852 switch (sec_type) { in dp_set_pn_check_wifi3()
|
H A D | dp_types.h | 4188 enum cdp_sec_type sec_type; member 5010 enum cdp_sec_type sec_type; member 5083 enum cdp_sec_type sec_type; member
|
H A D | dp_main.c | 4770 vdev->sec_type = cdp_sec_type_none; in dp_vdev_attach_wifi3() 6249 int sec_type = 0; in dp_get_sec_type() local 6257 return sec_type; in dp_get_sec_type() 6263 return sec_type; in dp_get_sec_type() 6265 sec_type = peer->txrx_peer->security[sec_idx].sec_type; in dp_get_sec_type() 6268 return sec_type; in dp_get_sec_type() 8648 val->cdp_vdev_param_cipher_en = vdev->sec_type; in dp_get_vdev_param() 8775 vdev->sec_type = val.cdp_vdev_param_cipher_en; in dp_set_vdev_param()
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ |
H A D | ol_txrx_ctrl_api.h | 74 enum ol_sec_type sec_type; member
|
H A D | ol_txrx_htt_api.h | 527 enum htt_sec_type sec_type,
|
/wlan-driver/qcacld-3.0/core/dp/htt/ |
H A D | htt_t2h.c | 444 enum htt_sec_type sec_type; in htt_t2h_lp_msg_handler() local 454 sec_type = HTT_SEC_IND_SEC_TYPE_GET(*msg_word); in htt_t2h_lp_msg_handler() 458 sec_type, is_unicast, msg_word, in htt_t2h_lp_msg_handler()
|
H A D | htt_rx_hl.c | 212 pdev->txrx_pdev->rx_pn[peer->security[index].sec_type]. in htt_rx_msdu_center_freq_hl()
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/be/ |
H A D | dp_be_tx.c | 1328 qdf_assert_always((tx_exc_metadata->sec_type == in dp_tx_hw_enqueue_be() 1330 tx_exc_metadata->sec_type == in dp_tx_hw_enqueue_be() 1331 vdev->sec_type); in dp_tx_hw_enqueue_be() 1541 bank_config->encrypt_type = sec_type_map[vdev->sec_type]; in dp_tx_get_vdev_bank_config()
|
/wlan-driver/qca-wifi-host-cmn/dp/inc/ |
H A D | cdp_txrx_cmn.h | 1965 enum cdp_sec_type sec_type, uint32_t *rx_pn) in cdp_set_pn_check() argument 1978 sec_type, rx_pn); in cdp_set_pn_check() 1993 enum cdp_sec_type sec_type, in cdp_set_key_sec_type() argument 2007 peer_mac, sec_type, is_unicast); in cdp_set_key_sec_type()
|
/wlan-driver/fw-api/fw/ |
H A D | htt_isoc.h | 792 sec_type: 8, member
|