Home
last modified time | relevance | path

Searched refs:is_same_network (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/rtl8712/
Drtl871x_mlme.c289 static int is_same_network(struct ndis_wlan_bssid_ex *src, in is_same_network() function
342 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network()
377 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network()
409 if (is_same_network(&pnetwork->network, target)) in update_scanned_network()
1162 if (is_same_network(&pmlmepriv-> in r8712_select_and_join_from_scan()
/drivers/staging/rtl8188eu/include/
Drtw_mlme.h584 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst);
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c338 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst) in is_same_network() function
397 …if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_net… in update_network()
431 (is_same_network(&(pmlmepriv->cur_network.network), pnetwork))) { in update_current_network()
457 if (is_same_network(&(pnetwork->network), target)) in rtw_update_scanned_network()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c2270 static inline int is_same_network(struct ieee80211_network *src, in is_same_network() function
2521 if(is_same_network(&ieee->current_network, &network, ieee)) { in ieee80211_process_probe_response()
2540 if (is_same_network(target, &network, ieee)) in ieee80211_process_probe_response()
2611 if (is_beacon(beacon->header.frame_ctl)&&is_same_network(&ieee->current_network, &network, ieee)&&\ in ieee80211_process_probe_response()
/drivers/staging/rtl8192e/
Drtllib_rx.c2352 static inline int is_same_network(struct rtllib_network *src, in is_same_network() function
2593 if (is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
2610 if (is_same_network(target, network, in rtllib_process_probe_response()
2678 is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1457 static inline int is_same_network(struct libipw_network *src, in is_same_network() function
1603 if (is_same_network(target, &network)) in libipw_process_probe_response()
/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c306 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network)) { in translate_scan()