Searched refs:body_ptr (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_process_action_frame.c | 253 uint8_t *body_ptr; in __lim_process_operating_mode_action_frame() local 262 body_ptr = WMA_GET_RX_MPDU_DATA(rx_pkt_info); in __lim_process_operating_mode_action_frame() 280 status = dot11f_unpack_operating_mode(mac_ctx, body_ptr, frame_len, in __lim_process_operating_mode_action_frame() 330 uint8_t *body_ptr; in __lim_process_gid_management_action_frame() local 341 body_ptr = WMA_GET_RX_MPDU_DATA(rx_pkt_info); in __lim_process_gid_management_action_frame() 351 body_ptr, frame_len, gid_mgmt_frame, false); in __lim_process_gid_management_action_frame() 485 uint8_t *body_ptr; in __lim_process_add_ts_rsp() local 494 body_ptr = WMA_GET_RX_MPDU_DATA(rx_pkt_info); in __lim_process_add_ts_rsp() 510 retval = sir_convert_addts_rsp2_struct(mac_ctx, body_ptr, in __lim_process_add_ts_rsp() 729 uint8_t *body_ptr; in __lim_process_del_ts_req() local [all …]
|
H A D | lim_process_auth_frame.c | 490 static QDF_STATUS lim_skip_sae_fixed_field(uint8_t *body_ptr, in lim_skip_sae_fixed_field() argument 497 if (!body_ptr || !frame_len || !ie_ptr || !ie_len) in lim_skip_sae_fixed_field() 503 sae_status_code = *(uint16_t *)(body_ptr + SAE_AUTH_STATUS_CODE_OFFSET); in lim_skip_sae_fixed_field() 509 sae_group_id = *(uint16_t *)(body_ptr + SAE_AUTH_GROUP_ID_OFFSET); in lim_skip_sae_fixed_field() 510 *ie_ptr = body_ptr + SAE_AUTH_GROUP_ID_OFFSET + 2; in lim_skip_sae_fixed_field() 556 uint8_t *body_ptr, uint32_t frame_len, in lim_get_sta_mld_address() argument 568 status = lim_skip_sae_fixed_field(body_ptr, frame_len, &ie_ptr, in lim_get_sta_mld_address() 654 uint8_t *body_ptr, uint32_t frame_len, in lim_get_sta_mld_address() argument 747 uint8_t *body_ptr; in lim_process_sae_auth_frame() local 755 body_ptr = WMA_GET_RX_MPDU_DATA(rx_pkt_info); in lim_process_sae_auth_frame() [all …]
|
H A D | lim_process_probe_req_frame.c | 277 uint8_t *body_ptr; in lim_process_probe_req_frame() local 293 body_ptr = WMA_GET_RX_MPDU_DATA(rx_pkt_info); in lim_process_probe_req_frame() 301 3, body_ptr, frame_len)) { in lim_process_probe_req_frame() 313 if (sir_convert_probe_req_frame2_struct(mac_ctx, body_ptr, in lim_process_probe_req_frame() 364 body_ptr, frame_len); in lim_process_probe_req_frame() 366 body_ptr, frame_len, session); in lim_process_probe_req_frame()
|
H A D | lim_process_message_queue.c | 1677 cds_pkt_t *body_ptr = NULL; in lim_process_messages() local 1737 body_ptr = (cds_pkt_t *) new_msg.bodyptr; in lim_process_messages() 1738 cds_pkt_get_packet_length(body_ptr, &pkt_len); in lim_process_messages() 1741 wma_ds_peek_rx_packet_info(body_ptr, in lim_process_messages() 1746 cds_pkt_return_packet(body_ptr); in lim_process_messages() 1764 cds_pkt_return_packet(body_ptr); in lim_process_messages() 1773 cds_pkt_return_packet(body_ptr); in lim_process_messages()
|
/wlan-driver/wpa_supplicant_8/src/wps/ |
H A D | wps_er.c |
|
/wlan-driver/qcacld-3.0/core/wma/inc/ |
H A D | wma_internal.h | 132 void *body_ptr, uint32_t body_val, bool is_high_priority); 144 void *body_ptr, uint32_t body_val); 156 void *body_ptr, uint32_t body_val);
|
/wlan-driver/qcacld-3.0/core/wma/src/ |
H A D | wma_main.c | 4142 void *body_ptr, uint32_t body_val, bool is_high_priority) in wma_send_msg_by_priority() argument 4149 msg.bodyptr = body_ptr; in wma_send_msg_by_priority() 4155 if (body_ptr) in wma_send_msg_by_priority() 4156 qdf_mem_free(body_ptr); in wma_send_msg_by_priority() 4162 void *body_ptr, uint32_t body_val) in wma_send_msg() argument 4165 body_ptr, body_val, false); in wma_send_msg() 4169 void *body_ptr, uint32_t body_val) in wma_send_msg_high_priority() argument 4172 body_ptr, body_val, true); in wma_send_msg_high_priority()
|