/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-responder.c | 203 IWL_ERR(mvm, "LCI/civicloc data too big (%zd + %zd)\n", in iwl_mvm_ftm_responder_dyn_cfg_v2() 215 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 D | ftm-initiator.c | 885 res->ftm.civicloc = entry->buf + entry->lci_len; in iwl_mvm_ftm_get_lci_civic()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-responder.c | 194 IWL_ERR(mvm, "LCI/civicloc data too big (%zd + %zd)\n", in iwl_mvm_ftm_responder_dyn_cfg_v2() 206 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2() 248 memcpy(cmd.civic_buf + 2, params->civicloc, in iwl_mvm_ftm_responder_dyn_cfg_v3()
|
H A D | ftm-initiator.c | 1021 res->ftm.civicloc = entry->buf + entry->lci_len; in iwl_mvm_ftm_get_lci_civic()
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | pmsr.c | 449 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 D | nl80211.c | 4885 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | pmsr.c | 468 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res() 470 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
|
H A D | nl80211.c | 5587 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | cfg.c | 919 const u8 *civicloc, size_t civicloc_len) in ieee80211_set_ftm_responder_params() 947 new->civicloc = pos; in ieee80211_set_ftm_responder_params() 948 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params() 1038 params->civicloc, in ieee80211_assign_beacon() 3124 if (beacon->civicloc) { in cfg80211_beacon_dup() 3126 new_beacon->civicloc = pos; in cfg80211_beacon_dup() 3127 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in cfg80211_beacon_dup() 916 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) ieee80211_set_ftm_responder_params() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | cfg.c | 1041 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() 1068 new->civicloc = pos; in ieee80211_set_ftm_responder_params() 1069 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params() 1240 params->civicloc, in ieee80211_assign_beacon() 3560 if (beacon->civicloc) { in cfg80211_beacon_dup() 3562 new_beacon->civicloc = pos; in cfg80211_beacon_dup() 3563 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in cfg80211_beacon_dup() 1038 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
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1056 * @civicloc: Measurement Report element content, starting with Measurement 1068 const u8 *civicloc; member 3359 * @civicloc: civic location data (may be %NULL) 3387 const u8 *civicloc; member
|
H A D | mac80211.h | 487 * @civicloc: CIVIC location subelement content 493 const u8 *civicloc; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1235 * @civicloc: Measurement Report element content, starting with Measurement 1252 const u8 *civicloc; member 3771 * @civicloc: civic location data (may be %NULL) 3799 const u8 *civicloc; member
|
H A D | mac80211.h | 508 * @civicloc: CIVIC location subelement content 514 const u8 *civicloc; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 3680 result->civicloc = nla_data(tb[NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC]); in mac80211_hwsim_parse_ftm_result()
|