/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | ftm-responder.c | 183 .civic_len = cpu_to_le32(params->civicloc_len + 2), in iwl_mvm_ftm_responder_dyn_cfg_v2() 197 u32 aligned_civicloc_len = ALIGN(params->civicloc_len + 2, 4); in iwl_mvm_ftm_responder_dyn_cfg_v2() 204 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2() 214 pos[1] = params->civicloc_len; 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() 244 params->civicloc_len + 2 > sizeof(cmd.civic_buf)) { in iwl_mvm_ftm_responder_dyn_cfg_v3() 247 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3() 257 cmd.civic_buf[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v3() 259 params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3() 260 cmd.civic_len = params->civicloc_len in iwl_mvm_ftm_responder_dyn_cfg_v3() [all...] |
H A D | ftm-initiator.c | 884 res->ftm.civicloc_len = entry->civic_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 | 175 .civic_len = cpu_to_le32(params->civicloc_len + 2), in iwl_mvm_ftm_responder_dyn_cfg_v2() 188 u32 aligned_civicloc_len = ALIGN(params->civicloc_len + 2, 4); in iwl_mvm_ftm_responder_dyn_cfg_v2() 195 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2() 205 pos[1] = params->civicloc_len; 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() 234 params->civicloc_len + 2 > sizeof(cmd.civic_buf)) { in iwl_mvm_ftm_responder_dyn_cfg_v3() 237 params->lci_len, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3() 247 cmd.civic_buf[1] = params->civicloc_len; in iwl_mvm_ftm_responder_dyn_cfg_v3() 249 params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v3() 250 cmd.civic_len = params->civicloc_len in iwl_mvm_ftm_responder_dyn_cfg_v3() [all...] |
H A D | ftm-initiator.c | 1020 res->ftm.civicloc_len = entry->civic_len; in iwl_mvm_ftm_get_lci_civic()
|
/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() 926 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params() 931 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params() 945 if (civicloc_len) { in ieee80211_set_ftm_responder_params() 946 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params() 948 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params() 949 pos += civicloc_len; in ieee80211_set_ftm_responder_params() 1039 params->civicloc_len); in ieee80211_assign_beacon() 3072 beacon->probe_resp_len + beacon->lci_len + 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 [all...] |
/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() 1048 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params() 1052 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params() 1066 if (civicloc_len) { in ieee80211_set_ftm_responder_params() 1067 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params() 1069 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params() 1070 pos += civicloc_len; in ieee80211_set_ftm_responder_params() 1241 params->civicloc_len, in ieee80211_assign_beacon() 3471 beacon->probe_resp_len + beacon->lci_len + 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 [all...] |
/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 | 4886 bcn->civicloc_len = nla_len(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 | 5588 bcn->civicloc_len = nla_len(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | cfg80211.h | 1059 * @civicloc_len: Civic location data length 1077 size_t civicloc_len; member 3357 * @civicloc_len: length of civic location information (if present) 3389 unsigned int civicloc_len; member
|
H A D | mac80211.h | 489 * @civicloc_len: Civic data length 495 size_t civicloc_len; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | cfg80211.h | 1238 * @civicloc_len: Civic location data length 1263 size_t civicloc_len; member 3769 * @civicloc_len: length of civic location information (if present) 3801 unsigned int civicloc_len; member
|
H A D | mac80211.h | 510 * @civicloc_len: Civic data length 516 size_t civicloc_len; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/virtual/ |
H A D | mac80211_hwsim.c | 3681 result->civicloc_len = nla_len(tb[NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC]); in mac80211_hwsim_parse_ftm_result()
|