Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dscan.h244 * @common_data: last (and common) part of the probe member
250 struct iwl_scan_probe_segment common_data;
258 * @common_data: last (and common) part of the probe member
264 struct iwl_scan_probe_segment common_data;
/freebsd/sys/dev/iwm/
H A Dif_iwm_scan.c460 preq->common_data.offset = htole16(frm - (uint8_t *)wh); in iwm_fill_probe_req()
470 preq->common_data.len = htole16(frm - pos); in iwm_fill_probe_req()
H A Dif_iwmreg.h5460 * @common_data: last (and common) part of the probe
5466 struct iwm_scan_probe_segment common_data;
5473 * @common_data: last (and common) part of the probe
5479 struct iwm_scan_probe_segment common_data;
5462 struct iwm_scan_probe_segment common_data; global() member
5475 struct iwm_scan_probe_segment common_data; global() member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c811 params->preq.common_data.offset = cpu_to_le16(pos - params->preq.buf); in iwl_mvm_build_scan_probe()
817 params->preq.common_data.len = cpu_to_le16(ies->common_ie_len + in iwl_mvm_scan_lmac_dwell()
820 params->preq.common_data.len = cpu_to_le16(ies->common_ie_len); in iwl_mvm_scan_lmac_dwell()
938 p_req->common_data = src_p_req->common_data; in iwl_mvm_scan_lmac()