Home
last modified time | relevance | path

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

/drivers/staging/rtl8712/
Drtl871x_mlme.c280 static int is_same_network(struct wlan_bssid_ex *src, in is_same_network() function
333 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network()
369 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network()
401 if (is_same_network(&pnetwork->network, target)) in update_scanned_network()
1156 if (is_same_network(&pmlmepriv-> in r8712_select_and_join_from_scan()
/drivers/staging/rtl8188eu/include/
Drtw_mlme.h585 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst);
/drivers/staging/rtl8188eu/core/
Drtw_mlme.c339 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst) in is_same_network() function
398 …if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_net… in update_network()
432 (is_same_network(&(pmlmepriv->cur_network.network), pnetwork))) { in update_current_network()
458 if (is_same_network(&(pnetwork->network), target)) in rtw_update_scanned_network()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211_rx.c2250 static inline int is_same_network(struct ieee80211_network *src, in is_same_network() function
2499 if (is_same_network(&ieee->current_network, &network, ieee)) { in ieee80211_process_probe_response()
2518 if (is_same_network(target, &network, ieee)) in ieee80211_process_probe_response()
2589 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.c2420 static inline int is_same_network(struct rtllib_network *src, in is_same_network() function
2653 if (is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
2670 if (is_same_network(target, network, in rtllib_process_probe_response()
2732 is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
/drivers/net/wireless/ipw2x00/
Dlibipw_rx.c1446 static inline int is_same_network(struct libipw_network *src, in is_same_network() function
1587 if (is_same_network(target, &network)) in libipw_process_probe_response()
/drivers/staging/rtl8188eu/os_dep/
Dioctl_linux.c310 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network)) { in translate_scan()