/wlan-driver/wpa_supplicant_8/src/pae/ |
H A D | ieee802_1x_kay.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_fils.c | 1008 uint8_t *body) in lim_add_fils_data_to_auth_frame() argument 1018 qdf_mem_copy(body, fils_info->rsn_ie, fils_info->rsn_ie_len); in lim_add_fils_data_to_auth_frame() 1019 body += fils_info->rsn_ie_len; in lim_add_fils_data_to_auth_frame() 1035 *body = WLAN_ELEMID_MOBILITY_DOMAIN; in lim_add_fils_data_to_auth_frame() 1036 body++; in lim_add_fils_data_to_auth_frame() 1037 *body = SIR_MDIE_SIZE; in lim_add_fils_data_to_auth_frame() 1038 body++; in lim_add_fils_data_to_auth_frame() 1039 qdf_mem_copy(body, &bss_desc->mdie[0], in lim_add_fils_data_to_auth_frame() 1044 body += SIR_MDIE_SIZE; in lim_add_fils_data_to_auth_frame() 1052 *body = SIR_MAX_ELEMENT_ID; in lim_add_fils_data_to_auth_frame() [all …]
|
H A D | lim_process_message_queue.c | 229 void lim_process_sae_msg(struct mac_context *mac, struct sir_sae_msg *body) in lim_process_sae_msg() argument 231 struct sir_sae_msg *sae_msg = body; in lim_process_sae_msg() 278 static void lim_process_dual_mac_cfg_resp(struct mac_context *mac, void *body) in lim_process_dual_mac_cfg_resp() argument 284 resp = (struct sir_dual_mac_config_resp *)body; in lim_process_dual_mac_cfg_resp() 328 static void lim_process_set_hw_mode_resp(struct mac_context *mac, void *body) in lim_process_set_hw_mode_resp() argument 334 resp = (struct sir_set_hw_mode_resp *)body; in lim_process_set_hw_mode_resp() 390 static void lim_process_set_antenna_resp(struct mac_context *mac, void *body) in lim_process_set_antenna_resp() argument 396 resp = (struct sir_antenna_mode_resp *)body; in lim_process_set_antenna_resp() 592 uint8_t *body; in __lim_pno_match_fwd_bcn_probepsp() local 607 body = WMA_GET_RX_MPDU_DATA(rx_pkt_info); in __lim_pno_match_fwd_bcn_probepsp() [all …]
|
H A D | lim_process_probe_rsp_frame.c | 295 uint8_t *body; in lim_process_probe_rsp_frame() local 334 body = WMA_GET_RX_MPDU_DATA(rx_Packet_info); in lim_process_probe_rsp_frame() 337 body, frame_len, probe_rsp) == QDF_STATUS_E_FAILURE) || in lim_process_probe_rsp_frame() 353 body, in lim_process_probe_rsp_frame() 364 body, frame_len); in lim_process_probe_rsp_frame()
|
H A D | lim_process_assoc_rsp_frame.c | 1116 uint8_t *body, *ie; in lim_process_assoc_rsp_frame() local 1259 body = rx_pkt_info + SIR_MAC_HDR_LEN_3A; in lim_process_assoc_rsp_frame() 1261 body = WMA_GET_RX_MPDU_DATA(rx_pkt_info); in lim_process_assoc_rsp_frame() 1263 if (sir_convert_assoc_resp_frame2_struct(mac_ctx, session_entry, body, in lim_process_assoc_rsp_frame() 1312 body + ies_offset, in lim_process_assoc_rsp_frame() 1325 body + ies_offset, in lim_process_assoc_rsp_frame() 1358 qdf_mem_copy(session_entry->assocRsp, body, frame_body_len); in lim_process_assoc_rsp_frame()
|
H A D | lim_send_management_frames.c | 3421 uint8_t *frame, *body; in lim_send_auth_mgmt_frame() local 3606 body = frame + sizeof(tSirMacMgmtHdr); in lim_send_auth_mgmt_frame() 3609 qdf_mem_copy(body, (uint8_t *) auth_frame, body_len); in lim_send_auth_mgmt_frame() 3611 *((uint16_t *) (body)) = in lim_send_auth_mgmt_frame() 3613 body += sizeof(uint16_t); in lim_send_auth_mgmt_frame() 3616 *((uint16_t *) (body)) = in lim_send_auth_mgmt_frame() 3619 body += sizeof(uint16_t); in lim_send_auth_mgmt_frame() 3622 *((uint16_t *) (body)) = in lim_send_auth_mgmt_frame() 3624 body += sizeof(uint16_t); in lim_send_auth_mgmt_frame() 3630 *body = auth_frame->type; in lim_send_auth_mgmt_frame() [all …]
|
H A D | lim_send_frames_host_roam.c | 77 uint8_t *body; in lim_send_reassoc_req_with_ft_ies_mgmt_frame() local 470 body = frame + bytes; in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 472 *body = in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 474 body++; in lim_send_reassoc_req_with_ft_ies_mgmt_frame()
|
H A D | lim_process_auth_frame.c | 2256 uint8_t *body, uint16_t frame_len) in lim_process_ft_sae_auth_frame() argument 2271 uint8_t *body, uint16_t frame_len) in lim_process_ft_sae_auth_frame() argument 2273 tpSirMacAuthFrameBody auth = (tpSirMacAuthFrameBody)body; in lim_process_ft_sae_auth_frame() 2281 lim_handle_ft_pre_auth_rsp(mac, QDF_STATUS_SUCCESS, body, in lim_process_ft_sae_auth_frame() 2295 uint8_t *pBd, void *body) in lim_process_auth_frame_no_session() argument
|
H A D | lim_utils.h | 687 eFrameType frmType, uint8_t *pBD, void *body); 689 void lim_get_b_dfrom_rx_packet(struct mac_context *mac, void *body, uint32_t **pBD); 3128 void lim_process_sae_msg(struct mac_context *mac, struct sir_sae_msg *body); 3142 static inline void lim_process_sae_msg(struct mac_context *mac, void *body) in lim_process_sae_msg() argument
|
H A D | lim_process_action_frame.c | 150 uint8_t *body; in lim_process_ext_channel_switch_action_frame() local 157 body = WMA_GET_RX_MPDU_DATA(rx_packet_info); in lim_process_ext_channel_switch_action_frame() 169 body, frame_len, ext_channel_switch_frame, false); in lim_process_ext_channel_switch_action_frame()
|
H A D | lim_types.h | 577 uint8_t *bd, void *body);
|
H A D | lim_utils.c | 4270 lim_get_b_dfrom_rx_packet(struct mac_context *mac, void *body, uint32_t **pRxPacketInfo) in lim_get_b_dfrom_rx_packet() argument 4272 *pRxPacketInfo = (uint32_t *) body; in lim_get_b_dfrom_rx_packet()
|
/wlan-driver/wpa_supplicant_8/src/wps/ |
H A D | httpread.c |
|
H A D | http_client.c |
|
/wlan-driver/wpa_supplicant_8/src/utils/ |
H A D | xml-utils.c |
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | lim_process_fils.h | 54 void lim_add_fils_data_to_auth_frame(struct pe_session *session, uint8_t *body); 237 lim_add_fils_data_to_auth_frame(struct pe_session *session, uint8_t *body) in lim_add_fils_data_to_auth_frame() argument
|
/wlan-driver/qcacld-3.0/core/sme/src/common/ |
H A D | sme_power_save.c | 40 static QDF_STATUS sme_post_ps_msg_to_wma(uint16_t type, void *body) in sme_post_ps_msg_to_wma() argument 46 msg.bodyptr = body; in sme_post_ps_msg_to_wma() 54 qdf_mem_free(body); in sme_post_ps_msg_to_wma()
|
H A D | sme_api.c | 1523 struct plm_req_params *body; in sme_set_plm_request() local 1547 body = qdf_mem_malloc(sizeof(*body)); in sme_set_plm_request() 1549 if (!body) { in sme_set_plm_request() 1554 *body = *req; in sme_set_plm_request() 1556 if (!body->enable) in sme_set_plm_request() 1559 for (count = 0; count < body->plm_num_ch; count++) { in sme_set_plm_request() 1560 ch_freq = body->plm_ch_freq_list[count]; in sme_set_plm_request() 1588 qdf_mem_zero(body->plm_ch_freq_list, body->plm_num_ch); in sme_set_plm_request() 1590 qdf_mem_copy(body->plm_ch_freq_list, ch_freq_list, valid_count); in sme_set_plm_request() 1594 body->plm_num_ch = valid_count; in sme_set_plm_request() [all …]
|
/wlan-driver/wpa_supplicant_8/hs20/client/ |
H A D | oma_dm_client.c |
|
/wlan-driver/wpa_supplicant_8/ |
H A D | CONTRIBUTIONS |
|
/wlan-driver/wpa_supplicant_8/src/ap/ |
H A D | wpa_auth_ft.c |
|