/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ ! |
H A D | lim_process_assoc_req_frame.c | 223 struct pe_session *session, uint8_t sub_type) in lim_chk_sa_da() argument 232 1, hdr->sa, sub_type, 0, session, false); in lim_chk_sa_da() 254 uint8_t sub_type, uint8_t *frm_body, in lim_chk_assoc_req_parse_error() argument 261 if (sub_type == LIM_ASSOC) in lim_chk_assoc_req_parse_error() 299 1, sa, sub_type, 0, session, false); in lim_chk_assoc_req_parse_error() 318 uint8_t sub_type, tSirMacCapabilityInfo *local_cap) in lim_chk_capab() argument 334 (LIM_ASSOC == sub_type) ? "Assoc" : "ReAssoc", in lim_chk_capab() 343 1, sa, sub_type, 0, session, false); in lim_chk_capab() 363 uint8_t sub_type) in lim_chk_ssid() argument 369 (LIM_ASSOC == sub_type) ? "Assoc" : "ReAssoc", in lim_chk_ssid() [all …]
|
H A D | lim_mlo.c | 587 uint8_t sub_type; in lim_mlo_proc_assoc_req_frm() local 642 sub_type = LIM_ASSOC; in lim_mlo_proc_assoc_req_frm() 644 sub_type = LIM_REASSOC; in lim_mlo_proc_assoc_req_frm() 657 status = lim_check_assoc_req(mac_ctx, sub_type, sa, session); in lim_mlo_proc_assoc_req_frm() 674 frm_body, frame_len, sub_type == LIM_REASSOC, in lim_mlo_proc_assoc_req_frm() 695 return lim_proc_assoc_req_frm_cmn(mac_ctx, sub_type, session, sa, in lim_mlo_proc_assoc_req_frm()
|
H A D | lim_process_message_queue.c | 206 assoc_req->sub_type, in lim_process_sae_msg_ap() 712 uint8_t sub_type) in __lim_process_ext_scan_beacon_probe_rsp() argument 729 if (sub_type == SIR_MAC_MGMT_BEACON) { in __lim_process_ext_scan_beacon_probe_rsp() 734 } else if (sub_type == SIR_MAC_MGMT_PROBE_RSP) { in __lim_process_ext_scan_beacon_probe_rsp() 1152 uint8_t type, sub_type; in lim_check_mgmt_registered_frames() local 1170 sub_type = (mgmt_frame->frameType >> 4) & 0x0f; in lim_check_mgmt_registered_frames() 1173 && (sub_type == SIR_MAC_MGMT_RESERVED15)) { in lim_check_mgmt_registered_frames() 1230 && (sub_type == SIR_MAC_MGMT_RESERVED15)) in lim_check_mgmt_registered_frames()
|
H A D | lim_types.h | 589 uint8_t sub_type, tSirMacAddr sa, 604 uint8_t sub_type, 1816 uint8_t sub_type,
|
H A D | lim_assoc_utils.c | 682 uint8_t sub_type, uint8_t add_pre_auth_context, in lim_reject_association() argument 690 session_entry->peSessionId, auth_type, sub_type, in lim_reject_association() 719 1, peer_addr, sub_type, sta_ds, session_entry, in lim_reject_association() 747 sub_type, sta_ds, session_entry, false); in lim_reject_association() 3357 beacon_probe_rsp->vendor_vht_ie.sub_type; in lim_check_and_announce_join_success()
|
H A D | lim_send_frames_host_roam.c | 339 frm->vendor_vht_ie.sub_type = in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
|
/wlan-driver/qcacld-3.0/core/dp/txrx/ ! |
H A D | ol_tx.h | 155 uint8_t sub_type = 0x1; /* 802.11 MAC header present */ in ol_txrx_tx_raw_subtype() local 158 sub_type |= 0x1 << HTT_TX_MSDU_DESC_RAW_SUBTYPE_NO_AGGR_S; in ol_txrx_tx_raw_subtype() 160 sub_type |= 0x1 << HTT_TX_MSDU_DESC_RAW_SUBTYPE_NO_ENCRYPT_S; in ol_txrx_tx_raw_subtype() 162 sub_type |= 0x1 << HTT_TX_MSDU_DESC_RAW_SUBTYPE_NO_ENCRYPT_S; in ol_txrx_tx_raw_subtype() 163 return sub_type; in ol_txrx_tx_raw_subtype()
|
H A D | ol_tx_ll.c | 166 uint8_t sub_type = in ol_tx_non_std_ll() local 170 sub_type); in ol_tx_non_std_ll() 173 uint8_t sub_type = in ol_tx_non_std_ll() local 176 htt_pkt_type_raw, sub_type); in ol_tx_non_std_ll()
|
/wlan-driver/qcacld-3.0/core/cds/inc/ ! |
H A D | cds_api.h | 485 uint32_t sub_type, 489 uint32_t *sub_type, 523 uint8_t type, uint8_t sub_type, uint8_t *peer_mac); 527 uint8_t type, uint8_t sub_type, uint8_t *peer_mac) in cds_tdls_tx_rx_mgmt_event() argument
|
/wlan-driver/qcacld-3.0/components/p2p/core/src/ ! |
H A D | wlan_p2p_off_chan_tx.c | 127 ((tx_ctx->frame_info.sub_type == P2P_MGMT_PROBE_RSP) || in p2p_vdev_check_valid() 128 (tx_ctx->frame_info.sub_type == P2P_MGMT_DISASSOC) || in p2p_vdev_check_valid() 129 (tx_ctx->frame_info.sub_type == P2P_MGMT_DEAUTH))) { in p2p_vdev_check_valid() 131 tx_ctx->frame_info.sub_type); in p2p_vdev_check_valid() 137 (tx_ctx->frame_info.sub_type == P2P_MGMT_ACTION) && in p2p_vdev_check_valid() 174 tx_ctx->frame_info.sub_type == P2P_MGMT_PROBE_RSP) || in p2p_vdev_check_valid() 176 ((tx_ctx->frame_info.sub_type == P2P_MGMT_PROBE_RSP) || in p2p_vdev_check_valid() 177 (tx_ctx->frame_info.sub_type == P2P_MGMT_DISASSOC) || in p2p_vdev_check_valid() 178 (tx_ctx->frame_info.sub_type == P2P_MGMT_DEAUTH)))) { in p2p_vdev_check_valid() 180 tx_ctx->frame_info.sub_type); in p2p_vdev_check_valid() [all …]
|
H A D | wlan_p2p_off_chan_tx.h | 155 enum p2p_frame_sub_type sub_type; member
|
/wlan-driver/qcacld-3.0/core/hdd/src/ ! |
H A D | wlan_hdd_p2p.c | 230 uint8_t type, sub_type; in __wlan_hdd_mgmt_tx() local 252 sub_type = WLAN_HDD_GET_SUBTYPE_FRM_FC(buf[0]); in __wlan_hdd_mgmt_tx() 253 hdd_debug("type %d, sub_type %d", type, sub_type); in __wlan_hdd_mgmt_tx() 266 sub_type == SIR_MAC_MGMT_AUTH)) { in __wlan_hdd_mgmt_tx() 303 (sub_type == SIR_MAC_MGMT_ASSOC_RSP || in __wlan_hdd_mgmt_tx() 304 sub_type == SIR_MAC_MGMT_REASSOC_RSP)) { in __wlan_hdd_mgmt_tx() 344 adapter->device_mode, type, sub_type, in __wlan_hdd_mgmt_tx() 1138 uint8_t sub_type = 0; in __hdd_indicate_mgmt_frame_to_user() local 1170 sub_type = WLAN_HDD_GET_SUBTYPE_FRM_FC(pb_frames[0]); in __hdd_indicate_mgmt_frame_to_user() 1172 sub_type == SIR_MAC_MGMT_AUTH && in __hdd_indicate_mgmt_frame_to_user() [all …]
|
/wlan-driver/qcacld-3.0/components/pkt_capture/core/src/ ! |
H A D | wlan_pkt_capture_mgmt_txrx.c | 139 uint8_t type, sub_type; in pkt_capture_mgmtpkt_process() local 170 sub_type = (wh)->i_fc[0] & IEEE80211_FC0_SUBTYPE_MASK; in pkt_capture_mgmtpkt_process() 178 (sub_type == MGMT_SUBTYPE_AUTH)) { in pkt_capture_mgmtpkt_process() 206 ((sub_type == MGMT_SUBTYPE_ASSOC_RESP) || in pkt_capture_mgmtpkt_process() 207 (sub_type == MGMT_SUBTYPE_REASSOC_RESP))) { in pkt_capture_mgmtpkt_process()
|
/wlan-driver/qcacld-3.0/components/son/dispatcher/src/ ! |
H A D | son_api.c | 393 uint16_t sub_type = IEEE80211_FC0_SUBTYPE_ASSOC_REQ; in wlan_son_ind_assoc_req_frm() local 417 sub_type = IEEE80211_FC0_SUBTYPE_REASSOC_REQ; in wlan_son_ind_assoc_req_frm() 421 sub_type, frame_len, assocstatus); in wlan_son_ind_assoc_req_frm() 422 rx_ops->son_rx_ops.process_mgmt_frame(vdev, peer, sub_type, in wlan_son_ind_assoc_req_frm() 587 uint8_t sub_type = IEEE80211_FC0_SUBTYPE_ACTION; in wlan_son_deliver_rrm_rpt() local 654 rx_ops->son_rx_ops.process_mgmt_frame(vdev, peer, sub_type, in wlan_son_deliver_rrm_rpt()
|
/wlan-driver/qcacld-3.0/core/dp/ol/inc/ ! |
H A D | ol_htt_tx_api.h | 736 void *htt_tx_desc, enum htt_pkt_type type, uint8_t sub_type) in htt_tx_desc_type() argument 745 HTT_TX_DESC_PKT_SUBTYPE_SET(*word0, sub_type); in htt_tx_desc_type()
|
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/ ! |
H A D | wifi_pos_main.c | 191 uint32_t sub_type = 0; in wifi_pos_process_data_req() local 222 sub_type = *((uint32_t *)&req->buf[offset]); in wifi_pos_process_data_req() 247 switch (sub_type) { in wifi_pos_process_data_req() 263 wifi_pos_obj->wifi_pos_send_action(psoc, sub_type, in wifi_pos_process_data_req() 270 wifi_pos_obj->wifi_pos_send_action(psoc, sub_type, in wifi_pos_process_data_req()
|
H A D | wifi_pos_api.c | 658 uint32_t sub_type, in wifi_pos_register_send_action() argument
|
/wlan-driver/qcacld-3.0/components/mlme/core/src/ ! |
H A D | wlan_mlme_vdev_mgr_interface.c | 1529 uint8_t *sub_type) in mlme_get_vdev_types() argument 1533 *sub_type = 0; in mlme_get_vdev_types() 1544 *sub_type = WLAN_VDEV_MLME_SUBTYPE_P2P_DEVICE; in mlme_get_vdev_types() 1548 *sub_type = WLAN_VDEV_MLME_SUBTYPE_P2P_CLIENT; in mlme_get_vdev_types() 1552 *sub_type = WLAN_VDEV_MLME_SUBTYPE_P2P_GO; in mlme_get_vdev_types()
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ ! |
H A D | lim_global.h | 193 uint8_t sub_type; member
|
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/ ! |
H A D | wifi_pos_api.h | 526 uint32_t sub_type,
|
/wlan-driver/qcacld-3.0/core/sme/src/csr/ ! |
H A D | csr_inside_api.h | 264 void csr_send_set_ie(uint8_t type, uint8_t sub_type, uint8_t vdev_id);
|
/wlan-driver/qcacld-3.0/core/wma/src/ ! |
H A D | wma_dev_if.c | 178 ((intf[vdev_id].sub_type == WMI_UNIFIED_VDEV_SUBTYPE_P2P_GO) || in wma_is_vdev_in_ap_mode() 179 (intf[vdev_id].sub_type == 0))) in wma_is_vdev_in_ap_mode() 705 if (mlme_vdev_uses_self_peer(iface->type, iface->sub_type)) { in wma_vdev_self_peer_delete() 762 if (!mlme_vdev_uses_self_peer(iface->type, iface->sub_type) || in wma_vdev_detach() 876 wma->interfaces[rsp->vdev_id].sub_type); in wma_vdev_start_rsp() 1893 if (wma->interfaces[vdev_id].sub_type == in wma_get_obj_mgr_peer_type() 1907 wma->interfaces[vdev_id].sub_type); in wma_get_obj_mgr_peer_type() 2575 iface->type, iface->sub_type); in wma_send_del_bss_response() 3175 wma_handle->interfaces[vdev_id].sub_type = in wma_post_vdev_create_setup() 5674 (intf[vdev_id].sub_type == 0)) in wma_is_vdev_in_sap_mode() [all …]
|
H A D | wma_mgmt.c | 409 (wma->interfaces[vdev_id].sub_type == 0 || in wma_peer_sta_kickout_event_handler() 410 wma->interfaces[vdev_id].sub_type == in wma_peer_sta_kickout_event_handler() 516 wma->interfaces[resp_event->vdev_id].sub_type); in wma_unified_bcntx_status_event_handler() 588 uint32_t sub_type, in wma_get_link_probe_timeout() argument 592 if (sub_type == WMI_UNIFIED_VDEV_SUBTYPE_P2P_GO) { in wma_get_link_probe_timeout() 764 wma_get_link_probe_timeout(mac, wma->interfaces[vdev_id].sub_type, in wma_set_sap_keepalive()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ ! |
H A D | wlan_policy_mgr_public_struct.h | 1668 uint32_t sub_type; member
|
/wlan-driver/qcacld-3.0/core/wma/inc/ ! |
H A D | wma.h | 713 uint32_t sub_type; member 1185 uint16_t sub_type; member
|