Lines Matching defs:wiphy
73 qtnf_validate_iface_combinations(struct wiphy *wiphy, in qtnf_validate_iface_combinations()
108 qtnf_change_virtual_intf(struct wiphy *wiphy, in qtnf_change_virtual_intf()
143 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in qtnf_del_virtual_intf()
180 static struct wireless_dev *qtnf_add_virtual_intf(struct wiphy *wiphy, in qtnf_add_virtual_intf()
310 static int qtnf_change_beacon(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_beacon()
318 static int qtnf_start_ap(struct wiphy *wiphy, struct net_device *dev, in qtnf_start_ap()
332 static int qtnf_stop_ap(struct wiphy *wiphy, struct net_device *dev) in qtnf_stop_ap()
349 static int qtnf_set_wiphy_params(struct wiphy *wiphy, u32 changed) in qtnf_set_wiphy_params()
369 qtnf_mgmt_frame_register(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_frame_register()
421 qtnf_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_mgmt_tx()
459 qtnf_get_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_get_station()
469 qtnf_dump_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_station()
508 static int qtnf_add_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_add_key()
524 static int qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_key()
545 static int qtnf_set_default_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_key()
561 qtnf_set_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_mgmt_key()
576 qtnf_change_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_station()
591 qtnf_del_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_station()
612 qtnf_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in qtnf_scan()
637 qtnf_connect(struct wiphy *wiphy, struct net_device *dev, in qtnf_connect()
669 qtnf_external_auth(struct wiphy *wiphy, struct net_device *dev, in qtnf_external_auth()
693 qtnf_disconnect(struct wiphy *wiphy, struct net_device *dev, in qtnf_disconnect()
727 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()
831 static int qtnf_channel_switch(struct wiphy *wiphy, struct net_device *dev, in qtnf_channel_switch()
854 static int qtnf_start_radar_detection(struct wiphy *wiphy, in qtnf_start_radar_detection()
872 static int qtnf_set_mac_acl(struct wiphy *wiphy, in qtnf_set_mac_acl()
886 static int qtnf_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_power_mgmt()
901 static int qtnf_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) in qtnf_suspend()
933 static int qtnf_resume(struct wiphy *wiphy) in qtnf_resume()
957 static void qtnf_set_wakeup(struct wiphy *wiphy, bool enabled) in qtnf_set_wakeup()
1001 static void qtnf_cfg80211_reg_notifier(struct wiphy *wiphy, in qtnf_cfg80211_reg_notifier()
1031 struct wiphy *wiphy; in qtnf_wiphy_allocate() local
1049 qtnf_wiphy_setup_if_comb(struct wiphy *wiphy, struct qtnf_mac_info *mac_info) in qtnf_wiphy_setup_if_comb()
1078 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register() local