| 2766 | } |
| 2767 | |
| 2768 | static void |
| 2769 | printwmeinfo(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) |
| 2770 | { |
| 2771 | printf("%s", tag); |
| 2772 | if (verbose) { |
| 2773 | const struct ieee80211_wme_info *wme = |
| 2774 | (const struct ieee80211_wme_info *) ie; |
| 2775 | printf("<version 0x%x info 0x%x>", |
| 2776 | wme->wme_version, wme->wme_info); |
| 2777 | } |
| 2778 | } |
| 2779 | |
| 2780 | static void |
| 2781 | printvhtcap(const char *tag, const u_int8_t *ie, size_t ielen, int maxlen) |