Searched refs:p2p (Results 1 – 7 of 7) sorted by relevance
| /net/mac80211/ |
| A D | driver-ops.c | 92 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 D | trace.h | 32 __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 D | iface.c | 1820 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 D | driver-ops.h | 142 enum nl80211_iftype type, bool p2p);
|
| A D | sta_info.c | 857 bool allow_p2p_go_ps = sdata->vif.p2p; in ieee80211_recalc_p2p_go_ps_allowed()
|
| A D | mlme.c | 3850 if (sdata->vif.p2p || in ieee80211_link_set_associated() 7458 if (sdata->vif.p2p || in ieee80211_rx_mgmt_beacon()
|
| A D | cfg.c | 1534 link_conf->allow_p2p_go_ps = sdata->vif.p2p; in ieee80211_start_ap()
|
Completed in 43 milliseconds