Searched refs:pstrWFIDrv (Results 1 – 2 of 2) sorted by relevance
133 struct host_if_drv *pstrWFIDrv; in dev_state_ev_handler() local160 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in dev_state_ev_handler()162 if (nic == NULL || pstrWFIDrv == NULL) { in dev_state_ev_handler()177 pstrWFIDrv->IFC_UP = 1; in dev_state_ev_handler()184 host_int_set_power_mgmt(pstrWFIDrv, 1, 0); in dev_state_ev_handler()190 host_int_setup_ipaddress(pstrWFIDrv, pIP_Add_buff, nic->u8IfIdx); in dev_state_ev_handler()199 pstrWFIDrv->IFC_UP = 0; in dev_state_ev_handler()204 host_int_set_power_mgmt(pstrWFIDrv, 0, 0); in dev_state_ev_handler()206 resolve_disconnect_aberration(pstrWFIDrv); in dev_state_ev_handler()213 host_int_setup_ipaddress(pstrWFIDrv, pIP_Add_buff, nic->u8IfIdx); in dev_state_ev_handler()[all …]
537 struct host_if_drv *pstrWFIDrv; in CfgConnectResult() local548 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in CfgConnectResult()567 if (!pstrWFIDrv->u8P2PConnect) in CfgConnectResult()626 if (!pstrWFIDrv->u8P2PConnect) in CfgConnectResult()630 if ((pstrWFIDrv->IFC_UP) && (dev == wl->vif[1].ndev)) { in CfgConnectResult()635 else if ((!pstrWFIDrv->IFC_UP) && (dev == wl->vif[1].ndev)) { in CfgConnectResult()794 struct host_if_drv *pstrWFIDrv; in connect() local800 pstrWFIDrv = (struct host_if_drv *)(priv->hWILCWFIDrv); in connect()807 pstrWFIDrv->u8P2PConnect = 1; in connect()809 pstrWFIDrv->u8P2PConnect = 0; in connect()[all …]