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.c1239 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() argument
1266 new->civicloc = pos; in ieee80211_set_ftm_responder_params()
1267 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1441 params->civicloc, in ieee80211_assign_beacon()
4006 if (beacon->civicloc) { in cfg80211_beacon_dup()
4008 new_beacon->civicloc = pos; in cfg80211_beacon_dup()
4009 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in cfg80211_beacon_dup()
/linux/include/net/
H A Dcfg80211.h1370 const u8 *civicloc; member
4224 const u8 *civicloc; 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.c6204 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()