Home
last modified time | relevance | path

Searched refs:civicloc_len (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dftm-responder.c174 .civic_len = cpu_to_le32(params->civicloc_len + 2), in iwl_mvm_ftm_responder_dyn_cfg_v2()
187 u32 aligned_civicloc_len = ALIGN(params->civicloc_len + 2, 4); in iwl_mvm_ftm_responder_dyn_cfg_v2()
194 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2()
204 pos[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v2()
205 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2()
233 params->civicloc_len + 2 > sizeof(cmd.civic_buf)) { in iwl_mvm_ftm_responder_dyn_cfg_v3()
236 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3()
246 cmd.civic_buf[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v3()
248 params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3()
249 cmd.civic_len = params->civicloc_len + 2; in iwl_mvm_ftm_responder_dyn_cfg_v3()
Dftm-initiator.c982 res->ftm.civicloc_len = entry->civic_len; in iwl_mvm_ftm_get_lci_civic()
/Linux-v6.1/net/mac80211/
Dcfg.c1031 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() argument
1038 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params()
1042 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params()
1056 if (civicloc_len) { in ieee80211_set_ftm_responder_params()
1057 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params()
1059 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1060 pos += civicloc_len; in ieee80211_set_ftm_responder_params()
1195 params->civicloc_len, in ieee80211_assign_beacon()
3338 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len + in cfg80211_beacon_dup()
3407 new_beacon->civicloc_len = beacon->civicloc_len; in cfg80211_beacon_dup()
[all …]
/Linux-v6.1/net/wireless/
Dpmsr.c469 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res()
471 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
Dnl80211.c5494 bcn->civicloc_len = nla_len(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
/Linux-v6.1/include/net/
Dcfg80211.h1226 size_t civicloc_len; member
3699 unsigned int civicloc_len; member
Dmac80211.h514 size_t civicloc_len; member