Searched defs:wlan_network (Results 1 – 1 of 1) sorted by relevance
277 struct wlan_network { struct278 _list list;279 int network_type; /* refer to ieee80211.h for WIRELESS_11A/B/G */280 int fixed; /* set to fixed when not to be removed as site-surveying */281 systime last_scanned; /* timestamp for the network */282 systime last_non_hidden_ssid_ap;285 systime acnode_stime;286 systime acnode_notify_etime;289 int aid; /* will only be valid when a BSS is joinned. */290 int join_res;[all …]