Home
last modified time | relevance | path

Searched refs:nStatus (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_send_management_frames.c1040 uint32_t nPayload, nBytes, nStatus; in lim_send_addts_req_action_frame() local
1099 nStatus = in lim_send_addts_req_action_frame()
1101 if (DOT11F_FAILED(nStatus)) { in lim_send_addts_req_action_frame()
1103 nStatus); in lim_send_addts_req_action_frame()
1106 } else if (DOT11F_WARNED(nStatus)) { in lim_send_addts_req_action_frame()
1108 nStatus); in lim_send_addts_req_action_frame()
1136 nStatus = in lim_send_addts_req_action_frame()
1139 if (DOT11F_FAILED(nStatus)) { in lim_send_addts_req_action_frame()
1141 nStatus); in lim_send_addts_req_action_frame()
1144 } else if (DOT11F_WARNED(nStatus)) { in lim_send_addts_req_action_frame()
[all …]
Dlim_process_action_frame.c1011 uint32_t frameLen, nStatus; in __lim_process_sm_power_save_update() local
1028 nStatus = dot11f_unpack_sm_power_save(mac, pBody, frameLen, in __lim_process_sm_power_save_update()
1031 if (DOT11F_FAILED(nStatus)) { in __lim_process_sm_power_save_update()
1033 nStatus, frameLen); in __lim_process_sm_power_save_update()
1037 } else if (DOT11F_WARNED(nStatus)) { in __lim_process_sm_power_save_update()
1039 nStatus, frameLen); in __lim_process_sm_power_save_update()
1082 uint32_t frameLen, nStatus; in __lim_process_radio_measure_request() local
1112 nStatus = dot11f_unpack_radio_measurement_request(mac, pBody, in __lim_process_radio_measure_request()
1115 if (DOT11F_FAILED(nStatus)) { in __lim_process_radio_measure_request()
1117 nStatus, frameLen); in __lim_process_radio_measure_request()
[all …]
Dlim_send_frames_host_roam.c613 uint32_t nBytes, nPayload, nStatus; in lim_send_reassoc_req_mgmt_frame() local
856 nStatus = in lim_send_reassoc_req_mgmt_frame()
858 if (DOT11F_FAILED(nStatus)) { in lim_send_reassoc_req_mgmt_frame()
859 pe_err("Fail to get size:ReassocReq: (0x%08x)", nStatus); in lim_send_reassoc_req_mgmt_frame()
862 } else if (DOT11F_WARNED(nStatus)) { in lim_send_reassoc_req_mgmt_frame()
863 pe_err("warning for size:ReAssoc Req: (0x%08x)", nStatus); in lim_send_reassoc_req_mgmt_frame()
889 nStatus = dot11f_pack_re_assoc_request(mac, frm, pFrame + in lim_send_reassoc_req_mgmt_frame()
892 if (DOT11F_FAILED(nStatus)) { in lim_send_reassoc_req_mgmt_frame()
893 pe_err("Fail to pack a Re-Assoc Req: (0x%08x)", nStatus); in lim_send_reassoc_req_mgmt_frame()
896 } else if (DOT11F_WARNED(nStatus)) { in lim_send_reassoc_req_mgmt_frame()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
Dsch_api.c696 uint32_t nPayload, nBytes = 0, nStatus; in lim_send_probe_rsp_template_to_hal() local
775 nStatus = dot11f_get_packed_probe_response_size(mac, in lim_send_probe_rsp_template_to_hal()
777 if (DOT11F_FAILED(nStatus)) { in lim_send_probe_rsp_template_to_hal()
779 nStatus); in lim_send_probe_rsp_template_to_hal()
782 } else if (DOT11F_WARNED(nStatus)) { in lim_send_probe_rsp_template_to_hal()
784 nStatus); in lim_send_probe_rsp_template_to_hal()
818 nStatus = in lim_send_probe_rsp_template_to_hal()
823 if (DOT11F_FAILED(nStatus)) { in lim_send_probe_rsp_template_to_hal()
825 nStatus); in lim_send_probe_rsp_template_to_hal()
829 } else if (DOT11F_WARNED(nStatus)) { in lim_send_probe_rsp_template_to_hal()
[all …]