Searched defs:wlan_network (Results 1 – 3 of 3) sorted by relevance
202 struct wlan_network { struct203 struct list_head list;204 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */205 int fixed; /* set fixed when not to be removed208 unsigned long last_scanned; /* timestamp for the network */209 int aid; /* will only be valid when a BSS is joinned. */210 int join_res;211 struct wlan_bssid_ex network; /* must be the last item */212 struct wlan_bcn_info BcnInfo;
194 struct wlan_network { struct195 struct list_head list;196 int network_type; /*refer to ieee80211.h for WIRELESS_11A/B/G */197 int fixed; /* set to fixed when not to be removed asi200 unsigned int last_scanned; /*timestamp for the network */201 int aid; /*will only be valid when a BSS is joined. */202 int join_res;203 struct wlan_bssid_ex network; /*must be the last item */
231 struct wlan_network { struct232 struct list_head list;233 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */234 int fixed; /* set to fixed when not to be removed as site-surveying */235 unsigned long last_scanned; /* timestamp for the network */236 int aid; /* will only be valid when a BSS is joinned. */237 int join_res;238 struct wlan_bssid_ex network; /* must be the last item */239 struct wlan_bcn_info BcnInfo;