Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mlme.c234 static int is_same_network(struct wlan_bssid_ex *src, in is_same_network() function
288 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network()
320 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network()
350 if (is_same_network(&pnetwork->network, target)) in update_scanned_network()
1070 if (is_same_network(&pmlmepriv->cur_network.network, in r8712_select_and_join_from_scan()
/openbmc/linux/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c377 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature) in is_same_network() function
411 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network()
455 …if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_net… in update_network()
498 …if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) && (is_same_network(&(pmlmepriv->cur_network.ne… in update_current_network()
529 if (is_same_network(&(pnetwork->network), target, feature)) { in rtw_update_scanned_network()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h555 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature);
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c2070 static inline int is_same_network(struct ieee80211_network *src, in is_same_network() function
2310 if (is_same_network(&ieee->current_network, network, ieee)) { in ieee80211_process_probe_response()
2327 if (is_same_network(target, network, ieee)) in ieee80211_process_probe_response()
2396 …if (is_beacon(beacon->header.frame_ctl) && is_same_network(&ieee->current_network, network, ieee) … in ieee80211_process_probe_response()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib_rx.c2322 static inline int is_same_network(struct rtllib_network *src, in is_same_network() function
2553 if (is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
2570 if (is_same_network(target, network, in rtllib_process_probe_response()
2632 is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1418 static inline int is_same_network(struct libipw_network *src, in is_same_network() function
1559 if (is_same_network(target, &network)) in libipw_process_probe_response()
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c278 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { in rtw_cfg80211_inform_bss()