Searched refs:swap_bit_field16 (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_send_frames_host_roam.c | 154 swap_bit_field16(caps, (uint16_t *) &frm->Capabilities); in lim_send_reassoc_req_with_ft_ies_mgmt_frame() 688 swap_bit_field16(caps, (uint16_t *) &frm->Capabilities); in lim_send_reassoc_req_mgmt_frame()
|
H A D | lim_process_tdls.c | 1689 swap_bit_field16(caps, (uint16_t *)&tdls_dis_rsp->Capabilities); in lim_send_tdls_dis_rsp_frame() 2067 swap_bit_field16(caps, (uint16_t *)&tdls_setup_req->Capabilities); in lim_send_tdls_link_setup_req_frame() 2611 swap_bit_field16(caps, (uint16_t *)&setup_rsp->Capabilities); in lim_send_tdls_setup_rsp_frame()
|
H A D | lim_send_management_frames.c | 2481 swap_bit_field16(caps, (uint16_t *) &frm->Capabilities); in lim_send_assoc_req_mgmt_frame()
|
/wlan-driver/qcacld-3.0/core/mac/src/include/ |
H A D | parser_api.h | 637 void swap_bit_field16(uint16_t in, uint16_t *out);
|
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/ |
H A D | parser_api.c | 66 void swap_bit_field16(uint16_t in, uint16_t *out) in swap_bit_field16() function 175 swap_bit_field16(cfg, (uint16_t *) pDot11f); in populate_dot11f_capabilities() 12302 swap_bit_field16(cap, (uint16_t *)pDot11f);
|