Searched refs:get_wiphy_idx (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/wireless/ |
H A D | core.h | 207 int get_wiphy_idx(struct wiphy *wiphy);
|
H A D | core.c | 73 int get_wiphy_idx(struct wiphy *wiphy) in get_wiphy_idx() function 937 request.wiphy_idx = get_wiphy_idx(wiphy); in wiphy_register()
|
H A D | reg.c | 3101 request.wiphy_idx = get_wiphy_idx(wiphy); in reg_process_self_managed_hints() 3243 request->wiphy_idx = get_wiphy_idx(wiphy); in regulatory_hint() 3299 request->wiphy_idx = get_wiphy_idx(wiphy); in regulatory_hint_country_ie()
|
H A D | nl80211.c | 7601 nla_put_u32(msg, NL80211_ATTR_WIPHY, get_wiphy_idx(wiphy))) in nl80211_get_reg_do() 7652 nla_put_u32(msg, NL80211_ATTR_WIPHY, get_wiphy_idx(wiphy))) in nl80211_send_regdom() 16369 if (nla_put_u32(msg, NL80211_ATTR_WIPHY, get_wiphy_idx(wiphy))) in nl80211_send_beacon_hint_event()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | core.h | 217 int get_wiphy_idx(struct wiphy *wiphy);
|
H A D | core.c | 73 int get_wiphy_idx(struct wiphy *wiphy) in get_wiphy_idx() function 990 request.wiphy_idx = get_wiphy_idx(wiphy); in wiphy_register()
|
H A D | reg.c | 3163 request.wiphy_idx = get_wiphy_idx(wiphy); in reg_process_self_managed_hint() 3320 request->wiphy_idx = get_wiphy_idx(wiphy); in regulatory_hint() 3376 request->wiphy_idx = get_wiphy_idx(wiphy); in regulatory_hint_country_ie()
|
H A D | nl80211.c | 8638 nla_put_u32(msg, NL80211_ATTR_WIPHY, get_wiphy_idx(wiphy))) in nl80211_get_reg_do() 8691 nla_put_u32(msg, NL80211_ATTR_WIPHY, get_wiphy_idx(wiphy))) in nl80211_send_regdom() 18544 if (nla_put_u32(msg, NL80211_ATTR_WIPHY, get_wiphy_idx(wiphy))) in nl80211_send_beacon_hint_event()
|
Completed in 54 milliseconds