Searched defs:wiphy_info_data (Results 1 – 1 of 1) sorted by relevance
62 struct wiphy_info_data { struct63 struct wpa_driver_nl80211_data *drv;64 struct wpa_driver_capa *capa;66 unsigned int num_multichan_concurrent;68 unsigned int error:1;69 unsigned int device_ap_sme:1;70 unsigned int poll_command_supported:1;71 unsigned int data_tx_status:1;72 unsigned int auth_supported:1;73 unsigned int connect_supported:1;[all …]