Home
last modified time | relevance | path

Searched refs:nstr_bitmap_len (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_eht.c1335 link_info->nstr_bitmap_len = 2; in hostapd_process_ml_assoc_req()
1337 link_info->nstr_bitmap_len = 1; in hostapd_process_ml_assoc_req()
1340 sta_info_len += link_info->nstr_bitmap_len; in hostapd_process_ml_assoc_req()
1363 if (link_info->nstr_bitmap_len) { in hostapd_process_ml_assoc_req()
1365 link_info->nstr_bitmap_len); in hostapd_process_ml_assoc_req()
1366 pos += link_info->nstr_bitmap_len; in hostapd_process_ml_assoc_req()
1367 ml_len -= link_info->nstr_bitmap_len; in hostapd_process_ml_assoc_req()
1385 link_info->nstr_bitmap_len); in hostapd_process_ml_assoc_req()
H A Dsta_info.h86 u8 nstr_bitmap_len:2; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c3898 u8 nstr_bitmap_len = 0; in wpas_ml_parse_assoc() local
3975 nstr_bitmap_len = 2; in wpas_ml_parse_assoc()
3977 nstr_bitmap_len = 1; in wpas_ml_parse_assoc()
3986 sta_info_len = 1 + ETH_ALEN + 8 + 2 + 2 + 1 + nstr_bitmap_len; in wpas_ml_parse_assoc()
3999 MAC2STR(pos + 1), nstr_bitmap_len); in wpas_ml_parse_assoc()