Home
last modified time | relevance | path

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

/linux/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/net/mac80211/
H A Dcfg.c1247 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params()
1274 new->civicloc = pos; in ieee80211_set_ftm_responder_params()
1275 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1439 params->civicloc, in ieee80211_assign_beacon()
4019 if (beacon->civicloc) { in ieee80211_csa_finish()
4021 new_beacon->civicloc = pos; in ieee80211_csa_finish()
4022 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in ieee80211_csa_finish()
1239 ieee80211_set_ftm_responder_params(struct ieee80211_sub_if_data * sdata,const u8 * lci,size_t lci_len,const u8 * civicloc,size_t civicloc_len,struct ieee80211_bss_conf * link_conf) ieee80211_set_ftm_responder_params() argument
/linux/include/net/
H A Dcfg80211.h1389 * @civicloc: Measurement Report element content, starting with Measurement
1406 const u8 *civicloc;
4248 * @civicloc: civic location data (may be %NULL)
4276 const u8 *civicloc;
1370 const u8 *civicloc; global() member
4221 const u8 *civicloc; global() member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c3856 result->civicloc = nla_data(tb[NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC]); in mac80211_hwsim_parse_ftm_result()
/linux/net/wireless/
H A Dnl80211.c6261 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_he_obss_pd()