Searched refs:common_info (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11_eht.c | 1078 struct eht_ml_basic_common_info *common_info; in hostapd_process_ml_assoc_req_addr() local 1131 common_info = (struct eht_ml_basic_common_info *) ml->variable; in hostapd_process_ml_assoc_req_addr() 1134 if (common_info->len != common_info_len) { in hostapd_process_ml_assoc_req_addr() 1136 "MLD: Invalid common info len=%u", common_info->len); in hostapd_process_ml_assoc_req_addr() 1141 os_memcpy(mld_addr, common_info->mld_addr, ETH_ALEN); in hostapd_process_ml_assoc_req_addr() 1156 const struct eht_ml_basic_common_info *common_info; in hostapd_process_ml_assoc_req() local 1219 common_info = (const struct eht_ml_basic_common_info *) ml->variable; in hostapd_process_ml_assoc_req() 1222 if (common_info->len != common_info_len) { in hostapd_process_ml_assoc_req() 1225 common_info->len, common_info_len); in hostapd_process_ml_assoc_req() 1229 pos = common_info->variable; in hostapd_process_ml_assoc_req() [all …]
|
H A D | sta_info.h | 82 } common_info; member
|
H A D | wnm_ap.c | 1046 MAC2STR(sta->mld_info.common_info.mld_addr)); in wnm_send_bss_tm_req()
|
H A D | drv_callbacks.c | 368 os_memcpy(info->common_info.mld_addr, addr, ETH_ALEN); in hostapd_notif_assoc() 2341 os_memcpy(info->common_info.mld_addr, peer, ETH_ALEN); in hostapd_notif_update_dh_ie()
|
H A D | wpa_auth.c | 7209 os_memcpy(sm->peer_mld_addr, info->common_info.mld_addr, ETH_ALEN);
|
H A D | ieee802_11.c | 3171 os_memcpy(sta->mld_info.common_info.mld_addr, sa, in handle_auth()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | events.c | 3785 struct eht_ml_basic_common_info *common_info; in wpas_ml_parse_assoc() local 3847 common_info = (struct eht_ml_basic_common_info *) ml->variable; in wpas_ml_parse_assoc() 3848 if (common_info->len != expected_common_info_len) { in wpas_ml_parse_assoc() 3851 common_info->len, expected_common_info_len); in wpas_ml_parse_assoc() 3856 MAC2STR(common_info->mld_addr)); in wpas_ml_parse_assoc() 3858 if (!ether_addr_equal(wpa_s->ap_mld_addr, common_info->mld_addr)) { in wpas_ml_parse_assoc() 3864 pos = common_info->variable; in wpas_ml_parse_assoc() 3893 pos = ((u8 *) common_info) + common_info->len; in wpas_ml_parse_assoc() 3894 ml_len -= sizeof(*ml) + common_info->len; in wpas_ml_parse_assoc()
|
/freebsd/sys/dev/ciss/ |
H A D | cissreg.h | 141 } __packed common_info; member
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | ieee80211.h | 665 __le64 common_info; /* 8+ really */ member
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | core.c | 1831 type = le64_get_bits(tf->common_info, IEEE80211_TRIGGER_TYPE_MASK); in rtw89_stats_trigger_frame() 1841 tf_bw = le64_get_bits(tf->common_info, IEEE80211_TRIGGER_ULBW_MASK); in rtw89_stats_trigger_frame()
|