Home
last modified time | relevance | path

Searched refs:is_same_network (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Drtl871x_mlme.c235 static int is_same_network(struct wlan_bssid_ex *src, in is_same_network() function
289 is_same_network(&(padapter->mlmepriv.cur_network.network), src)) { in update_network()
321 if (is_same_network(&(pmlmepriv->cur_network.network), pnetwork)) { in update_current_network()
351 if (is_same_network(&pnetwork->network, target)) in update_scanned_network()
1097 if (is_same_network(&pmlmepriv-> in r8712_select_and_join_from_scan()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/include/
H A Drtw_mlme.h352 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst);
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/core/
H A Drtw_mlme.c297 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst) in is_same_network() function
349 is_same_network(&padapter->mlmepriv.cur_network.network, src)) { in update_network()
382 is_same_network(&pmlmepriv->cur_network.network, pnetwork)) { in update_current_network()
408 if (is_same_network(&pnetwork->network, target)) in rtw_update_scanned_network()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_mlme.c408 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature) in is_same_network() function
444 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network()
508 if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&(padapter->mlmepriv.cur_network.network), src, 0)) { in update_network()
559 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) && (is_same_network(&(pmlmepriv->cur_network.network), pnetwork, 0))) { in update_current_network()
597 if (is_same_network(&(pnetwork->network), target, feature)) { in rtw_update_scanned_network()
/kernel/linux/linux-6.6/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_network.network), src, 0)) { in update_network()
498 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) && (is_same_network(&(pmlmepriv->cur_network.network), pnetwork, 0))) { in update_current_network()
529 if (is_same_network(&(pnetwork->network), target, feature)) { in rtw_update_scanned_network()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/
H A Drtw_mlme.h623 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature);
/kernel/linux/linux-6.6/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);
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_rx.c2133 static inline int is_same_network(struct ieee80211_network *src, in is_same_network() function
2373 if (is_same_network(&ieee->current_network, network, ieee)) { in ieee80211_process_probe_response()
2390 if (is_same_network(target, network, ieee)) in ieee80211_process_probe_response()
2459 if (is_beacon(beacon->header.frame_ctl) && is_same_network(&ieee->current_network, network, ieee) && \ in ieee80211_process_probe_response()
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
H A Drtllib_rx.c2400 static inline int is_same_network(struct rtllib_network *src, in is_same_network() function
2633 if (is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
2650 if (is_same_network(target, network, in rtllib_process_probe_response()
2712 is_same_network(&ieee->current_network, network, in rtllib_process_probe_response()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1440 static inline int is_same_network(struct libipw_network *src, in is_same_network() function
1581 if (is_same_network(target, &network)) in libipw_process_probe_response()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c309 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { in rtw_cfg80211_inform_bss()
H A Dioctl_linux.c325 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network, 0)) { in translate_scan()
/kernel/linux/linux-5.10/drivers/staging/rtl8188eu/os_dep/
H A Dioctl_linux.c297 is_same_network(&pmlmepriv->cur_network.network, &pnetwork->network)) { in translate_scan()

Completed in 54 milliseconds