Searched refs:is_same_network (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/rtl8723bs/core/ |
| H A D | rtw_mlme.c | 349 int is_same_network(struct wlan_bssid_ex *src, struct wlan_bssid_ex *dst, u8 feature) in is_same_network() function 381 if (is_same_network(&network->network, &found->network, 0)) in _rtw_find_same_network() 423 …if (check_fwstate(&padapter->mlmepriv, _FW_LINKED) && is_same_network(&padapter->mlmepriv.cur_netw… in update_network() 465 …if (check_fwstate(pmlmepriv, _FW_LINKED) && (is_same_network(&pmlmepriv->cur_network.network, pnet… in update_current_network() 491 if (is_same_network(&pnetwork->network, target, feature)) { in rtw_update_scanned_network()
|
| /linux/drivers/net/wireless/intel/ipw2x00/ |
| H A D | libipw_rx.c | 1325 static inline int is_same_network(struct libipw_network *src, in is_same_network() function 1466 if (is_same_network(target, &network)) in libipw_process_probe_response()
|