Searched defs:wlan_network (Results 1 – 3 of 3) sorted by relevance
96 struct wlan_network { struct97 struct list_head list;98 int network_type; /* refer to ieee80211.h for 11A/B/G */100 int fixed;101 unsigned long last_scanned; /* timestamp for the network */102 int join_res;103 struct wlan_bssid_ex network; /* must be the last item */104 struct wlan_bcn_info BcnInfo;
193 struct wlan_network { struct194 struct list_head list;195 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */196 int fixed; /* set to fixed when not to be removed asi198 unsigned int last_scanned; /*timestamp for the network */199 int aid; /*will only be valid when a BSS is joined. */200 int join_res;201 struct wlan_bssid_ex network; /*must be the last item */
265 struct wlan_network { struct266 struct list_head list;267 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */268 int fixed; /* set fixed when not to be removed270 unsigned long last_scanned; /* timestamp for the network */271 int aid; /* will only be valid when a BSS is joinned. */272 int join_res;273 struct wlan_bssid_ex network; /* must be the last item */274 struct wlan_bcn_info BcnInfo;