nl80211.h (458ce2910aa83d8a2cafb489d727f7da839e73c6) | nl80211.h (804483e90794256f9ed53e795ffbf1e94de237c8) |
---|---|
1#ifndef __NET_WIRELESS_NL80211_H 2#define __NET_WIRELESS_NL80211_H 3 4#include "core.h" 5 6int nl80211_init(void); 7void nl80211_exit(void); 8void nl80211_notify_dev_rename(struct cfg80211_registered_device *rdev); --- 78 unchanged lines hidden (view full) --- 87void nl80211_send_sta_event(struct cfg80211_registered_device *rdev, 88 struct net_device *dev, const u8 *mac_addr, 89 struct station_info *sinfo, gfp_t gfp); 90void nl80211_send_sta_del_event(struct cfg80211_registered_device *rdev, 91 struct net_device *dev, const u8 *mac_addr, 92 gfp_t gfp); 93 94int nl80211_send_mgmt(struct cfg80211_registered_device *rdev, | 1#ifndef __NET_WIRELESS_NL80211_H 2#define __NET_WIRELESS_NL80211_H 3 4#include "core.h" 5 6int nl80211_init(void); 7void nl80211_exit(void); 8void nl80211_notify_dev_rename(struct cfg80211_registered_device *rdev); --- 78 unchanged lines hidden (view full) --- 87void nl80211_send_sta_event(struct cfg80211_registered_device *rdev, 88 struct net_device *dev, const u8 *mac_addr, 89 struct station_info *sinfo, gfp_t gfp); 90void nl80211_send_sta_del_event(struct cfg80211_registered_device *rdev, 91 struct net_device *dev, const u8 *mac_addr, 92 gfp_t gfp); 93 94int nl80211_send_mgmt(struct cfg80211_registered_device *rdev, |
95 struct net_device *netdev, u32 nlpid, int freq, | 95 struct net_device *netdev, u32 nlpid, 96 int freq, int sig_dbm, |
96 const u8 *buf, size_t len, gfp_t gfp); 97void nl80211_send_mgmt_tx_status(struct cfg80211_registered_device *rdev, 98 struct net_device *netdev, u64 cookie, 99 const u8 *buf, size_t len, bool ack, 100 gfp_t gfp); 101 102void 103nl80211_send_cqm_rssi_notify(struct cfg80211_registered_device *rdev, --- 22 unchanged lines hidden --- | 97 const u8 *buf, size_t len, gfp_t gfp); 98void nl80211_send_mgmt_tx_status(struct cfg80211_registered_device *rdev, 99 struct net_device *netdev, u64 cookie, 100 const u8 *buf, size_t len, bool ack, 101 gfp_t gfp); 102 103void 104nl80211_send_cqm_rssi_notify(struct cfg80211_registered_device *rdev, --- 22 unchanged lines hidden --- |