Home
last modified time | relevance | path

Searched refs:ft_byte (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dcfg80211.h7888 u8 *ft_byte; in wiphy_ext_feature_set() local
7890 ft_byte = &wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_set()
7891 *ft_byte |= BIT(ftidx % 8); in wiphy_ext_feature_set()
7907 u8 ft_byte; in wiphy_ext_feature_isset() local
7909 ft_byte = wiphy->ext_features[ftidx / 8]; in wiphy_ext_feature_isset()
7910 return (ft_byte & BIT(ftidx % 8)) != 0; in wiphy_ext_feature_isset()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfg80211.c10723 u8* ft_byte; in wl_features_set() local
10728 ft_byte = &array[ftidx / 8u]; in wl_features_set()
10729 *ft_byte |= BIT(ftidx % 8u); in wl_features_set()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfg80211.c10644 u8* ft_byte; in wl_features_set() local
10649 ft_byte = &array[ftidx / 8u]; in wl_features_set()
10650 *ft_byte |= BIT(ftidx % 8u); in wl_features_set()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_cfg80211.c13739 u8* ft_byte; local
13744 ft_byte = &array[ftidx / 8u];
13745 *ft_byte |= BIT(ftidx % 8u);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_cfg80211.c13737 u8* ft_byte; local
13742 ft_byte = &array[ftidx / 8u];
13743 *ft_byte |= BIT(ftidx % 8u);
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_cfg80211.c13628 u8* ft_byte; local
13633 ft_byte = &array[ftidx / 8u];
13634 *ft_byte |= BIT(ftidx % 8u);