1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 3 * Portions of this file 4 * Copyright (C) 2018, 2020-2024 Intel Corpora 5 */ 6 #ifndef __NET_WIRELESS_NL80211_H 7 #define __NET_WIRELESS_NL80211_H 8 9 #include "core.h" 10 11 int nl80211_init(void); 12 void nl80211_exit(void); 13 14 void *nl80211hdr_put(struct sk_buff *skb, u32 15 int flags, u8 cmd); 16 bool nl80211_put_sta_rate(struct sk_buff *msg, 17 int attr); 18 19 static inline u64 wdev_id(struct wireless_dev 20 { 21 return (u64)wdev->identifier | 22 ((u64)wiphy_to_rdev(wdev->wiphy 23 } 24 25 int nl80211_parse_chandef(struct cfg80211_regi 26 struct genl_info *in 27 struct cfg80211_chan 28 int nl80211_parse_random_mac(struct nlattr **a 29 u8 *mac_addr, u8 30 31 void nl80211_notify_wiphy(struct cfg80211_regi 32 enum nl80211_command 33 void nl80211_notify_iface(struct cfg80211_regi 34 struct wireless_dev 35 enum nl80211_command 36 void nl80211_send_scan_start(struct cfg80211_r 37 struct wireless_d 38 struct sk_buff *nl80211_build_scan_msg(struct 39 struct 40 void nl80211_send_scan_msg(struct cfg80211_reg 41 struct sk_buff *msg 42 void nl80211_send_sched_scan(struct cfg80211_s 43 void nl80211_common_reg_change_event(enum nl80 44 struct re 45 46 static inline void 47 nl80211_send_reg_change_event(struct regulator 48 { 49 nl80211_common_reg_change_event(NL8021 50 } 51 52 static inline void 53 nl80211_send_wiphy_reg_change_event(struct reg 54 { 55 nl80211_common_reg_change_event(NL8021 56 } 57 58 void nl80211_send_rx_auth(struct cfg80211_regi 59 struct net_device *n 60 const u8 *buf, size_ 61 void nl80211_send_rx_assoc(struct cfg80211_reg 62 struct net_device * 63 const struct cfg802 64 void nl80211_send_deauth(struct cfg80211_regis 65 struct net_device *ne 66 const u8 *buf, size_t 67 bool reconnect, gfp_t 68 void nl80211_send_disassoc(struct cfg80211_reg 69 struct net_device * 70 const u8 *buf, size 71 bool reconnect, gfp 72 void nl80211_send_auth_timeout(struct cfg80211 73 struct net_devi 74 const u8 *addr, 75 void nl80211_send_assoc_timeout(struct cfg8021 76 struct net_dev 77 const u8 *addr 78 void nl80211_send_connect_result(struct cfg802 79 struct net_de 80 struct cfg802 81 gfp_t gfp); 82 void nl80211_send_roamed(struct cfg80211_regis 83 struct net_device *ne 84 struct cfg80211_roam_ 85 /* For STA/GC, indicate port authorized with A 86 * For GO/AP, use peer GC/STA mac_addr. 87 */ 88 void nl80211_send_port_authorized(struct cfg80 89 struct net_d 90 const u8 *td 91 void nl80211_send_disconnected(struct cfg80211 92 struct net_devi 93 const u8 *ie, s 94 95 void 96 nl80211_michael_mic_failure(struct cfg80211_re 97 struct net_device 98 enum nl80211_key_t 99 int key_id, const 100 101 void 102 nl80211_send_beacon_hint_event(struct wiphy *w 103 struct ieee8021 104 struct ieee8021 105 106 void nl80211_send_ibss_bssid(struct cfg80211_r 107 struct net_device 108 gfp_t gfp); 109 110 int nl80211_send_mgmt(struct cfg80211_register 111 struct wireless_dev *wde 112 struct cfg80211_rx_info 113 114 void 115 nl80211_radar_notify(struct cfg80211_registere 116 const struct cfg80211_cha 117 enum nl80211_radar_event 118 struct net_device *netdev 119 120 void nl80211_send_ap_stopped(struct wireless_d 121 122 void cfg80211_free_coalesce(struct cfg80211_co 123 124 /* peer measurement */ 125 int nl80211_pmsr_start(struct sk_buff *skb, st 126 127 #endif /* __NET_WIRELESS_NL80211_H */ 128
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.