Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c214 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2()
256 memcpy(cmd.civic_buf + 2, params->civicloc, in iwl_mvm_ftm_responder_dyn_cfg_v3()
H A Dftm-initiator.c1072 res->ftm.civicloc = entry->buf + entry->lci_len; in iwl_mvm_ftm_get_lci_civic()
/linux-6.15/net/wireless/
H A Dpmsr.c476 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res()
478 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
H A Dnl80211.c5749 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
/linux-6.15/net/mac80211/
H A Dcfg.c1051 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() argument
1078 new->civicloc = pos; in ieee80211_set_ftm_responder_params()
1079 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1250 params->civicloc, in ieee80211_assign_beacon()
3689 if (beacon->civicloc) { in cfg80211_beacon_dup()
3691 new_beacon->civicloc = pos; in cfg80211_beacon_dup()
3692 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in cfg80211_beacon_dup()
/linux-6.15/include/net/
H A Dcfg80211.h1388 const u8 *civicloc; member
4023 const u8 *civicloc; member
H A Dmac80211.h540 const u8 *civicloc; member
/linux-6.15/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3806 result->civicloc = nla_data(tb[NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC]); in mac80211_hwsim_parse_ftm_result()