Searched refs:isHT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcfunc.h283 u16_t zfComputeBssInfoWeightValue(zdev_t *dev, u8_t isBMode, u8_t isHT, u8_t isHT40, u8_t signalStrength);
H A Dcmmsta.c5442 u16_t zfComputeBssInfoWeightValue(zdev_t *dev, u8_t isBMode, u8_t isHT, u8_t isHT40, u8_t signalStrength) argument
5456 if( isHT == 0 && isHT40 == 0 )
5463 else if( isHT == 1 && isHT40 == 0 )
5470 else // isHT == 1 && isHT40 == 1

Completed in 100 milliseconds