Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c183 .civic_len = cpu_to_le32(params->civicloc_len + 2), in iwl_mvm_ftm_responder_dyn_cfg_v2()
196 u32 aligned_civicloc_len = ALIGN(params->civicloc_len + 2, 4); in iwl_mvm_ftm_responder_dyn_cfg_v2()
203 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2()
213 pos[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v2()
214 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2()
242 params->civicloc_len + 2 > sizeof(cmd.civic_buf)) { in iwl_mvm_ftm_responder_dyn_cfg_v3()
245 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3()
255 cmd.civic_buf[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v3()
257 params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3()
258 cmd.civic_len = params->civicloc_len + 2; in iwl_mvm_ftm_responder_dyn_cfg_v3()
/linux/net/wireless/
H A Dpmsr.c494 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res()
496 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
H A Dnl80211.c6486 bcn->civicloc_len = nla_len(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
/linux/net/mac80211/
H A Dcfg.c1243 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() argument
1250 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params()
1254 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params()
1268 if (civicloc_len) { in ieee80211_set_ftm_responder_params()
1269 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params()
1271 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1272 pos += civicloc_len; in ieee80211_set_ftm_responder_params()
1436 params->civicloc_len, in ieee80211_assign_beacon()
4076 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup()
4164 new_beacon->civicloc_len = beacon->civicloc_len; in cfg80211_beacon_dup()
[all …]
/linux/include/net/
H A Dmac80211.h544 size_t civicloc_len; member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3992 result->civicloc_len = nla_len(tb[NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC]); in mac80211_hwsim_parse_ftm_result()