Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8712/
Drtl871x_ioctl_set.c243 enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = in r8712_set_802_11_infrastructure_mode() local
246 if (*pold_state != networktype) { in r8712_set_802_11_infrastructure_mode()
249 (*pold_state == Ndis802_11IBSS)) in r8712_set_802_11_infrastructure_mode()
255 (*pold_state == Ndis802_11Infrastructure) || in r8712_set_802_11_infrastructure_mode()
256 (*pold_state == Ndis802_11IBSS)) { in r8712_set_802_11_infrastructure_mode()
263 *pold_state = networktype; in r8712_set_802_11_infrastructure_mode()
/Linux-v4.19/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) || (*pold_state == Ndis802_11IBSS)) { in rtw_set_802_11_infrastructure_mode()
347 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_ioctl_set.c421 enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = &(cur_network->network.InfrastructureMode); in rtw_set_802_11_infrastructure_mode() local
425 *pold_state, networktype, get_fwstate(pmlmepriv))); in rtw_set_802_11_infrastructure_mode()
427 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()
431 if (*pold_state == Ndis802_11APMode) { in rtw_set_802_11_infrastructure_mode()
440 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || (*pold_state == Ndis802_11IBSS)) in rtw_set_802_11_infrastructure_mode()
447 if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) { in rtw_set_802_11_infrastructure_mode()
453 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()