/kernel/linux/linux-6.6/net/wireless/ |
H A D | util.c | 606 const u8 *addr, enum nl80211_iftype iftype, in ieee80211_data_to_8023_exthdr() 639 if (unlikely(iftype != NL80211_IFTYPE_AP && in ieee80211_data_to_8023_exthdr() 640 iftype != NL80211_IFTYPE_AP_VLAN && in ieee80211_data_to_8023_exthdr() 641 iftype != NL80211_IFTYPE_P2P_GO)) in ieee80211_data_to_8023_exthdr() 645 if (unlikely(iftype != NL80211_IFTYPE_MESH_POINT && in ieee80211_data_to_8023_exthdr() 646 iftype != NL80211_IFTYPE_AP_VLAN && in ieee80211_data_to_8023_exthdr() 647 iftype != NL80211_IFTYPE_STATION)) in ieee80211_data_to_8023_exthdr() 651 if ((iftype != NL80211_IFTYPE_STATION && in ieee80211_data_to_8023_exthdr() 652 iftype != NL80211_IFTYPE_P2P_CLIENT && in ieee80211_data_to_8023_exthdr() 653 iftype ! in ieee80211_data_to_8023_exthdr() 605 ieee80211_data_to_8023_exthdr(struct sk_buff *skb, struct ethhdr *ehdr, const u8 *addr, enum nl80211_iftype iftype, u8 data_offset, bool is_amsdu) ieee80211_data_to_8023_exthdr() argument 826 ieee80211_amsdu_to_8023s(struct sk_buff *skb, struct sk_buff_head *list, const u8 *addr, enum nl80211_iftype iftype, const unsigned int extra_headroom, const u8 *check_da, const u8 *check_sa, u8 mesh_control) ieee80211_amsdu_to_8023s() argument 2190 cfg80211_validate_beacon_int(struct cfg80211_registered_device *rdev, enum nl80211_iftype iftype, u32 beacon_int) cfg80211_validate_beacon_int() argument 2215 int i, j, iftype; cfg80211_iter_combinations() local 2623 cfg80211_iftype_allowed(struct wiphy *wiphy, enum nl80211_iftype iftype, bool is_4addr, u8 check_swif) cfg80211_iftype_allowed() argument [all...] |
H A D | chan.c | 541 enum nl80211_iftype iftype) in cfg80211_chandef_dfs_required() 549 switch (iftype) { in cfg80211_chandef_dfs_required() 718 switch (wdev->iftype) { in cfg80211_beaconing_iface_active() 758 switch (wdev->iftype) { in cfg80211_wdev_on_sub_chan() 1217 static bool cfg80211_ir_permissive_check_wdev(enum nl80211_iftype iftype, in cfg80211_ir_permissive_check_wdev() argument 1226 if (wdev->iftype == NL80211_IFTYPE_STATION && in cfg80211_ir_permissive_check_wdev() 1237 if (iftype == NL80211_IFTYPE_P2P_GO && in cfg80211_ir_permissive_check_wdev() 1238 wdev->iftype == NL80211_IFTYPE_P2P_GO && in cfg80211_ir_permissive_check_wdev() 1289 enum nl80211_iftype iftype, in cfg80211_ir_permissive_chan() 1302 if (iftype ! in cfg80211_ir_permissive_chan() 539 cfg80211_chandef_dfs_required(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype) cfg80211_chandef_dfs_required() argument 1288 cfg80211_ir_permissive_chan(struct wiphy *wiphy, enum nl80211_iftype iftype, struct ieee80211_channel *chan) cfg80211_ir_permissive_chan() argument 1335 _cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype, bool check_no_ir) _cfg80211_reg_can_beacon() argument 1361 cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype) cfg80211_reg_can_beacon() argument 1369 cfg80211_reg_can_beacon_relax(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype) cfg80211_reg_can_beacon_relax() argument [all...] |
H A D | wext-compat.c | 61 if (type == wdev->iftype) in cfg80211_wext_siwmode() 83 switch (wdev->iftype) { in cfg80211_wext_giwmode() 447 if (wdev->iftype != NL80211_IFTYPE_ADHOC && in __cfg80211_set_encryption() 448 wdev->iftype != NL80211_IFTYPE_STATION) in __cfg80211_set_encryption() 466 (wdev->iftype == NL80211_IFTYPE_ADHOC && in __cfg80211_set_encryption() 473 wdev->iftype == NL80211_IFTYPE_ADHOC) { in __cfg80211_set_encryption() 519 (wdev->iftype == NL80211_IFTYPE_ADHOC && in __cfg80211_set_encryption() 546 (wdev->iftype == NL80211_IFTYPE_ADHOC && in __cfg80211_set_encryption() 553 if (wdev->iftype == NL80211_IFTYPE_ADHOC && in __cfg80211_set_encryption() 572 (wdev->iftype in __cfg80211_set_encryption() [all...] |
H A D | wext-sme.c | 75 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_siwfreq() 124 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_giwfreq() 157 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_siwessid() 211 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_giwessid() 256 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_siwap() 304 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_giwap() 335 if (wdev->iftype != NL80211_IFTYPE_STATION) in cfg80211_wext_siwgenie() 392 if (wdev->iftype != NL80211_IFTYPE_STATION) in cfg80211_wext_siwmlme()
|
H A D | ocb.c | 27 if (dev->ieee80211_ptr->iftype != NL80211_IFTYPE_OCB) in __cfg80211_join_ocb() 65 if (dev->ieee80211_ptr->iftype != NL80211_IFTYPE_OCB) in __cfg80211_leave_ocb()
|
H A D | ap.c | 26 if (dev->ieee80211_ptr->iftype != NL80211_IFTYPE_AP && in ___cfg80211_stop_ap() 27 dev->ieee80211_ptr->iftype != NL80211_IFTYPE_P2P_GO) in ___cfg80211_stop_ap()
|
H A D | ibss.c | 28 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in __cfg80211_ibss_joined() 317 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_siwfreq() 372 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_giwfreq() 402 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_siwessid() 439 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_giwessid() 469 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_siwap() 523 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_giwap()
|
H A D | core.c | 234 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_P2P_DEVICE)) in cfg80211_stop_p2p_device() 259 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_NAN)) in cfg80211_stop_nan() 284 /* otherwise, check iftype */ in cfg80211_shutdown_all_interfaces() 288 switch (wdev->iftype) { in cfg80211_shutdown_all_interfaces() 1217 switch (wdev->iftype) { in _cfg80211_unregister_wdev() 1243 if (wdev->iftype == NL80211_IFTYPE_STATION || in _cfg80211_unregister_wdev() 1244 wdev->iftype == NL80211_IFTYPE_P2P_CLIENT) { in _cfg80211_unregister_wdev() 1272 enum nl80211_iftype iftype, int num) in cfg80211_update_iface_num() 1277 if (iftype == NL80211_IFTYPE_MONITOR) in cfg80211_update_iface_num() 1294 switch (wdev->iftype) { in __cfg80211_leave() 1271 cfg80211_update_iface_num(struct cfg80211_registered_device *rdev, enum nl80211_iftype iftype, int num) cfg80211_update_iface_num() argument [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | chan.c | 491 enum nl80211_iftype iftype) in cfg80211_chandef_dfs_required() 499 switch (iftype) { in cfg80211_chandef_dfs_required() 664 switch (wdev->iftype) { in cfg80211_beaconing_iface_active() 1090 enum nl80211_iftype iftype, in cfg80211_ir_permissive_chan() 1103 if (iftype != NL80211_IFTYPE_P2P_GO && in cfg80211_ir_permissive_chan() 1104 iftype != NL80211_IFTYPE_STATION && in cfg80211_ir_permissive_chan() 1105 iftype != NL80211_IFTYPE_P2P_CLIENT) in cfg80211_ir_permissive_chan() 1127 if (wdev->iftype == NL80211_IFTYPE_STATION && in cfg80211_ir_permissive_chan() 1138 if (iftype == NL80211_IFTYPE_P2P_GO && in cfg80211_ir_permissive_chan() 1139 wdev->iftype in cfg80211_ir_permissive_chan() 489 cfg80211_chandef_dfs_required(struct wiphy *wiphy, const struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype) cfg80211_chandef_dfs_required() argument 1089 cfg80211_ir_permissive_chan(struct wiphy *wiphy, enum nl80211_iftype iftype, struct ieee80211_channel *chan) cfg80211_ir_permissive_chan() argument 1181 _cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype, bool check_no_ir) _cfg80211_reg_can_beacon() argument 1207 cfg80211_reg_can_beacon(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype) cfg80211_reg_can_beacon() argument 1215 cfg80211_reg_can_beacon_relax(struct wiphy *wiphy, struct cfg80211_chan_def *chandef, enum nl80211_iftype iftype) cfg80211_reg_can_beacon_relax() argument [all...] |
H A D | util.c | 543 const u8 *addr, enum nl80211_iftype iftype, in ieee80211_data_to_8023_exthdr() 574 if (iftype == NL80211_IFTYPE_MESH_POINT) in ieee80211_data_to_8023_exthdr() 582 if (unlikely(iftype != NL80211_IFTYPE_AP && in ieee80211_data_to_8023_exthdr() 583 iftype != NL80211_IFTYPE_AP_VLAN && in ieee80211_data_to_8023_exthdr() 584 iftype != NL80211_IFTYPE_P2P_GO)) in ieee80211_data_to_8023_exthdr() 588 if (unlikely(iftype != NL80211_IFTYPE_WDS && in ieee80211_data_to_8023_exthdr() 589 iftype != NL80211_IFTYPE_MESH_POINT && in ieee80211_data_to_8023_exthdr() 590 iftype != NL80211_IFTYPE_AP_VLAN && in ieee80211_data_to_8023_exthdr() 591 iftype != NL80211_IFTYPE_STATION)) in ieee80211_data_to_8023_exthdr() 593 if (iftype in ieee80211_data_to_8023_exthdr() 542 ieee80211_data_to_8023_exthdr(struct sk_buff *skb, struct ethhdr *ehdr, const u8 *addr, enum nl80211_iftype iftype, u8 data_offset, bool is_amsdu) ieee80211_data_to_8023_exthdr() argument 745 ieee80211_amsdu_to_8023s(struct sk_buff *skb, struct sk_buff_head *list, const u8 *addr, enum nl80211_iftype iftype, const unsigned int extra_headroom, const u8 *check_da, const u8 *check_sa) ieee80211_amsdu_to_8023s() argument 1801 cfg80211_validate_beacon_int(struct cfg80211_registered_device *rdev, enum nl80211_iftype iftype, u32 beacon_int) cfg80211_validate_beacon_int() argument 1826 int i, j, iftype; cfg80211_iter_combinations() local 2234 cfg80211_iftype_allowed(struct wiphy *wiphy, enum nl80211_iftype iftype, bool is_4addr, u8 check_swif) cfg80211_iftype_allowed() argument [all...] |
H A D | wext-sme.c | 75 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_siwfreq() 124 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_giwfreq() 154 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_siwessid() 208 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_giwessid() 249 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_siwap() 297 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_STATION)) in cfg80211_mgd_wext_giwap() 321 if (wdev->iftype != NL80211_IFTYPE_STATION) in cfg80211_wext_siwgenie() 376 if (wdev->iftype != NL80211_IFTYPE_STATION) in cfg80211_wext_siwmlme()
|
H A D | core.c | 227 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_P2P_DEVICE)) in cfg80211_stop_p2p_device() 252 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_NAN)) in cfg80211_stop_nan() 276 /* otherwise, check iftype */ in cfg80211_shutdown_all_interfaces() 277 switch (wdev->iftype) { in cfg80211_shutdown_all_interfaces() 1119 switch (wdev->iftype) { in __cfg80211_unregister_wdev() 1155 enum nl80211_iftype iftype, int num) in cfg80211_update_iface_num() 1160 if (iftype == NL80211_IFTYPE_MONITOR) in cfg80211_update_iface_num() 1175 switch (wdev->iftype) { in __cfg80211_leave() 1277 if ((wdev->iftype == NL80211_IFTYPE_STATION || in cfg80211_init_wdev() 1278 wdev->iftype in cfg80211_init_wdev() 1154 cfg80211_update_iface_num(struct cfg80211_registered_device *rdev, enum nl80211_iftype iftype, int num) cfg80211_update_iface_num() argument [all...] |
H A D | wext-compat.c | 62 if (type == wdev->iftype) in cfg80211_wext_siwmode() 79 switch (wdev->iftype) { in cfg80211_wext_giwmode() 421 if (wdev->iftype != NL80211_IFTYPE_ADHOC && in __cfg80211_set_encryption() 422 wdev->iftype != NL80211_IFTYPE_STATION) in __cfg80211_set_encryption() 445 wdev->iftype == NL80211_IFTYPE_ADHOC) { in __cfg80211_set_encryption() 521 if (wdev->iftype == NL80211_IFTYPE_ADHOC && in __cfg80211_set_encryption() 573 if (wdev->iftype != NL80211_IFTYPE_STATION && in cfg80211_wext_siwencode() 574 wdev->iftype != NL80211_IFTYPE_ADHOC) in cfg80211_wext_siwencode() 636 if (wdev->iftype != NL80211_IFTYPE_STATION && in cfg80211_wext_siwencodeext() 637 wdev->iftype ! in cfg80211_wext_siwencodeext() [all...] |
H A D | ibss.c | 27 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in __cfg80211_ibss_joined() 319 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_siwfreq() 374 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_giwfreq() 404 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_siwessid() 441 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_giwessid() 471 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_siwap() 525 if (WARN_ON(wdev->iftype != NL80211_IFTYPE_ADHOC)) in cfg80211_ibss_wext_giwap()
|
H A D | ap.c | 21 if (dev->ieee80211_ptr->iftype != NL80211_IFTYPE_AP && in __cfg80211_stop_ap() 22 dev->ieee80211_ptr->iftype != NL80211_IFTYPE_P2P_GO) in __cfg80211_stop_ap()
|
H A D | ocb.c | 26 if (dev->ieee80211_ptr->iftype != NL80211_IFTYPE_OCB) in __cfg80211_join_ocb() 64 if (dev->ieee80211_ptr->iftype != NL80211_IFTYPE_OCB) in __cfg80211_leave_ocb()
|
/kernel/linux/linux-6.6/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 185 if (vif->iftype != WILC_CLIENT_MODE) in cfg_connect_result() 211 if (vif->iftype != WILC_CLIENT_MODE) { in cfg_connect_result() 408 if (vif->iftype != WILC_CLIENT_MODE) in connect() 431 if (vif->iftype != WILC_CLIENT_MODE) in connect() 470 if (vif->iftype != WILC_CLIENT_MODE) in disconnect() 560 if (priv->wdev.iftype == NL80211_IFTYPE_AP || in add_key() 561 priv->wdev.iftype == NL80211_IFTYPE_P2P_GO) { in add_key() 629 if (priv->wdev.iftype == NL80211_IFTYPE_AP || in add_key() 630 priv->wdev.iftype == NL80211_IFTYPE_P2P_GO) in add_key() 752 if (vif->iftype in get_station() 1544 int iftype; add_virtual_intf() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
H A D | cfg80211.c | 183 if (vif->iftype != WILC_CLIENT_MODE) in cfg_connect_result() 209 if (vif->iftype != WILC_CLIENT_MODE) { in cfg_connect_result() 418 if (vif->iftype != WILC_CLIENT_MODE) in connect() 434 if (vif->iftype != WILC_CLIENT_MODE) in connect() 473 if (vif->iftype != WILC_CLIENT_MODE) in disconnect() 557 if (priv->wdev.iftype == NL80211_IFTYPE_AP) { in add_key() 584 if (priv->wdev.iftype == NL80211_IFTYPE_AP || in add_key() 585 priv->wdev.iftype == NL80211_IFTYPE_P2P_GO) { in add_key() 735 if (vif->iftype == WILC_AP_MODE || vif->iftype in get_station() 1491 int iftype; add_virtual_intf() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 92 if (vif->wdev.iftype != NL80211_IFTYPE_UNSPECIFIED) in qtnf_validate_iface_combinations() 93 params.iftype_num[vif->wdev.iftype]++; in qtnf_validate_iface_combinations() 98 params.iftype_num[change_vif->wdev.iftype]--; in qtnf_validate_iface_combinations() 113 if (vif && vif->wdev.iftype == NL80211_IFTYPE_AP && in qtnf_validate_iface_combinations() 155 vif->wdev.iftype = type; in qtnf_change_virtual_intf() 191 vif->wdev.iftype = NL80211_IFTYPE_UNSPECIFIED; in qtnf_del_virtual_intf() 234 vif->wdev.iftype = type; in qtnf_add_virtual_intf() 282 vif->wdev.iftype = NL80211_IFTYPE_UNSPECIFIED; in qtnf_add_virtual_intf() 501 switch (vif->wdev.iftype) { in qtnf_dump_station() 521 if (vif->wdev.iftype in qtnf_dump_station() [all...] |
H A D | core.c | 103 if (unlikely(vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED)) { in qtnf_netdev_hard_start_xmit() 192 ret = qtnf_cmd_send_change_intf_type(vif, vif->wdev.iftype, in qtnf_netdev_set_mac_address() 280 if (vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED) in qtnf_mac_get_free_vif() 293 if (vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED) in qtnf_mac_get_base_vif() 335 if (vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED) { in qtnf_vif_reset_handler() 354 vif->wdev.iftype = NL80211_IFTYPE_STATION; in qtnf_mac_init_primary_intf() 399 vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED) in qtnf_vif_send_data_high_pri() 445 vif->wdev.iftype = NL80211_IFTYPE_UNSPECIFIED; in qtnf_core_mac_alloc() 528 vif->wdev.iftype != NL80211_IFTYPE_UNSPECIFIED) { in qtnf_core_mac_detach() 588 ret = qtnf_cmd_send_add_intf(vif, vif->wdev.iftype, in qtnf_core_mac_attach() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 92 if (vif->wdev.iftype != NL80211_IFTYPE_UNSPECIFIED) in qtnf_validate_iface_combinations() 93 params.iftype_num[vif->wdev.iftype]++; in qtnf_validate_iface_combinations() 98 params.iftype_num[change_vif->wdev.iftype]--; in qtnf_validate_iface_combinations() 113 if (vif && vif->wdev.iftype == NL80211_IFTYPE_AP && in qtnf_validate_iface_combinations() 155 vif->wdev.iftype = type; in qtnf_change_virtual_intf() 191 vif->wdev.iftype = NL80211_IFTYPE_UNSPECIFIED; in qtnf_del_virtual_intf() 234 vif->wdev.iftype = type; in qtnf_add_virtual_intf() 282 vif->wdev.iftype = NL80211_IFTYPE_UNSPECIFIED; in qtnf_add_virtual_intf() 502 switch (vif->wdev.iftype) { in qtnf_dump_station() 522 if (vif->wdev.iftype in qtnf_dump_station() [all...] |
H A D | core.c | 103 if (unlikely(vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED)) { in qtnf_netdev_hard_start_xmit() 177 ret = qtnf_cmd_send_change_intf_type(vif, vif->wdev.iftype, in qtnf_netdev_set_mac_address() 279 if (vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED) in qtnf_mac_get_free_vif() 292 if (vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED) in qtnf_mac_get_base_vif() 334 if (vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED) { in qtnf_vif_reset_handler() 353 vif->wdev.iftype = NL80211_IFTYPE_STATION; in qtnf_mac_init_primary_intf() 398 vif->wdev.iftype == NL80211_IFTYPE_UNSPECIFIED) in qtnf_vif_send_data_high_pri() 444 vif->wdev.iftype = NL80211_IFTYPE_UNSPECIFIED; in qtnf_core_mac_alloc() 523 vif->wdev.iftype != NL80211_IFTYPE_UNSPECIFIED) { in qtnf_core_mac_detach() 582 ret = qtnf_cmd_send_add_intf(vif, vif->wdev.iftype, in qtnf_core_mac_attach() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | tx.c | 116 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) { in lbs_hard_start_xmit() 152 if (priv->wdev->iftype == NL80211_IFTYPE_MONITOR) { in lbs_hard_start_xmit() 184 if (priv->wdev->iftype != NL80211_IFTYPE_MONITOR || in lbs_send_tx_feedback()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/char/ipmi/ |
H A D | ipmi_plat_data.c | 24 if (p->iftype == IPMI_PLAT_IF_SI) { in ipmi_platform_add() 36 } else if (p->iftype == IPMI_PLAT_IF_SSIF) { in ipmi_platform_add()
|