Searched refs:civicloc_len (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/ |
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 + 2; in iwl_mvm_ftm_responder_dyn_cfg_v3()
|
D | ftm-initiator.c | 884 res->ftm.civicloc_len = entry->civic_len; in iwl_mvm_ftm_get_lci_civic()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | cfg.c | 916 const u8 *civicloc, size_t civicloc_len) in ieee80211_set_ftm_responder_params() argument 923 if (!lci_len && !civicloc_len) in ieee80211_set_ftm_responder_params() 928 len = lci_len + civicloc_len; in ieee80211_set_ftm_responder_params() 942 if (civicloc_len) { in ieee80211_set_ftm_responder_params() 943 new->civicloc_len = civicloc_len; in ieee80211_set_ftm_responder_params() 945 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params() 946 pos += civicloc_len; in ieee80211_set_ftm_responder_params() 1036 params->civicloc_len); in ieee80211_assign_beacon() 3069 beacon->probe_resp_len + beacon->lci_len + beacon->civicloc_len; in cfg80211_beacon_dup() 3122 new_beacon->civicloc_len = beacon->civicloc_len; in cfg80211_beacon_dup() [all …]
|
/kernel/linux/linux-5.10/net/wireless/ |
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()
|
D | nl80211.c | 4869 bcn->civicloc_len = nla_len(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
|
/kernel/linux/linux-5.10/include/net/ |
D | cfg80211.h | 1074 size_t civicloc_len; member 3386 unsigned int civicloc_len; member
|
D | mac80211.h | 495 size_t civicloc_len; member
|