Searched refs:pold_state (Results 1 – 3 of 3) sorted by relevance
292 enum ndis_802_11_network_infrastructure *pold_state = &(cur_network->network.infrastructure_mode); in rtw_set_802_11_infrastructure_mode() local294 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()295 if (*pold_state == Ndis802_11APMode) { in rtw_set_802_11_infrastructure_mode()304 if ((check_fwstate(pmlmepriv, _FW_LINKED) == true) || (*pold_state == Ndis802_11IBSS)) in rtw_set_802_11_infrastructure_mode()311 if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) { in rtw_set_802_11_infrastructure_mode()316 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()
231 enum NDIS_802_11_NETWORK_INFRASTRUCTURE *pold_state = in r8712_set_802_11_infrastructure_mode() local234 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()
278 enum ndis_802_11_network_infra *pold_state = &cur_network->network.InfrastructureMode; in rtw_set_802_11_infrastructure_mode() local280 if (*pold_state != networktype) { in rtw_set_802_11_infrastructure_mode()285 if (*pold_state == Ndis802_11APMode) { in rtw_set_802_11_infrastructure_mode()293 (*pold_state == Ndis802_11IBSS)) in rtw_set_802_11_infrastructure_mode()300 if ((*pold_state == Ndis802_11Infrastructure) || (*pold_state == Ndis802_11IBSS)) { in rtw_set_802_11_infrastructure_mode()305 *pold_state = networktype; in rtw_set_802_11_infrastructure_mode()
Completed in 7 milliseconds