Searched defs:wlan_regulatory_psoc_priv_obj (Results 1 – 1 of 1) sorted by relevance
230 struct wlan_regulatory_psoc_priv_obj { struct231 struct mas_chan_params mas_chan_params[PSOC_MAX_PHY_REG_CAP];232 bool chan_list_recvd[PSOC_MAX_PHY_REG_CAP];233 bool offload_enabled;234 bool six_ghz_supported;235 bool five_dot_nine_ghz_supported;236 uint8_t num_phy;237 char cur_country[REG_ALPHA2_LEN + 1];238 char def_country[REG_ALPHA2_LEN + 1];239 uint16_t def_country_code;[all …]