Searched defs:wlan_network (Results 1 – 5 of 5) sorted by relevance
177 struct wlan_network { struct178 struct list_head list;179 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */180 int fixed; /* set to fixed when not to be removed as site-surveying */181 unsigned long last_scanned; /* timestamp for the network */182 int aid; /* will only be valid when a BSS is joinned. */183 int join_res;184 struct wlan_bssid_ex network; /* must be the last item */185 struct wlan_bcn_info bcn_info;
199 struct wlan_network { struct200 struct list_head list;201 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */202 int fixed; /* set fixed when not to be removed205 unsigned long last_scanned; /* timestamp for the network */206 int aid; /* will only be valid when a BSS is joinned. */207 int join_res;208 struct wlan_bssid_ex network; /* must be the last item */209 struct wlan_bcn_info BcnInfo;
182 struct wlan_network { struct183 struct list_head list;184 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */185 int fixed; /* set to fixed when not to be removed asi188 unsigned int last_scanned; /*timestamp for the network */189 int aid; /*will only be valid when a BSS is joined. */190 int join_res;191 struct wlan_bssid_ex network; /*must be the last item */
228 struct wlan_network { struct229 struct list_head list;230 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */231 int fixed; /* set to fixed when not to be removed as site-surveying */232 unsigned long last_scanned; /* timestamp for the network */233 int aid; /* will only be valid when a BSS is joinned. */234 int join_res;235 struct wlan_bssid_ex network; /* must be the last item */236 struct wlan_bcn_info BcnInfo;