Lines Matching refs:le16_to_cpu
665 le16_to_cpu(tmp_chan_list->max_scan_time)); in mwifiex_scan_channel_list()
691 + le16_to_cpu(chan_tlv_out->header.len)); in mwifiex_scan_channel_list()
699 le16_to_cpu(tmp_chan_list->max_scan_time); in mwifiex_scan_channel_list()
921 + le16_to_cpu(wildcard_ssid_tlv->header.len)); in mwifiex_config_scan()
983 le16_to_cpu(bss_mode->header.len); in mwifiex_config_scan()
1001 le16_to_cpu(num_probes_tlv->header.len); in mwifiex_config_scan()
1132 tlv_type = le16_to_cpu(current_tlv->header.type); in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1133 tlv_len = le16_to_cpu(current_tlv->header.len); in mwifiex_ret_802_11_scan_get_tlv_ptrs()
1726 beacon_size = le16_to_cpu(*(__le16 *)(*bss_info)); in mwifiex_parse_single_response_buf()
1778 beacon_period = le16_to_cpu(bcn_param->beacon_period); in mwifiex_parse_single_response_buf()
1780 cap_info_bitmap = le16_to_cpu(bcn_param->cap_info_bitmap); in mwifiex_parse_single_response_buf()
2041 is_bgscan_resp = (le16_to_cpu(resp->command) in mwifiex_ret_802_11_scan()
2060 bytes_left = le16_to_cpu(scan_rsp->bss_descript_size); in mwifiex_ret_802_11_scan()
2065 scan_resp_size = le16_to_cpu(resp->size); in mwifiex_ret_802_11_scan()
2169 num_chan = le16_to_cpu(tlv_stat->header.len) / in mwifiex_update_chan_statistics()
2177 chan_stats.total_bss = le16_to_cpu(fw_chan_stats->total_bss); in mwifiex_update_chan_statistics()
2179 le16_to_cpu(fw_chan_stats->cca_scan_dur); in mwifiex_update_chan_statistics()
2181 le16_to_cpu(fw_chan_stats->cca_busy_dur); in mwifiex_update_chan_statistics()
2215 buf_left = le16_to_cpu(resp->size) - (sizeof(*ext_scan_resp) + S_DS_GEN in mwifiex_ret_802_11_scan_ext()
2219 type = le16_to_cpu(tlv->type); in mwifiex_ret_802_11_scan_ext()
2220 len = le16_to_cpu(tlv->len); in mwifiex_ret_802_11_scan_ext()
2248 if (le16_to_cpu(cmd_ptr->command) == in mwifiex_ret_802_11_scan_ext()
2286 u16 scan_resp_size = le16_to_cpu(event_scan->buf_size); in mwifiex_handle_event_ext_scan_report()
2307 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2308 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2332 le16_to_cpu(tlv->header.type) != TLV_TYPE_BSS_SCAN_RSP) { in mwifiex_handle_event_ext_scan_report()
2333 type = le16_to_cpu(tlv->header.type); in mwifiex_handle_event_ext_scan_report()
2334 len = le16_to_cpu(tlv->header.len); in mwifiex_handle_event_ext_scan_report()
2377 rssi = (s32)(s16)(le16_to_cpu(scan_info_tlv->rssi)); in mwifiex_handle_event_ext_scan_report()
2540 le16_to_cpu(vs_param_set->header.len)); in mwifiex_cmd_append_vsie_tlv()
2541 *buffer += le16_to_cpu(vs_param_set->header.len) + in mwifiex_cmd_append_vsie_tlv()
2543 ret_len += le16_to_cpu(vs_param_set->header.len) + in mwifiex_cmd_append_vsie_tlv()