Home
last modified time | relevance | path

Searched defs:wlan_network (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/staging/rtl8723bs/include/
A Dwlan_bssdef.h177 struct wlan_network { struct
178 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;
/linux/drivers/staging/rtl8712/
A Dwlan_bssdef.h182 struct wlan_network { struct
183 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 asi
188 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 */
/linux/drivers/staging/r8188eu/include/
A Dwlan_bssdef.h255 struct wlan_network { struct
256 struct list_head list;
257 int network_type; /* refer to ieee80211.h for WIRELESS_11B/G */
258 int fixed; /* set fixed when not to be removed
260 unsigned long last_scanned; /* timestamp for the network */
261 int aid; /* will only be valid when a BSS is joinned. */
262 int join_res;
263 struct wlan_bssid_ex network; /* must be the last item */
264 struct wlan_bcn_info BcnInfo;

Completed in 8 milliseconds