Lines Matching refs:le16_to_cpu

657 				le16_to_cpu(tmp_chan_list->max_scan_time));  in mwifiex_scan_channel_list()
683 + le16_to_cpu(chan_tlv_out->header.len)); in mwifiex_scan_channel_list()
691 le16_to_cpu(tmp_chan_list->max_scan_time); in mwifiex_scan_channel_list()
906 + le16_to_cpu(wildcard_ssid_tlv->header.len)); in mwifiex_config_scan()
974 le16_to_cpu(num_probes_tlv->header.len); in mwifiex_config_scan()
1102 tlv_type = le16_to_cpu(current_tlv->header.type); in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1103 tlv_len = le16_to_cpu(current_tlv->header.len); in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1632 beacon_size = le16_to_cpu(*(__le16 *)(*bss_info)); in mwifiex_parse_single_response_buf()
1682 beacon_period = le16_to_cpu(bcn_param->beacon_period); in mwifiex_parse_single_response_buf()
1684 cap_info_bitmap = le16_to_cpu(bcn_param->cap_info_bitmap); in mwifiex_parse_single_response_buf()
1871 is_bgscan_resp = (le16_to_cpu(resp->command) in mwifiex_ret_802_11_scan()
1889 bytes_left = le16_to_cpu(scan_rsp->bss_descript_size); in mwifiex_ret_802_11_scan()
1893 scan_resp_size = le16_to_cpu(resp->size); in mwifiex_ret_802_11_scan()
1997 num_chan = le16_to_cpu(tlv_stat->header.len) / in mwifiex_update_chan_statistics()
2005 chan_stats.total_bss = le16_to_cpu(fw_chan_stats->total_bss); in mwifiex_update_chan_statistics()
2007 le16_to_cpu(fw_chan_stats->cca_scan_dur); in mwifiex_update_chan_statistics()
2009 le16_to_cpu(fw_chan_stats->cca_busy_dur); in mwifiex_update_chan_statistics()
2043 buf_left = le16_to_cpu(resp->size) - (sizeof(*ext_scan_resp) + S_DS_GEN in mwifiex_ret_802_11_scan_ext()
2047 type = le16_to_cpu(tlv->type); in mwifiex_ret_802_11_scan_ext()
2048 len = le16_to_cpu(tlv->len); in mwifiex_ret_802_11_scan_ext()
2076 if (le16_to_cpu(cmd_ptr->command) == in mwifiex_ret_802_11_scan_ext()
2114 u16 scan_resp_size = le16_to_cpu(event_scan->buf_size); in mwifiex_handle_event_ext_scan_report()
2132 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2133 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2156 le16_to_cpu(tlv->header.type) != TLV_TYPE_BSS_SCAN_RSP) { in mwifiex_handle_event_ext_scan_report()
2157 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2158 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2200 rssi = (s32)(s16)(le16_to_cpu(scan_info_tlv->rssi)); in mwifiex_handle_event_ext_scan_report()
2361 le16_to_cpu(vs_param_set->header.len)); in mwifiex_cmd_append_vsie_tlv()
2362 *buffer += le16_to_cpu(vs_param_set->header.len) + in mwifiex_cmd_append_vsie_tlv()
2364 ret_len += le16_to_cpu(vs_param_set->header.len) + in mwifiex_cmd_append_vsie_tlv()