Searched refs:bIsHTSupported (Results 1 – 3 of 3) sorted by relevance
328 bool bIsHTSupported; member
3011 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()
2314 *pu8CurrByte++ = pstrStationParam->bIsHTSupported; in WILC_HostIf_PackStaParam()