Searched defs:libipw_device (Results 1 – 1 of 1) sorted by relevance
777 struct libipw_device { struct778 struct net_device *dev;779 struct wireless_dev wdev;780 struct libipw_security sec;783 struct libipw_stats ieee_stats;785 struct libipw_geo geo;786 struct ieee80211_supported_band bg_band;787 struct ieee80211_supported_band a_band;790 struct list_head network_free_list;791 struct list_head network_list;[all …]