Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c215 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2()
258 memcpy(cmd.civic_buf + 2, params->civicloc, in iwl_mvm_ftm_responder_dyn_cfg_v3()
H A Dftm-initiator.c885 res->ftm.civicloc = entry->buf + entry->lci_len; in iwl_mvm_ftm_get_lci_civic()
/OK3568_Linux_fs/kernel/net/wireless/
H A Dpmsr.c449 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res()
451 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
H A Dnl80211.c4882 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dcfg.c916 const u8 *civicloc, size_t civicloc_len) in ieee80211_set_ftm_responder_params() argument
944 new->civicloc = pos; in ieee80211_set_ftm_responder_params()
945 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params()
1035 params->civicloc, in ieee80211_assign_beacon()
3118 if (beacon->civicloc) { in cfg80211_beacon_dup()
3120 new_beacon->civicloc = pos; in cfg80211_beacon_dup()
3121 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in cfg80211_beacon_dup()
/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h1084 const u8 *civicloc; member
3431 const u8 *civicloc; member
H A Dmac80211.h494 const u8 *civicloc; member