Searched defs:num_different_channels (Results 1 - 2 of 2) sorted by relevance

/net/wireless/
H A Dutil.c1272 const int num_different_channels,
1309 if (num_different_channels > c->num_different_channels)
1367 const int num_different_channels,
1373 err = cfg80211_iter_combinations(wiphy, num_different_channels,
1398 int num_different_channels = 0; local
1433 num_different_channels++;
1436 num_different_channels++;
1480 num_different_channels++;
1484 num_different_channels
1271 cfg80211_iter_combinations(struct wiphy *wiphy, const int num_different_channels, const u8 radar_detect, const int iftype_num[NUM_NL80211_IFTYPES], void (*iter)(const struct ieee80211_iface_combination *c, void *data), void *data) argument
1366 cfg80211_check_combinations(struct wiphy *wiphy, const int num_different_channels, const u8 radar_detect, const int iftype_num[NUM_NL80211_IFTYPES]) argument
[all...]
/net/mac80211/
H A Dutil.c3002 int num_different_channels = 0; local
3015 num_different_channels = 1;
3037 num_different_channels++;
3044 num_different_channels++;
3065 num_different_channels,
3076 c->num_different_channels);
3084 int num_different_channels = 0; local
3095 num_different_channels++;
3104 num_different_channels, radar_detect,

Completed in 549 milliseconds