Searched refs:iftype_num (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/net/wireless/ |
H A D | util.c | 1512 const int iftype_num[NUM_NL80211_IFTYPES], cfg80211_iter_combinations() 1532 num_interfaces += iftype_num[iftype]; cfg80211_iter_combinations() 1533 if (iftype_num[iftype] > 0 && cfg80211_iter_combinations() 1562 if (limits[j].max < iftype_num[iftype]) cfg80211_iter_combinations() 1564 limits[j].max -= iftype_num[iftype]; cfg80211_iter_combinations() 1607 const int iftype_num[NUM_NL80211_IFTYPES]) cfg80211_check_combinations() 1612 radar_detect, iftype_num, cfg80211_check_combinations() 1509 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) cfg80211_iter_combinations() argument 1604 cfg80211_check_combinations(struct wiphy *wiphy, const int num_different_channels, const u8 radar_detect, const int iftype_num[NUM_NL80211_IFTYPES]) cfg80211_check_combinations() argument
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | cfg80211.c | 393 int iftype_num[NUM_NL80211_IFTYPES]; brcmf_vif_change_validate() local 396 memset(&iftype_num[0], 0, sizeof(iftype_num)); brcmf_vif_change_validate() 399 iftype_num[new_type]++; brcmf_vif_change_validate() 401 iftype_num[pos->wdev.iftype]++; brcmf_vif_change_validate() 403 return cfg80211_check_combinations(cfg->wiphy, 1, 0, iftype_num); brcmf_vif_change_validate() 409 int iftype_num[NUM_NL80211_IFTYPES]; brcmf_vif_add_validate() local 412 memset(&iftype_num[0], 0, sizeof(iftype_num)); brcmf_vif_add_validate() 414 iftype_num[pos->wdev.iftype]++; brcmf_vif_add_validate() 416 iftype_num[new_type]++; brcmf_vif_add_validate() 417 return cfg80211_check_combinations(cfg->wiphy, 1, 0, iftype_num); brcmf_vif_add_validate()
|
/linux-4.4.14/include/net/ |
H A D | cfg80211.h | 5223 * @iftype_num: array with the numbers of interfaces of each interface 5234 const int iftype_num[NUM_NL80211_IFTYPES]); 5245 * @iftype_num: array with the numbers of interfaces of each interface 5258 const int iftype_num[NUM_NL80211_IFTYPES],
|
Completed in 177 milliseconds