Searched refs:civicloc (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | ftm-responder.c | 205 memcpy(pos + 2, params->civicloc, params->civicloc_len); in iwl_mvm_ftm_responder_dyn_cfg_v2() 247 memcpy(cmd.civic_buf + 2, params->civicloc, in iwl_mvm_ftm_responder_dyn_cfg_v3()
|
D | ftm-initiator.c | 983 res->ftm.civicloc = entry->buf + entry->lci_len; in iwl_mvm_ftm_get_lci_civic()
|
/Linux-v6.1/net/wireless/ |
D | pmsr.c | 469 if (res->ftm.civicloc && res->ftm.civicloc_len && in nl80211_pmsr_send_ftm_res() 471 res->ftm.civicloc_len, res->ftm.civicloc)) in nl80211_pmsr_send_ftm_res()
|
D | nl80211.c | 5493 bcn->civicloc = nla_data(tb[NL80211_FTM_RESP_ATTR_CIVICLOC]); in nl80211_parse_beacon()
|
/Linux-v6.1/net/mac80211/ |
D | cfg.c | 1031 const u8 *civicloc, size_t civicloc_len, in ieee80211_set_ftm_responder_params() argument 1058 new->civicloc = pos; in ieee80211_set_ftm_responder_params() 1059 memcpy(pos, civicloc, civicloc_len); in ieee80211_set_ftm_responder_params() 1194 params->civicloc, in ieee80211_assign_beacon() 3406 if (beacon->civicloc) { in cfg80211_beacon_dup() 3408 new_beacon->civicloc = pos; in cfg80211_beacon_dup() 3409 memcpy(pos, beacon->civicloc, beacon->civicloc_len); in cfg80211_beacon_dup()
|
/Linux-v6.1/include/net/ |
D | cfg80211.h | 1216 const u8 *civicloc; member 3697 const u8 *civicloc; member
|
D | mac80211.h | 512 const u8 *civicloc; member
|