Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/wilc1000/
Dlinux_wlan.c133 struct host_if_drv *pstrWFIDrv; in dev_state_ev_handler() local
160 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 …]
Dwilc_wfi_cfgoperations.c537 struct host_if_drv *pstrWFIDrv; in CfgConnectResult() local
548 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() local
800 pstrWFIDrv = (struct host_if_drv *)(priv->hWILCWFIDrv); in connect()
807 pstrWFIDrv->u8P2PConnect = 1; in connect()
809 pstrWFIDrv->u8P2PConnect = 0; in connect()
[all …]