Searched refs:update_network (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl871x_mlme.c | 280 static void update_network(struct wlan_bssid_ex *dst, in update_network() function 321 update_network(&(pmlmepriv->cur_network.network), in update_current_network() 389 update_network(&pnetwork->network, target, adapter); in update_scanned_network()
|
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_mlme.c | 407 void update_network(struct wlan_bssid_ex *dst, struct wlan_bssid_ex *src, in update_network() function 457 update_network(&pmlmepriv->cur_network.network, pnetwork, adapter, true); in update_current_network() 554 update_network(&pnetwork->network, target, adapter, update_ie); in rtw_update_scanned_network()
|
D | rtw_mlme_ext.c | 647 update_network(&pmlmepriv->cur_network.network, pbss, padapter, true); in OnBeacon()
|
/linux-6.1.9/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_rx.c | 1430 static void update_network(struct libipw_network *dst, in update_network() function 1599 update_network(target, &network); in libipw_process_probe_response()
|
/linux-6.1.9/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_rx.c | 2125 static inline void update_network(struct ieee80211_network *dst, in update_network() function 2347 update_network(&ieee->current_network, network); in ieee80211_process_probe_response() 2426 update_network(target, network); in ieee80211_process_probe_response()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme.c | 452 void update_network(struct wlan_bssid_ex *dst, struct wlan_bssid_ex *src, in update_network() function 510 update_network(&(pmlmepriv->cur_network.network), pnetwork, adapter, true); in update_current_network() 617 update_network(&(pnetwork->network), target, adapter, update_ie); in rtw_update_scanned_network()
|
D | rtw_mlme_ext.c | 601 update_network(&(pmlmepriv->cur_network.network), pbss, padapter, true); in OnBeacon()
|
/linux-6.1.9/drivers/staging/r8188eu/include/ |
D | rtw_mlme_ext.h | 429 void update_network(struct wlan_bssid_ex *dst, struct wlan_bssid_ex *src,
|
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme_ext.h | 521 void update_network(struct wlan_bssid_ex *dst, struct wlan_bssid_ex *src, struct adapter *padapter,…
|
/linux-6.1.9/drivers/staging/rtl8192e/ |
D | rtllib_rx.c | 2397 static inline void update_network(struct rtllib_device *ieee, in update_network() function 2612 update_network(ieee, &ieee->current_network, network); in rtllib_process_probe_response() 2682 update_network(ieee, target, network); in rtllib_process_probe_response()
|