Home
last modified time | relevance | path

Searched defs:wpa_supp_event_supported_band (Results 1 – 1 of 1) sorted by relevance

/hostap-latest/src/drivers/
Ddriver_zephyr.h100 struct wpa_supp_event_supported_band { struct
101 unsigned short wpa_supp_n_channels;
102 unsigned short wpa_supp_n_bitrates;
105 struct wpa_supp_event_channel channels[WPA_SUPP_SBAND_MAX_CHANNELS];
106 struct wpa_supp_event_rate bitrates[WPA_SUPP_SBAND_MAX_RATES];
107 struct wpa_supp_event_sta_ht_cap ht_cap;
108 struct wpa_supp_event_sta_vht_cap vht_cap;
109 struct wpa_supp_event_sta_he_cap he_cap;
110 signed char band;