Searched defs:wiphy_info_data (Results 1 – 1 of 1) sorted by relevance
59 struct wiphy_info_data { struct60 struct wpa_driver_nl80211_data *drv;61 struct wpa_driver_capa *capa;63 unsigned int num_multichan_concurrent;65 unsigned int error:1;66 unsigned int device_ap_sme:1;67 unsigned int poll_command_supported:1;68 unsigned int data_tx_status:1;69 unsigned int auth_supported:1;70 unsigned int connect_supported:1;[all …]