Home
last modified time | relevance | path

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

/linux/net/mac80211/
H A Dcfg.c1245 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() argument
1252 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params()
1256 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params()
1270 if (civicloc_len) { in ieee80211_set_ftm_responder_params()
1271 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params()
1273 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1274 pos += civicloc_len; in ieee80211_set_ftm_responder_params()
1584 params->civicloc_len, in ieee80211_assign_beacon()
4278 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup()
4366 new_beacon->civicloc_len = beacon->civicloc_len; in cfg80211_beacon_dup()
[all …]
/linux/net/wireless/
H A Dpmsr.c695 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res()
697 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
H A Dnl80211.c6784 bcn->civicloc_len = nla_len(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1102 res->ftm.civicloc_len = entry->civic_len; in iwl_mvm_ftm_get_lci_civic()
/linux/include/net/
H A Dcfg80211.h1504 size_t civicloc_len; member
4565 unsigned int civicloc_len; member
H A Dmac80211.h553 size_t civicloc_len; member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c4064 result->civicloc_len = nla_len(tb[NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC]); in mac80211_hwsim_parse_ftm_result()