Home
last modified time | relevance | path

Searched refs:bIsHTSupported (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.h328 bool bIsHTSupported; member
Dwilc_wfi_cfgoperations.c3011 strStaParams.bIsHTSupported = false; in add_station()
3013 strStaParams.bIsHTSupported = true; in add_station()
3025 PRINT_D(HOSTAPD_DBG, "IS HT supported = %d\n", strStaParams.bIsHTSupported); in add_station()
3122 strStaParams.bIsHTSupported = false; in change_station()
3124 strStaParams.bIsHTSupported = true; in change_station()
3137 PRINT_D(HOSTAPD_DBG, "IS HT supported = %d\n", strStaParams.bIsHTSupported); in change_station()
Dhost_interface.c2314 *pu8CurrByte++ = pstrStationParam->bIsHTSupported; in WILC_HostIf_PackStaParam()