Home
last modified time | relevance | path

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

/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.c6783 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
/linux/net/mac80211/
H A Dcfg.c1245 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() argument
1272 new->civicloc = pos; in ieee80211_set_ftm_responder_params()
1273 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1583 params->civicloc, in ieee80211_assign_beacon()
4365 if (beacon->civicloc) { in cfg80211_beacon_dup()
4367 new_beacon->civicloc = pos; in cfg80211_beacon_dup()
4368 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in cfg80211_beacon_dup()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-initiator.c1103 res->ftm.civicloc = entry->buf + entry->lci_len; in iwl_mvm_ftm_get_lci_civic()
/linux/include/net/
H A Dcfg80211.h1493 const u8 *civicloc; member
4563 const u8 *civicloc; member
H A Dmac80211.h551 const u8 *civicloc; member
/linux/drivers/net/wireless/virtual/
H A Dmac80211_hwsim_main.c4063 result->civicloc = nla_data(tb[NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC]); in mac80211_hwsim_parse_ftm_result()