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.c1498 link_info->nstr_bitmap_len = 2; in hostapd_process_ml_assoc_req()
1500 link_info->nstr_bitmap_len = 1; in hostapd_process_ml_assoc_req()
1503 sta_info_len += link_info->nstr_bitmap_len; in hostapd_process_ml_assoc_req()
1529 if (link_info->nstr_bitmap_len) { in hostapd_process_ml_assoc_req()
1531 link_info->nstr_bitmap_len); in hostapd_process_ml_assoc_req()
1532 pos += link_info->nstr_bitmap_len; in hostapd_process_ml_assoc_req()
1545 link_info->nstr_bitmap_len); in hostapd_process_ml_assoc_req()
H A Dhostapd.h179 u8 nstr_bitmap_len:2; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c4416 u8 nstr_bitmap_len = 0; in wpas_ml_parse_assoc() local
4507 nstr_bitmap_len = 2; in wpas_ml_parse_assoc()
4509 nstr_bitmap_len = 1; in wpas_ml_parse_assoc()
4519 nstr_bitmap_len; in wpas_ml_parse_assoc()
4541 MAC2STR(pos + 1), nstr_bitmap_len); in wpas_ml_parse_assoc()