• Home
  • Raw
  • Download

Lines Matching defs:wiphy

81 qtnf_change_virtual_intf(struct wiphy *wiphy,  in qtnf_change_virtual_intf()
108 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in qtnf_del_virtual_intf()
140 static struct wireless_dev *qtnf_add_virtual_intf(struct wiphy *wiphy, in qtnf_add_virtual_intf()
254 static int qtnf_change_beacon(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_beacon()
267 static int qtnf_start_ap(struct wiphy *wiphy, struct net_device *dev, in qtnf_start_ap()
335 static int qtnf_stop_ap(struct wiphy *wiphy, struct net_device *dev) in qtnf_stop_ap()
355 static int qtnf_set_wiphy_params(struct wiphy *wiphy, u32 changed) in qtnf_set_wiphy_params()
380 qtnf_mgmt_frame_register(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_frame_register()
425 qtnf_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_tx()
455 qtnf_get_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_get_station()
464 qtnf_dump_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_station()
489 static int qtnf_add_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_add_key()
505 static int qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_key()
526 static int qtnf_set_default_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_key()
542 qtnf_set_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_mgmt_key()
557 qtnf_change_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_station()
572 qtnf_del_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_station()
600 qtnf_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in qtnf_scan()
621 qtnf_connect(struct wiphy *wiphy, struct net_device *dev, in qtnf_connect()
692 qtnf_disconnect(struct wiphy *wiphy, struct net_device *dev, in qtnf_disconnect()
723 qtnf_dump_survey(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_survey()
799 qtnf_get_channel(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_get_channel()
838 static int qtnf_channel_switch(struct wiphy *wiphy, struct net_device *dev, in qtnf_channel_switch()
922 struct wiphy *wiphy; in qtnf_cfg80211_reg_notifier() local
987 struct wiphy *wiphy; in qtnf_wiphy_allocate() local
998 static int qtnf_wiphy_setup_if_comb(struct wiphy *wiphy, in qtnf_wiphy_setup_if_comb()
1028 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register() local