Home
last modified time | relevance | path

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

/net/mac80211/
Ddriver-ops.c80 enum nl80211_iftype type, bool p2p) in drv_change_interface() argument
89 trace_drv_change_interface(local, sdata, type, p2p); in drv_change_interface()
90 ret = local->ops->change_interface(&local->hw, &sdata->vif, type, p2p); in drv_change_interface()
Dtrace.h29 __field(bool, p2p) \
32 __entry->p2p = sdata->vif.p2p; \
35 #define VIF_PR_ARG __get_str(vif_name), __entry->vif_type, __entry->p2p ? "/p2p" : ""
306 enum nl80211_iftype type, bool p2p),
308 TP_ARGS(local, sdata, type, p2p),
321 __entry->new_p2p = p2p;
1489 bool p2p; member
1540 SWITCH_ENTRY_ASSIGN(vif.p2p, vif->p2p);
Diface.c1445 sdata->vif.p2p = false; in ieee80211_setup_sdata()
1472 sdata->vif.p2p = true; in ieee80211_setup_sdata()
1485 sdata->vif.p2p = true; in ieee80211_setup_sdata()
1536 bool p2p = false; in ieee80211_runtime_change_iftype() local
1572 p2p = true; in ieee80211_runtime_change_iftype()
1576 p2p = true; in ieee80211_runtime_change_iftype()
1591 ret = drv_change_interface(local, sdata, internal_type, p2p); in ieee80211_runtime_change_iftype()
Ddriver-ops.h132 enum nl80211_iftype type, bool p2p);
Dsta_info.c1786 bool allow_p2p_go_ps = sdata->vif.p2p; in ieee80211_recalc_p2p_go_ps_allowed()
Dmlme.c1914 if (sdata->vif.p2p || in ieee80211_set_associated()
3473 if (sdata->vif.p2p || in ieee80211_rx_mgmt_beacon()
Dcfg.c906 sdata->vif.bss_conf.allow_p2p_go_ps = sdata->vif.p2p; in ieee80211_start_ap()