Searched refs:host_if_drv (Results 1 – 5 of 5) sorted by relevance
/drivers/staging/wilc1000/ |
D | host_interface.h | 294 struct host_if_drv { struct 357 s32 host_int_remove_key(struct host_if_drv *hWFIDrv, const u8 *pu8StaAddress); 372 int host_int_remove_wep_key(struct host_if_drv *wfi_drv, u8 index); 385 int host_int_set_wep_default_key(struct host_if_drv *hif_drv, u8 index); 406 int host_int_add_wep_key_bss_sta(struct host_if_drv *hif_drv, 422 int host_int_add_wep_key_bss_ap(struct host_if_drv *hif_drv, 442 s32 host_int_add_ptk(struct host_if_drv *hWFIDrv, const u8 *pu8Ptk, u8 u8PtkKeylen, 457 s32 host_int_get_inactive_time(struct host_if_drv *hWFIDrv, const u8 *mac, u32 *pu32InactiveTime); 475 s32 host_int_add_rx_gtk(struct host_if_drv *hWFIDrv, const u8 *pu8RxGtk, u8 u8GtkKeylen, 496 s32 host_int_add_tx_gtk(struct host_if_drv *hWFIDrv, u8 u8KeyLen, u8 *pu8TxGtk, u8 u8KeyIdx); [all …]
|
D | host_interface.c | 202 struct host_if_drv *drv; 234 static struct host_if_drv *wfidrv_list[NUM_CONCURRENT_IFC + 1]; 235 struct host_if_drv *terminated_handle; 267 static struct host_if_drv *join_req_drv; 277 static int add_handler_in_list(struct host_if_drv *handler) in add_handler_in_list() 291 static int remove_handler_in_list(struct host_if_drv *handler) in remove_handler_in_list() 305 static int get_id_from_handler(struct host_if_drv *handler) in get_id_from_handler() 320 static struct host_if_drv *get_handler_from_id(int id) in get_handler_from_id() 327 static s32 Handle_SetChannel(struct host_if_drv *hif_drv, in Handle_SetChannel() 351 static s32 Handle_SetWfiDrvHandler(struct host_if_drv *hif_drv, in Handle_SetWfiDrvHandler() [all …]
|
D | wilc_wfi_netdevice.h | 124 struct host_if_drv *hWILCWFIDrv; 154 struct host_if_drv *hif_drv;
|
D | linux_wlan.c | 133 struct host_if_drv *pstrWFIDrv; in dev_state_ev_handler() 160 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in dev_state_ev_handler() 639 struct host_if_drv *pstrWFIDrv; in linux_wlan_init_test_config() 645 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in linux_wlan_init_test_config() 1297 struct host_if_drv *pstrWFIDrv; in wilc_set_multicast_list() 1301 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in wilc_set_multicast_list() 1432 struct host_if_drv *pstrWFIDrv; in mac_close() 1450 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in mac_close()
|
D | wilc_wfi_cfgoperations.c | 537 struct host_if_drv *pstrWFIDrv; in CfgConnectResult() 548 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in CfgConnectResult() 794 struct host_if_drv *pstrWFIDrv; in connect() 800 pstrWFIDrv = (struct host_if_drv *)(priv->hWILCWFIDrv); in connect() 1036 struct host_if_drv *pstrWFIDrv; in disconnect() 1043 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in disconnect() 1919 struct host_if_drv *pstrWFIDrv; in WILC_WFI_p2p_rx() 1924 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in WILC_WFI_p2p_rx() 2204 struct host_if_drv *pstrWFIDrv; in mgmt_tx() 2211 pstrWFIDrv = (struct host_if_drv *)priv->hWILCWFIDrv; in mgmt_tx() [all …]
|