HomeSort by: relevance | last modified time | path
    Searched defs:nstr_bitmap_len (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
sta_info.h 86 u8 nstr_bitmap_len:2; member in struct:mld_info::mld_link_info
  /src/external/bsd/wpa/dist/wpa_supplicant/
events.c 3898 u8 nstr_bitmap_len = 0; local
3975 nstr_bitmap_len = 2;
3977 nstr_bitmap_len = 1;
3986 sta_info_len = 1 + ETH_ALEN + 8 + 2 + 2 + 1 + nstr_bitmap_len;
3999 MAC2STR(pos + 1), nstr_bitmap_len);

Completed in 18 milliseconds