Home
last modified time | relevance | path

Searched refs:p2p (Results 1 - 25 of 140) sorted by relevance

123456

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dp2p.c18 struct wil_p2p_info *p2p = &vif->p2p; in wil_p2p_start_listen() local
19 u8 channel = p2p->listen_chan.hw_value; in wil_p2p_start_listen()
42 INIT_WORK(&p2p->discovery_expired_work, wil_p2p_listen_expired); in wil_p2p_start_listen()
43 mod_timer(&p2p->discovery_timer, in wil_p2p_start_listen()
44 jiffies + msecs_to_jiffies(p2p->listen_duration)); in wil_p2p_start_listen()
64 struct wil_p2p_info *p2p = &vif->p2p; in wil_p2p_search() local
70 if (p2p->discovery_started) { in wil_p2p_search()
112 p2p in wil_p2p_search()
130 struct wil_p2p_info *p2p = &vif->p2p; wil_p2p_listen() local
179 struct wil_p2p_info *p2p = &vif->p2p; wil_p2p_stop_discovery() local
199 struct wil_p2p_info *p2p = &vif->p2p; wil_p2p_cancel_listen() local
233 struct wil_p2p_info *p2p = container_of(work, wil_p2p_listen_expired() local
261 struct wil_p2p_info *p2p = container_of(work, wil_p2p_search_expired() local
293 struct wil_p2p_info *p2p = container_of(work, wil_p2p_delayed_listen_work() local
341 struct wil_p2p_info *p2p = &vif->p2p; wil_p2p_stop_radio_operations() local
[all...]
H A Dnetdev.c204 del_timer_sync(&vif->p2p.discovery_timer); in wil_vif_deinit()
206 cancel_work_sync(&vif->p2p.discovery_expired_work); in wil_vif_deinit()
207 cancel_work_sync(&vif->p2p.delayed_listen_work); in wil_vif_deinit()
256 struct wil6210_vif *vif = from_timer(vif, t, p2p.discovery_timer); in wil_p2p_discovery_timer_fn()
261 schedule_work(&vif->p2p.discovery_expired_work); in wil_p2p_discovery_timer_fn()
272 timer_setup(&vif->p2p.discovery_timer, wil_p2p_discovery_timer_fn, 0); in wil_vif_init()
276 INIT_WORK(&vif->p2p.discovery_expired_work, wil_p2p_listen_expired); in wil_vif_init()
277 INIT_WORK(&vif->p2p.delayed_listen_work, wil_p2p_delayed_listen_work); in wil_vif_init()
H A DMakefile22 wil6210-y += p2p.o
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dp2p.c18 struct wil_p2p_info *p2p = &vif->p2p; in wil_p2p_start_listen() local
19 u8 channel = p2p->listen_chan.hw_value; in wil_p2p_start_listen()
42 INIT_WORK(&p2p->discovery_expired_work, wil_p2p_listen_expired); in wil_p2p_start_listen()
43 mod_timer(&p2p->discovery_timer, in wil_p2p_start_listen()
44 jiffies + msecs_to_jiffies(p2p->listen_duration)); in wil_p2p_start_listen()
64 struct wil_p2p_info *p2p = &vif->p2p; in wil_p2p_search() local
70 if (p2p->discovery_started) { in wil_p2p_search()
112 p2p in wil_p2p_search()
130 struct wil_p2p_info *p2p = &vif->p2p; wil_p2p_listen() local
179 struct wil_p2p_info *p2p = &vif->p2p; wil_p2p_stop_discovery() local
199 struct wil_p2p_info *p2p = &vif->p2p; wil_p2p_cancel_listen() local
233 struct wil_p2p_info *p2p = container_of(work, wil_p2p_listen_expired() local
261 struct wil_p2p_info *p2p = container_of(work, wil_p2p_search_expired() local
293 struct wil_p2p_info *p2p = container_of(work, wil_p2p_delayed_listen_work() local
341 struct wil_p2p_info *p2p = &vif->p2p; wil_p2p_stop_radio_operations() local
[all...]
H A Dnetdev.c204 del_timer_sync(&vif->p2p.discovery_timer); in wil_vif_deinit()
206 cancel_work_sync(&vif->p2p.discovery_expired_work); in wil_vif_deinit()
207 cancel_work_sync(&vif->p2p.delayed_listen_work); in wil_vif_deinit()
256 struct wil6210_vif *vif = from_timer(vif, t, p2p.discovery_timer); in wil_p2p_discovery_timer_fn()
261 schedule_work(&vif->p2p.discovery_expired_work); in wil_p2p_discovery_timer_fn()
272 timer_setup(&vif->p2p.discovery_timer, wil_p2p_discovery_timer_fn, 0); in wil_vif_init()
276 INIT_WORK(&vif->p2p.discovery_expired_work, wil_p2p_listen_expired); in wil_vif_init()
277 INIT_WORK(&vif->p2p.delayed_listen_work, wil_p2p_delayed_listen_work); in wil_vif_init()
H A DMakefile22 wil6210-y += p2p.o
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c18 #include "p2p.h"
22 /* parameters used for p2p escan */
213 * brcmf_p2p_is_pub_action() - true if p2p public type frame.
218 * Determine if action frame is p2p public action type
241 * brcmf_p2p_is_p2p_action() - true if p2p action type frame.
246 * Determine if action frame is p2p action type
268 * brcmf_p2p_is_gas_action() - true if p2p gas action type frame.
273 * Determine if action frame is p2p gas action type
305 * Print information about the p2p action frame
456 * @p2p
463 brcmf_p2p_generate_bss_mac(struct brcmf_p2p_info *p2p, u8 *dev_addr) brcmf_p2p_generate_bss_mac() argument
560 brcmf_p2p_deinit_discovery(struct brcmf_p2p_info *p2p) brcmf_p2p_deinit_discovery() argument
584 brcmf_p2p_enable_discovery(struct brcmf_p2p_info *p2p) brcmf_p2p_enable_discovery() argument
643 brcmf_p2p_escan(struct brcmf_p2p_info *p2p, u32 num_chans, u16 chanspecs[], s32 search_state, enum p2p_bss_type bss_type) brcmf_p2p_escan() argument
776 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_run_escan() local
896 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_scan_prep() local
931 brcmf_p2p_discover_listen(struct brcmf_p2p_info *p2p, u16 channel, u32 duration) brcmf_p2p_discover_listen() argument
979 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_remain_on_channel() local
1016 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_notify_listen_complete() local
1062 brcmf_p2p_act_frm_search(struct brcmf_p2p_info *p2p, u16 channel) brcmf_p2p_act_frm_search() argument
1119 struct brcmf_p2p_info *p2p = container_of(afx_hdl, brcmf_p2p_afx_handler() local
1150 brcmf_p2p_af_searching_channel(struct brcmf_p2p_info *p2p) brcmf_p2p_af_searching_channel() argument
1227 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_scan_finding_common_channel() local
1276 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_abort_action_frame() local
1301 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_stop_wait_next_action_frame() local
1337 brcmf_p2p_gon_req_collision(struct brcmf_p2p_info *p2p, u8 *mac) brcmf_p2p_gon_req_collision() argument
1391 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_notify_action_frame_rx() local
1498 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_notify_action_tx_complete() local
1541 brcmf_p2p_tx_action_frame(struct brcmf_p2p_info *p2p, struct brcmf_fil_af_params_le *af_params) brcmf_p2p_tx_action_frame() argument
1613 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_pub_af_tx() local
1722 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_send_action_frame() local
1938 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_notify_rx_mgmt_p2p_probereq() local
2006 brcmf_p2p_get_current_chanspec(struct brcmf_p2p_info *p2p, u16 *chanspec) brcmf_p2p_get_current_chanspec() argument
2048 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_ifchange() local
2101 brcmf_p2p_request_p2p_if(struct brcmf_p2p_info *p2p, struct brcmf_if *ifp, u8 ea[ETH_ALEN], enum brcmf_fil_p2p_if_types iftype) brcmf_p2p_request_p2p_if() argument
2150 brcmf_p2p_create_p2pdev(struct brcmf_p2p_info *p2p, struct wiphy *wiphy, u8 *addr) brcmf_p2p_create_p2pdev() argument
2370 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_del_vif() local
2461 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_start_device() local
2477 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_stop_device() local
2505 struct brcmf_p2p_info *p2p; brcmf_p2p_attach() local
2533 brcmf_p2p_detach(struct brcmf_p2p_info *p2p) brcmf_p2p_detach() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c18 #include "p2p.h"
22 /* parameters used for p2p escan */
213 * brcmf_p2p_is_pub_action() - true if p2p public type frame.
218 * Determine if action frame is p2p public action type
241 * brcmf_p2p_is_p2p_action() - true if p2p action type frame.
246 * Determine if action frame is p2p action type
268 * brcmf_p2p_is_gas_action() - true if p2p gas action type frame.
273 * Determine if action frame is p2p gas action type
305 * Print information about the p2p action frame
456 * @p2p
463 brcmf_p2p_generate_bss_mac(struct brcmf_p2p_info *p2p, u8 *dev_addr) brcmf_p2p_generate_bss_mac() argument
560 brcmf_p2p_deinit_discovery(struct brcmf_p2p_info *p2p) brcmf_p2p_deinit_discovery() argument
584 brcmf_p2p_enable_discovery(struct brcmf_p2p_info *p2p) brcmf_p2p_enable_discovery() argument
643 brcmf_p2p_escan(struct brcmf_p2p_info *p2p, u32 num_chans, u16 chanspecs[], s32 search_state, enum p2p_bss_type bss_type) brcmf_p2p_escan() argument
776 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_run_escan() local
896 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_scan_prep() local
931 brcmf_p2p_discover_listen(struct brcmf_p2p_info *p2p, u16 channel, u32 duration) brcmf_p2p_discover_listen() argument
979 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_remain_on_channel() local
1016 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_notify_listen_complete() local
1062 brcmf_p2p_act_frm_search(struct brcmf_p2p_info *p2p, u16 channel) brcmf_p2p_act_frm_search() argument
1119 struct brcmf_p2p_info *p2p = container_of(afx_hdl, brcmf_p2p_afx_handler() local
1150 brcmf_p2p_af_searching_channel(struct brcmf_p2p_info *p2p) brcmf_p2p_af_searching_channel() argument
1227 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_scan_finding_common_channel() local
1276 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_abort_action_frame() local
1301 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_stop_wait_next_action_frame() local
1337 brcmf_p2p_gon_req_collision(struct brcmf_p2p_info *p2p, u8 *mac) brcmf_p2p_gon_req_collision() argument
1391 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_notify_action_frame_rx() local
1498 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_notify_action_tx_complete() local
1541 brcmf_p2p_tx_action_frame(struct brcmf_p2p_info *p2p, struct brcmf_fil_af_params_le *af_params) brcmf_p2p_tx_action_frame() argument
1613 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_pub_af_tx() local
1722 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_send_action_frame() local
1938 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_notify_rx_mgmt_p2p_probereq() local
2006 brcmf_p2p_get_current_chanspec(struct brcmf_p2p_info *p2p, u16 *chanspec) brcmf_p2p_get_current_chanspec() argument
2048 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_ifchange() local
2101 brcmf_p2p_request_p2p_if(struct brcmf_p2p_info *p2p, struct brcmf_if *ifp, u8 ea[ETH_ALEN], enum brcmf_fil_p2p_if_types iftype) brcmf_p2p_request_p2p_if() argument
2150 brcmf_p2p_create_p2pdev(struct brcmf_p2p_info *p2p, struct wiphy *wiphy, u8 *addr) brcmf_p2p_create_p2pdev() argument
2370 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_del_vif() local
2453 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_start_device() local
2469 struct brcmf_p2p_info *p2p = &cfg->p2p; brcmf_p2p_stop_device() local
2497 struct brcmf_p2p_info *p2p; brcmf_p2p_attach() local
2525 brcmf_p2p_detach(struct brcmf_p2p_info *p2p) brcmf_p2p_detach() argument
[all...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dp2pdma.c115 struct pci_p2pdma *p2p; in pci_p2pdma_setup() local
117 p2p = devm_kzalloc(&pdev->dev, sizeof(*p2p), GFP_KERNEL); in pci_p2pdma_setup()
118 if (!p2p) in pci_p2pdma_setup()
121 xa_init(&p2p->map_types); in pci_p2pdma_setup()
123 p2p->pool = gen_pool_create(PAGE_SHIFT, dev_to_node(&pdev->dev)); in pci_p2pdma_setup()
124 if (!p2p->pool) in pci_p2pdma_setup()
131 pdev->p2pdma = p2p; in pci_p2pdma_setup()
141 gen_pool_destroy(p2p->pool); in pci_p2pdma_setup()
143 devm_kfree(&pdev->dev, p2p); in pci_p2pdma_setup()
[all...]
/kernel/linux/linux-6.6/drivers/pci/
H A Dp2pdma.c232 struct pci_p2pdma *p2p; in pci_p2pdma_setup() local
234 p2p = devm_kzalloc(&pdev->dev, sizeof(*p2p), GFP_KERNEL); in pci_p2pdma_setup()
235 if (!p2p) in pci_p2pdma_setup()
238 xa_init(&p2p->map_types); in pci_p2pdma_setup()
240 p2p->pool = gen_pool_create(PAGE_SHIFT, dev_to_node(&pdev->dev)); in pci_p2pdma_setup()
241 if (!p2p->pool) in pci_p2pdma_setup()
252 rcu_assign_pointer(pdev->p2pdma, p2p); in pci_p2pdma_setup()
256 gen_pool_destroy(p2p->pool); in pci_p2pdma_setup()
258 devm_kfree(&pdev->dev, p2p); in pci_p2pdma_setup()
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H A Dpci.c371 u32 p2p = readl(PCI_P2P_CONF); in orion5x_pci_set_bus_nr() local
378 bus = (p2p & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS; in orion5x_pci_set_bus_nr()
379 dev = (p2p & PCI_P2P_DEV_MASK) >> PCI_P2P_DEV_OFFS; in orion5x_pci_set_bus_nr()
388 p2p &= ~PCI_P2P_BUS_MASK; in orion5x_pci_set_bus_nr()
389 p2p |= (nr << PCI_P2P_BUS_OFFS); in orion5x_pci_set_bus_nr()
390 writel(p2p, PCI_P2P_CONF); in orion5x_pci_set_bus_nr()
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H A Dpci.c371 u32 p2p = readl(PCI_P2P_CONF); in orion5x_pci_set_bus_nr() local
378 bus = (p2p & PCI_P2P_BUS_MASK) >> PCI_P2P_BUS_OFFS; in orion5x_pci_set_bus_nr()
379 dev = (p2p & PCI_P2P_DEV_MASK) >> PCI_P2P_DEV_OFFS; in orion5x_pci_set_bus_nr()
388 p2p &= ~PCI_P2P_BUS_MASK; in orion5x_pci_set_bus_nr()
389 p2p |= (nr << PCI_P2P_BUS_OFFS); in orion5x_pci_set_bus_nr()
390 writel(p2p, PCI_P2P_CONF); in orion5x_pci_set_bus_nr()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac-ctxt.c288 if (!vif->p2p) in iwl_mvm_mac_ctxt_init()
508 if (vif->p2p) in iwl_mvm_mac_ctxt_cmd_common()
610 if (vif->p2p) { in iwl_mvm_mac_ctxt_cmd_sta()
700 if (vif->probe_req_reg && vif->bss_conf.assoc && vif->p2p) in iwl_mvm_mac_ctxt_cmd_sta()
779 if (vif->type == NL80211_IFTYPE_AP && vif->p2p && in iwl_mvm_go_iterator()
860 if (info->band == NL80211_BAND_2GHZ && !vif->p2p) in iwl_mvm_mac_ctxt_get_lowest_rate()
1075 if (vif->p2p && data->beacon_device_ts) in iwl_mvm_mac_ap_iterator()
1161 WARN_ON(vif->type != NL80211_IFTYPE_AP || vif->p2p); in iwl_mvm_mac_ctxt_cmd_ap()
1180 WARN_ON(vif->type != NL80211_IFTYPE_AP || !vif->p2p); in iwl_mvm_mac_ctxt_cmd_go()
1209 if (!vif->p2p) in iwl_mvm_mac_ctx_send()
[all...]
H A Dpower.c306 if (vif->p2p && in iwl_mvm_power_allow_uapsd()
318 if (vif->p2p) { in iwl_mvm_power_allow_uapsd()
319 /* Allow U-APSD only if p2p is stand alone */ in iwl_mvm_power_allow_uapsd()
423 if (iwl_mvm_vif_low_latency(mvmvif) && vif->p2p && in iwl_mvm_power_build_cmd()
445 } else if (iwl_mvm_vif_low_latency(mvmvif) && vif->p2p && in iwl_mvm_power_build_cmd()
703 /* enable PM on p2p if p2p stand alone */ in iwl_mvm_power_set_pm()
727 * bss and p2p clients that share it in iwl_mvm_power_set_pm()
855 vif->type != NL80211_IFTYPE_STATION || vif->p2p) in _iwl_mvm_enable_beacon_filter()
888 if (vif->type != NL80211_IFTYPE_STATION || vif->p2p) in _iwl_mvm_disable_beacon_filter()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
H A Dsta.c173 if (!priv->vif->p2p && !atomic_read(&priv->tx_lock)) in __cw1200_cqm_bssloss_sm()
308 bool p2p) in cw1200_change_interface()
312 p2p, vif->type, vif->p2p); in cw1200_change_interface()
314 if (new_type != vif->type || vif->p2p != p2p) { in cw1200_change_interface()
317 vif->p2p = p2p; in cw1200_change_interface()
411 /* Disable p2p-dev mode forced by TX request */ in cw1200_config()
443 bool is_p2p = priv->vif && priv->vif->p2p; in cw1200_update_filtering()
305 cw1200_change_interface(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum nl80211_iftype new_type, bool p2p) cw1200_change_interface() argument
[all...]
H A Dpm.c215 if (!priv->vif->p2p && in cw1200_wow_suspend()
324 if (!priv->vif->p2p && priv->join_status == CW1200_JOIN_STATUS_STA) { in cw1200_wow_resume()
/kernel/linux/linux-6.6/drivers/net/wireless/st/cw1200/
H A Dsta.c173 if (!priv->vif->p2p && !atomic_read(&priv->tx_lock)) in __cw1200_cqm_bssloss_sm()
308 bool p2p) in cw1200_change_interface()
312 p2p, vif->type, vif->p2p); in cw1200_change_interface()
314 if (new_type != vif->type || vif->p2p != p2p) { in cw1200_change_interface()
317 vif->p2p = p2p; in cw1200_change_interface()
411 /* Disable p2p-dev mode forced by TX request */ in cw1200_config()
443 bool is_p2p = priv->vif && priv->vif->p2p; in cw1200_update_filtering()
305 cw1200_change_interface(struct ieee80211_hw *dev, struct ieee80211_vif *vif, enum nl80211_iftype new_type, bool p2p) cw1200_change_interface() argument
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Ddriver-ops.c77 enum nl80211_iftype type, bool p2p) in drv_change_interface()
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()
75 drv_change_interface(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata, enum nl80211_iftype type, bool p2p) drv_change_interface() argument
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dpower.c248 if (vif->p2p && in iwl_mvm_power_allow_uapsd()
260 if (vif->p2p) { in iwl_mvm_power_allow_uapsd()
261 /* Allow U-APSD only if p2p is stand alone */ in iwl_mvm_power_allow_uapsd()
371 if (iwl_mvm_vif_low_latency(mvmvif) && vif->p2p && in iwl_mvm_power_build_cmd()
393 } else if (iwl_mvm_vif_low_latency(mvmvif) && vif->p2p && in iwl_mvm_power_build_cmd()
664 /* enable PM on p2p if p2p stand alone */ in iwl_mvm_power_set_pm()
690 * bss and p2p clients that share it in iwl_mvm_power_set_pm()
818 vif->type != NL80211_IFTYPE_STATION || vif->p2p) in _iwl_mvm_enable_beacon_filter()
851 if (vif->type != NL80211_IFTYPE_STATION || vif->p2p) in _iwl_mvm_disable_beacon_filter()
[all...]
H A Dmac-ctxt.c236 if (!vif->p2p) in iwl_mvm_mac_ctxt_init()
507 if (vif->p2p) in iwl_mvm_get_mac_type()
671 if (vif->p2p) { in iwl_mvm_mac_ctxt_cmd_sta()
713 if (vif->probe_req_reg && vif->cfg.assoc && vif->p2p) in iwl_mvm_mac_ctxt_cmd_sta()
796 if (vif->type == NL80211_IFTYPE_AP && vif->p2p && in iwl_mvm_go_iterator()
931 if (band == NL80211_BAND_2GHZ && !vif->p2p && in iwl_mvm_mac_ctxt_get_lowest_rate()
1215 if (vif->p2p && data->beacon_device_ts) in iwl_mvm_mac_ap_iterator()
1316 WARN_ON(vif->type != NL80211_IFTYPE_AP || vif->p2p); in iwl_mvm_mac_ctxt_cmd_ap()
1335 WARN_ON(vif->type != NL80211_IFTYPE_AP || !vif->p2p); in iwl_mvm_mac_ctxt_cmd_go()
1363 if (!vif->p2p) in iwl_mvm_mac_ctx_send()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dmac80211.c115 rtw89_debug(rtwdev, RTW89_DBG_STATE, "add vif %pM type %d, p2p %d\n", in rtw89_ops_add_interface()
116 vif->addr, vif->type, vif->p2p); in rtw89_ops_add_interface()
177 rtw89_debug(rtwdev, RTW89_DBG_STATE, "remove vif %pM type %d p2p %d\n", in rtw89_ops_remove_interface()
178 vif->addr, vif->type, vif->p2p); in rtw89_ops_remove_interface()
197 enum nl80211_iftype type, bool p2p) in rtw89_ops_change_interface()
204 rtw89_debug(rtwdev, RTW89_DBG_STATE, "change vif %pM (%d)->(%d), p2p (%d)->(%d)\n", in rtw89_ops_change_interface()
205 vif->addr, vif->type, type, vif->p2p, p2p); in rtw89_ops_change_interface()
210 vif->p2p = p2p; in rtw89_ops_change_interface()
195 rtw89_ops_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum nl80211_iftype type, bool p2p) rtw89_ops_change_interface() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A DMakefile15 p2p.o \
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A DMakefile15 p2p.o \
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c236 enum nl80211_iftype type, bool p2p) in rtw_ops_change_interface()
240 rtw_info(rtwdev, "change vif %pM (%d)->(%d), p2p (%d)->(%d)\n", in rtw_ops_change_interface()
241 vif->addr, vif->type, type, vif->p2p, p2p); in rtw_ops_change_interface()
246 vif->p2p = p2p; in rtw_ops_change_interface()
234 rtw_ops_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum nl80211_iftype type, bool p2p) rtw_ops_change_interface() argument
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c252 enum nl80211_iftype type, bool p2p) in rtw_ops_change_interface()
256 rtw_dbg(rtwdev, RTW_DBG_STATE, "change vif %pM (%d)->(%d), p2p (%d)->(%d)\n", in rtw_ops_change_interface()
257 vif->addr, vif->type, type, vif->p2p, p2p); in rtw_ops_change_interface()
262 vif->p2p = p2p; in rtw_ops_change_interface()
250 rtw_ops_change_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif, enum nl80211_iftype type, bool p2p) rtw_ops_change_interface() argument

Completed in 24 milliseconds

123456