Searched refs:supp_feature_set (Results 1 – 2 of 2) sorted by relevance
561 t_u32 supp_feature_set = 0; in woal_cfg80211_subcmd_get_supp_feature_set() local564 supp_feature_set = WIFI_FEATURE_INFRA in woal_cfg80211_subcmd_get_supp_feature_set()570 reply_len = sizeof(supp_feature_set); in woal_cfg80211_subcmd_get_supp_feature_set()578 nla_put_u32(skb, ATTR_FEATURE_SET, supp_feature_set); in woal_cfg80211_subcmd_get_supp_feature_set()
780 t_u32 supp_feature_set = 0; in woal_cfg80211_subcmd_get_supp_feature_set() local783 supp_feature_set = WLAN_FEATURE_INFRA in woal_cfg80211_subcmd_get_supp_feature_set()801 supp_feature_set |= WLAN_FEATURE_INFRA_5G; in woal_cfg80211_subcmd_get_supp_feature_set()803 supp_feature_set |= WLAN_FEATURE_CONTROL_ROAMING; in woal_cfg80211_subcmd_get_supp_feature_set()807 reply_len = sizeof(supp_feature_set); in woal_cfg80211_subcmd_get_supp_feature_set()815 if (nla_put_u32(skb, ATTR_FEATURE_SET, supp_feature_set)) { in woal_cfg80211_subcmd_get_supp_feature_set()901 t_u32 supp_feature_set = 0; in woal_cfg80211_subcmd_get_wifi_logger_supp_feature_set() local905 supp_feature_set = WIFI_LOGGER_CONNECT_EVENT_SUPPORTED; in woal_cfg80211_subcmd_get_wifi_logger_supp_feature_set()906 reply_len = sizeof(supp_feature_set); in woal_cfg80211_subcmd_get_wifi_logger_supp_feature_set()914 if (nla_put_u32(skb, ATTR_WIFI_LOGGER_FEATURE_SET, supp_feature_set)) { in woal_cfg80211_subcmd_get_wifi_logger_supp_feature_set()