Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/include/
Dwlan_bssdef.h96 struct wlan_network { struct
97 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;
/linux-4.4.14/drivers/staging/rtl8712/
Dwlan_bssdef.h193 struct wlan_network { struct
194 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 asi
198 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 */
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Dwlan_bssdef.h265 struct wlan_network { struct
266 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 removed
270 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;