Searched refs:pu16WID_Value (Results 1 – 2 of 2) sorted by relevance
3947 s32 hif_get_cfg(struct host_if_drv *hif_drv, u16 u16WID, u16 *pu16WID_Value) in hif_get_cfg() argument3960 *pu16WID_Value = (u16)hif_drv->strCfgValues.bss_type; in hif_get_cfg()3964 *pu16WID_Value = (u16)hif_drv->strCfgValues.auth_type; in hif_get_cfg()3968 *pu16WID_Value = hif_drv->strCfgValues.auth_timeout; in hif_get_cfg()3972 *pu16WID_Value = (u16)hif_drv->strCfgValues.power_mgmt_mode; in hif_get_cfg()3976 *pu16WID_Value = hif_drv->strCfgValues.short_retry_limit; in hif_get_cfg()3980 *pu16WID_Value = hif_drv->strCfgValues.long_retry_limit; in hif_get_cfg()3984 *pu16WID_Value = hif_drv->strCfgValues.frag_threshold; in hif_get_cfg()3988 *pu16WID_Value = hif_drv->strCfgValues.rts_threshold; in hif_get_cfg()3992 *pu16WID_Value = (u16)hif_drv->strCfgValues.preamble_type; in hif_get_cfg()[all …]
868 s32 hif_get_cfg(struct host_if_drv *hWFIDrv, u16 u16WID, u16 *pu16WID_Value);