Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_ioctl_set.c247 enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = in r8712_set_802_11_infrastructure_mode() local
250 if (*pold_state != networktype) { in r8712_set_802_11_infrastructure_mode()
253 (*pold_state == Ndis802_11IBSS)) in r8712_set_802_11_infrastructure_mode()
259 (*pold_state == Ndis802_11Infrastructure) || in r8712_set_802_11_infrastructure_mode()
260 (*pold_state == Ndis802_11IBSS)) { in r8712_set_802_11_infrastructure_mode()
266 *pold_state = networktype; in r8712_set_802_11_infrastructure_mode()
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_ioctl_set.c341 enum ndis_802_11_network_infra *pold_state = &(cur_network->network.InfrastructureMode); in rtw_set_802_11_infrastructure_mode() local
346 *pold_state, networktype, get_fwstate(pmlmepriv))); in rtw_set_802_11_infrastructure_mode()
348 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()
354 if (*pold_state == Ndis802_11APMode) { in rtw_set_802_11_infrastructure_mode()
364 (*pold_state == Ndis802_11IBSS)) in rtw_set_802_11_infrastructure_mode()
371 if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) { in rtw_set_802_11_infrastructure_mode()
376 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()