/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 271 static int is_same_network(struct wlan_bssid_ex *src, in is_same_network() function 325 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network() 357 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network() 387 if (is_same_network(&pnetwork->network, target)) in update_scanned_network() 1143 if (is_same_network(&pmlmepriv-> in r8712_select_and_join_from_scan()
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_mlme.h | 356 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst);
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme.c | 306 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst) in is_same_network() function 357 …if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_net… in update_network() 390 (is_same_network(&(pmlmepriv->cur_network.network), pnetwork))) { in update_current_network() 416 if (is_same_network(&(pnetwork->network), target)) in rtw_update_scanned_network()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 439 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature) in is_same_network() function 476 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network() 541 …if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_net… in update_network() 592 …if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) && (is_same_network(&(pmlmepriv->cur_network.ne… in update_current_network() 634 if (is_same_network(&(pnetwork->network), target, feature)) { in rtw_update_scanned_network()
|
D | rtw_debug.c | 462 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { in proc_get_survey_info()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 2248 static inline int is_same_network(struct ieee80211_network *src, in is_same_network() function 2502 if (is_same_network(&ieee->current_network, network, ieee)) { in ieee80211_process_probe_response() 2521 if (is_same_network(target, network, ieee)) in ieee80211_process_probe_response() 2590 if (is_beacon(beacon->header.frame_ctl)&&is_same_network(&ieee->current_network, network, ieee)&&\ in ieee80211_process_probe_response()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 659 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature);
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 2410 static inline int is_same_network(struct rtllib_network *src, in is_same_network() function 2643 if (is_same_network(&ieee->current_network, network, in rtllib_process_probe_response() 2660 if (is_same_network(target, network, in rtllib_process_probe_response() 2722 is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
|
/Linux-v4.19/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 1446 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()
|
/Linux-v4.19/drivers/staging/rtl8188eu/os_dep/ |
D | ioctl_linux.c | 300 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network)) { in translate_scan()
|
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/ |
D | ioctl_cfg80211.c | 337 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { in rtw_cfg80211_inform_bss()
|
D | ioctl_linux.c | 330 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { in translate_scan()
|