Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c175 .civic_len = cpu_to_le32(params->civicloc_len + 2), in iwl_mvm_ftm_responder_dyn_cfg_v2()
188 u32 aligned_civicloc_len = ALIGN(params->civicloc_len + 2, 4); in iwl_mvm_ftm_responder_dyn_cfg_v2()
195 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2()
205 pos[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v2()
206 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2()
234 params->civicloc_len + 2 > sizeof(cmd.civic_buf)) { in iwl_mvm_ftm_responder_dyn_cfg_v3()
237 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3()
247 cmd.civic_buf[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v3()
249 params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3()
250 cmd.civic_len = params->civicloc_len + 2; in iwl_mvm_ftm_responder_dyn_cfg_v3()
H A Dftm-initiator.c1022 res->ftm.civicloc_len = entry->civic_len; in iwl_mvm_ftm_get_lci_civic()
/openbmc/linux/net/mac80211/
H A Dcfg.c1041 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() argument
1048 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params()
1052 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params()
1066 if (civicloc_len) { in ieee80211_set_ftm_responder_params()
1067 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params()
1069 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1070 pos += civicloc_len; in ieee80211_set_ftm_responder_params()
1241 params->civicloc_len, in ieee80211_assign_beacon()
3473 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup()
3563 new_beacon->civicloc_len = beacon->civicloc_len; in cfg80211_beacon_dup()
[all …]
/openbmc/linux/net/wireless/
H A Dpmsr.c468 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res()
470 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
H A Dnl80211.c5618 bcn->civicloc_len = nla_len(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
/openbmc/linux/include/net/
H A Dcfg80211.h1263 size_t civicloc_len; member
3801 unsigned int civicloc_len; member
H A Dmac80211.h516 size_t civicloc_len; member
/openbmc/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3681 result->civicloc_len = nla_len(tb[NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC]); in mac80211_hwsim_parse_ftm_result()