Home
last modified time | relevance | path

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

/net/mac80211/
Ddriver-ops.c77 enum nl80211_iftype type, bool p2p) in drv_change_interface() argument
86 trace_drv_change_interface(local, sdata, type, p2p); in drv_change_interface()
87 ret = local->ops->change_interface(&local->hw, &sdata->vif, type, p2p); in drv_change_interface()
Dtrace.h31 __field(bool, p2p) \
34 __entry->p2p = sdata->vif.p2p; \
37 #define VIF_PR_ARG __get_str(vif_name), __entry->vif_type, __entry->p2p ? "/p2p" : ""
311 enum nl80211_iftype type, bool p2p),
313 TP_ARGS(local, sdata, type, p2p),
326 __entry->new_p2p = p2p;
1543 bool p2p; member
1594 SWITCH_ENTRY_ASSIGN(vif.p2p, vif->p2p);
Diface.c1394 sdata->vif.p2p = false; in ieee80211_setup_sdata()
1421 sdata->vif.p2p = true; in ieee80211_setup_sdata()
1434 sdata->vif.p2p = true; in ieee80211_setup_sdata()
1485 bool p2p = false; in ieee80211_runtime_change_iftype() local
1521 p2p = true; in ieee80211_runtime_change_iftype()
1525 p2p = true; in ieee80211_runtime_change_iftype()
1544 ret = drv_change_interface(local, sdata, internal_type, p2p); in ieee80211_runtime_change_iftype()
Ddriver-ops.h134 enum nl80211_iftype type, bool p2p);
Dsta_info.c593 bool allow_p2p_go_ps = sdata->vif.p2p; in ieee80211_recalc_p2p_go_ps_allowed()
Dmlme.c2155 if (sdata->vif.p2p || in ieee80211_set_associated()
3945 if (sdata->vif.p2p || in ieee80211_rx_mgmt_beacon()
Dcfg.c1054 sdata->vif.bss_conf.allow_p2p_go_ps = sdata->vif.p2p; in ieee80211_start_ap()