Lines Matching refs:wiphy
42 bool chan_switch = local->hw.wiphy->features & in ieee80211_tdls_add_ext_capab()
68 ch = ieee80211_get_channel(sdata->local->hw.wiphy, i); in ieee80211_tdls_add_subband()
73 if (cfg80211_reg_can_beacon(sdata->local->hw.wiphy, in ieee80211_tdls_add_subband()
378 sband = local->hw.wiphy->bands[band]; in ieee80211_tdls_add_setup_start_ies()
671 ieee80211_prep_tdls_encap_data(struct wiphy *wiphy, struct net_device *dev, in ieee80211_prep_tdls_encap_data() argument
753 ieee80211_prep_tdls_direct(struct wiphy *wiphy, struct net_device *dev, in ieee80211_prep_tdls_direct() argument
830 ret = ieee80211_prep_tdls_encap_data(local->hw.wiphy, in ieee80211_tdls_build_mgmt_packet_data()
836 ret = ieee80211_prep_tdls_direct(local->hw.wiphy, sdata->dev, in ieee80211_tdls_build_mgmt_packet_data()
860 ieee80211_tdls_prep_mgmt_packet(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_prep_mgmt_packet() argument
997 ieee80211_tdls_mgmt_setup(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_mgmt_setup() argument
1037 ret = ieee80211_tdls_prep_mgmt_packet(wiphy, dev, peer, action_code, in ieee80211_tdls_mgmt_setup()
1060 ieee80211_tdls_mgmt_teardown(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_mgmt_teardown() argument
1081 ret = ieee80211_tdls_prep_mgmt_packet(wiphy, dev, peer, action_code, in ieee80211_tdls_mgmt_teardown()
1106 int ieee80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_mgmt() argument
1115 if (!(wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS)) in ieee80211_tdls_mgmt()
1126 ret = ieee80211_tdls_mgmt_setup(wiphy, dev, peer, action_code, in ieee80211_tdls_mgmt()
1132 ret = ieee80211_tdls_mgmt_teardown(wiphy, dev, peer, in ieee80211_tdls_mgmt()
1149 ret = ieee80211_tdls_prep_mgmt_packet(wiphy, dev, peer, in ieee80211_tdls_mgmt()
1167 int ieee80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_oper() argument
1175 if (!(wiphy->flags & WIPHY_FLAG_SUPPORTS_TDLS)) in ieee80211_tdls_oper()
1360 ieee80211_tdls_channel_switch(struct wiphy *wiphy, struct net_device *dev, in ieee80211_tdls_channel_switch() argument
1407 ieee80211_tdls_cancel_channel_switch(struct wiphy *wiphy, in ieee80211_tdls_cancel_channel_switch() argument
1622 chan = ieee80211_get_channel(sdata->local->hw.wiphy, freq); in ieee80211_process_tdls_channel_switch_req()
1710 struct wiphy *wiphy = sdata->local->hw.wiphy; in ieee80211_process_tdls_channel_switch() local
1713 if (!(wiphy->features & NL80211_FEATURE_TDLS_CHANNEL_SWITCH)) in ieee80211_process_tdls_channel_switch()