Home
last modified time | relevance | path

Searched refs:p2p (Results 1 – 7 of 7) sorted by relevance

/net/mac80211/
A Ddriver-ops.c92 enum nl80211_iftype type, bool p2p) in drv_change_interface() argument
102 trace_drv_change_interface(local, sdata, type, p2p); in drv_change_interface()
103 ret = local->ops->change_interface(&local->hw, &sdata->vif, type, p2p); in drv_change_interface()
A Dtrace.h32 __field(bool, p2p) \
35 __entry->p2p = sdata->vif.p2p; \
38 #define VIF_PR_ARG __get_str(vif_name), __entry->vif_type, __entry->p2p ? "/p2p" : ""
354 enum nl80211_iftype type, bool p2p),
356 TP_ARGS(local, sdata, type, p2p),
369 __entry->new_p2p = p2p;
1743 bool p2p; member
1797 SWITCH_ENTRY_ASSIGN(vif.p2p, vif->p2p);
A Diface.c1820 sdata->vif.p2p = false; in ieee80211_setup_sdata()
1848 sdata->vif.p2p = true; in ieee80211_setup_sdata()
1858 sdata->vif.p2p = true; in ieee80211_setup_sdata()
1910 bool p2p = false; in ieee80211_runtime_change_iftype() local
1951 p2p = true; in ieee80211_runtime_change_iftype()
1955 p2p = true; in ieee80211_runtime_change_iftype()
1974 ret = drv_change_interface(local, sdata, internal_type, p2p); in ieee80211_runtime_change_iftype()
A Ddriver-ops.h142 enum nl80211_iftype type, bool p2p);
A Dsta_info.c857 bool allow_p2p_go_ps = sdata->vif.p2p; in ieee80211_recalc_p2p_go_ps_allowed()
A Dmlme.c3850 if (sdata->vif.p2p || in ieee80211_link_set_associated()
7458 if (sdata->vif.p2p || in ieee80211_rx_mgmt_beacon()
A Dcfg.c1534 link_conf->allow_p2p_go_ps = sdata->vif.p2p; in ieee80211_start_ap()

Completed in 43 milliseconds