HomeSort by relevance Sort by last modified time
    Searched refs:ft_byte (Results 1 - 2 of 2) sorted by null

  /external/iw/
info.c 69 unsigned char ft_byte; local
74 ft_byte = ext_features[ftidx / 8];
75 return (ft_byte & BIT(ftidx % 8)) != 0;
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c 341 u8 ft_byte; local
346 ft_byte = ext_features[ftidx / 8];
347 return (ft_byte & BIT(ftidx % 8)) != 0;
    [all...]

Completed in 37 milliseconds