Home
last modified time | relevance | path

Searched refs:pold_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8712/
Drtl871x_ioctl_set.c231 enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = in r8712_set_802_11_infrastructure_mode() local
234 if (*pold_state != networktype) { in r8712_set_802_11_infrastructure_mode()
237 (*pold_state == Ndis802_11IBSS)) in r8712_set_802_11_infrastructure_mode()
243 (*pold_state == Ndis802_11Infrastructure) || in r8712_set_802_11_infrastructure_mode()
244 (*pold_state == Ndis802_11IBSS)) { in r8712_set_802_11_infrastructure_mode()
251 *pold_state = networktype; in r8712_set_802_11_infrastructure_mode()
/Linux-v5.10/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c313 enum ndis_802_11_network_infra *pold_state = &cur_network->network.InfrastructureMode; in rtw_set_802_11_infrastructure_mode() local
317 *pold_state, networktype, get_fwstate(pmlmepriv))); in rtw_set_802_11_infrastructure_mode()
319 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()
325 if (*pold_state == Ndis802_11APMode) { in rtw_set_802_11_infrastructure_mode()
335 *pold_state == Ndis802_11IBSS) in rtw_set_802_11_infrastructure_mode()
342 if (*pold_state == Ndis802_11Infrastructure || in rtw_set_802_11_infrastructure_mode()
343 *pold_state == Ndis802_11IBSS) { in rtw_set_802_11_infrastructure_mode()
348 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()
/Linux-v5.10/drivers/staging/rtl8723bs/core/
Drtw_ioctl_set.c414 enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = &(cur_network->network.InfrastructureMode); in rtw_set_802_11_infrastructure_mode() local
418 *pold_state, networktype, get_fwstate(pmlmepriv))); in rtw_set_802_11_infrastructure_mode()
420 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()
424 if (*pold_state == Ndis802_11APMode) { in rtw_set_802_11_infrastructure_mode()
433 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || (*pold_state == Ndis802_11IBSS)) in rtw_set_802_11_infrastructure_mode()
440 if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) { in rtw_set_802_11_infrastructure_mode()
446 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()