/linux-6.12.1/drivers/net/wireless/marvell/libertas/ |
D | tx.c | 117 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) { in lbs_hard_start_xmit() 153 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) { in lbs_hard_start_xmit() 185 if (priv->wdev->iftype != NL80211_IFTYPE_MONITOR || in lbs_send_tx_feedback()
|
D | rx.c | 70 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) { in lbs_process_rxed_packet()
|
D | main.c | 107 case NL80211_IFTYPE_MONITOR: in lbs_set_iface_type() 111 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) in lbs_set_iface_type() 117 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) in lbs_set_iface_type()
|
D | cmdresp.c | 144 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR && in lbs_process_command_response()
|
/linux-6.12.1/net/mac80211/ |
D | iface.c | 184 if (iter->vif.type == NL80211_IFTYPE_MONITOR && in ieee80211_verify_mac() 269 if (sdata->vif.type == NL80211_IFTYPE_MONITOR && in _ieee80211_change_mac() 318 return type1 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed() 319 type2 == NL80211_IFTYPE_MONITOR || in identical_mac_addr_allowed() 344 nsdata->vif.type != NL80211_IFTYPE_MONITOR) || in ieee80211_check_concurrent_iface() 345 (sdata->vif.type != NL80211_IFTYPE_MONITOR && in ieee80211_check_concurrent_iface() 492 case NL80211_IFTYPE_MONITOR: in ieee80211_do_stop() 593 case NL80211_IFTYPE_MONITOR: in ieee80211_do_stop() 695 case NL80211_IFTYPE_MONITOR: in ieee80211_do_stop() 1142 sdata->vif.type = NL80211_IFTYPE_MONITOR; in ieee80211_add_virtual_monitor() [all …]
|
D | driver-ops.c | 66 (sdata->vif.type == NL80211_IFTYPE_MONITOR && in drv_add_interface() 321 if (sdata->vif.type == NL80211_IFTYPE_MONITOR && in drv_assign_vif_chanctx() 353 if (sdata->vif.type == NL80211_IFTYPE_MONITOR && in drv_unassign_vif_chanctx() 470 (sdata->vif.type == NL80211_IFTYPE_MONITOR && in drv_link_info_changed()
|
D | pm.c | 153 case NL80211_IFTYPE_MONITOR: in __ieee80211_suspend()
|
D | offchannel.c | 114 if (sdata->vif.type != NL80211_IFTYPE_MONITOR) in ieee80211_offchannel_stop_vifs() 146 if (sdata->vif.type != NL80211_IFTYPE_MONITOR) in ieee80211_offchannel_return()
|
D | main.c | 357 (sdata->vif.type == NL80211_IFTYPE_MONITOR && in ieee80211_bss_info_change_notify() 1343 hw->wiphy->interface_modes |= BIT(NL80211_IFTYPE_MONITOR); in ieee80211_register_hw() 1344 hw->wiphy->software_iftypes |= BIT(NL80211_IFTYPE_MONITOR); in ieee80211_register_hw()
|
D | chan.c | 350 case NL80211_IFTYPE_MONITOR: in ieee80211_get_chanctx_max_required_bw() 930 sdata->vif.type != NL80211_IFTYPE_MONITOR) in ieee80211_assign_link_chanctx() 1255 case NL80211_IFTYPE_MONITOR: in ieee80211_link_chanctx_reservation_complete()
|
/linux-6.12.1/drivers/net/wireless/ath/ |
D | debug.c | 35 case NL80211_IFTYPE_MONITOR: in ath_opmode_to_string()
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | mld-mac.c | 165 WARN_ON(vif->type != NL80211_IFTYPE_MONITOR); in iwl_mvm_mld_mac_ctxt_cmd_listener() 247 case NL80211_IFTYPE_MONITOR: in iwl_mvm_mld_mac_ctx_send()
|
D | mld-mac80211.c | 87 if (vif->type == NL80211_IFTYPE_MONITOR) { in iwl_mvm_mld_mac_add_interface() 192 if (vif->type == NL80211_IFTYPE_MONITOR) { in iwl_mvm_mld_mac_remove_interface() 380 if (vif->type == NL80211_IFTYPE_MONITOR) { in __iwl_mvm_mld_assign_vif_chanctx() 515 if (vif->type == NL80211_IFTYPE_MONITOR) in __iwl_mvm_mld_unassign_vif_chanctx() 1037 case NL80211_IFTYPE_MONITOR: in iwl_mvm_mld_link_info_changed()
|
D | quota.c | 58 case NL80211_IFTYPE_MONITOR: in iwl_mvm_quota_iterator()
|
D | mac-ctxt.c | 526 case NL80211_IFTYPE_MONITOR: in iwl_mvm_get_mac_type() 745 WARN_ON(vif->type != NL80211_IFTYPE_MONITOR); in iwl_mvm_mac_ctxt_cmd_listener() 1398 case NL80211_IFTYPE_MONITOR: in iwl_mvm_mac_ctx_send() 1467 if (vif->type == NL80211_IFTYPE_MONITOR) { in iwl_mvm_mac_ctxt_remove()
|
/linux-6.12.1/drivers/net/wireless/ath/wil6210/ |
D | ethtool.c | 65 if (wdev->iftype == NL80211_IFTYPE_MONITOR) { in wil_ethtoolops_set_coalesce()
|
D | pm.c | 48 case NL80211_IFTYPE_MONITOR: in wil_can_suspend_vif()
|
/linux-6.12.1/drivers/net/wireless/intersil/p54/ |
D | main.c | 183 priv->mode = NL80211_IFTYPE_MONITOR; in p54_start() 232 if (priv->mode != NL80211_IFTYPE_MONITOR) { in p54_add_interface() 273 priv->mode = NL80211_IFTYPE_MONITOR; in p54_remove_interface()
|
/linux-6.12.1/drivers/net/wireless/ath/ath5k/ |
D | pcu.c | 656 case NL80211_IFTYPE_MONITOR: in ath5k_hw_init_beacon_timers() 918 case NL80211_IFTYPE_MONITOR: in ath5k_hw_set_opmode()
|
/linux-6.12.1/drivers/net/wireless/quantenna/qtnfmac/ |
D | qlink_util.c | 23 result |= BIT(NL80211_IFTYPE_MONITOR); in qlink_iface_type_to_nl_mask()
|
/linux-6.12.1/net/wireless/ |
D | wext-compat.c | 55 type = NL80211_IFTYPE_MONITOR; in cfg80211_wext_siwmode() 93 case NL80211_IFTYPE_MONITOR: in cfg80211_wext_giwmode() 817 case NL80211_IFTYPE_MONITOR: in cfg80211_wext_siwfreq() 881 case NL80211_IFTYPE_MONITOR: in cfg80211_wext_giwfreq()
|
D | chan.c | 794 case NL80211_IFTYPE_MONITOR: in cfg80211_chandef_dfs_required() 951 case NL80211_IFTYPE_MONITOR: in cfg80211_beaconing_iface_active()
|
/linux-6.12.1/drivers/net/wireless/st/cw1200/ |
D | sta.c | 79 priv->mode = NL80211_IFTYPE_MONITOR; in cw1200_start() 218 if (priv->mode != NL80211_IFTYPE_MONITOR) { in cw1200_add_interface() 292 priv->mode = NL80211_IFTYPE_MONITOR; in cw1200_remove_interface() 935 case NL80211_IFTYPE_MONITOR: in cw1200_flush() 2199 priv->mode == NL80211_IFTYPE_MONITOR || in cw1200_upload_beacon()
|
D | debug.c | 50 case NL80211_IFTYPE_MONITOR: in cw1200_debug_mode()
|
/linux-6.12.1/drivers/net/wireless/admtek/ |
D | adm8211.c | 771 case NL80211_IFTYPE_MONITOR: in adm8211_update_mode() 1395 if (priv->mode != NL80211_IFTYPE_MONITOR) in adm8211_add_interface() 1422 priv->mode = NL80211_IFTYPE_MONITOR; in adm8211_remove_interface() 1542 priv->mode = NL80211_IFTYPE_MONITOR; in adm8211_start()
|