Lines Matching defs:wiphy
84 qtnf_validate_iface_combinations(struct wiphy *wiphy, in qtnf_validate_iface_combinations()
119 qtnf_change_virtual_intf(struct wiphy *wiphy, in qtnf_change_virtual_intf()
153 int qtnf_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in qtnf_del_virtual_intf()
184 static struct wireless_dev *qtnf_add_virtual_intf(struct wiphy *wiphy, in qtnf_add_virtual_intf()
308 static int qtnf_change_beacon(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_beacon()
316 static int qtnf_start_ap(struct wiphy *wiphy, struct net_device *dev, in qtnf_start_ap()
330 static int qtnf_stop_ap(struct wiphy *wiphy, struct net_device *dev) in qtnf_stop_ap()
348 static int qtnf_set_wiphy_params(struct wiphy *wiphy, u32 changed) in qtnf_set_wiphy_params()
373 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()
464 qtnf_get_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_get_station()
474 qtnf_dump_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_station()
501 static int qtnf_add_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_add_key()
517 static int qtnf_del_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_key()
531 static int qtnf_set_default_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_key()
547 qtnf_set_default_mgmt_key(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_default_mgmt_key()
562 qtnf_change_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_change_station()
577 qtnf_del_station(struct wiphy *wiphy, struct net_device *dev, in qtnf_del_station()
597 qtnf_scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in qtnf_scan()
618 qtnf_connect(struct wiphy *wiphy, struct net_device *dev, in qtnf_connect()
647 qtnf_disconnect(struct wiphy *wiphy, struct net_device *dev, in qtnf_disconnect()
685 qtnf_dump_survey(struct wiphy *wiphy, struct net_device *dev, in qtnf_dump_survey()
761 qtnf_get_channel(struct wiphy *wiphy, struct wireless_dev *wdev, in qtnf_get_channel()
791 static int qtnf_channel_switch(struct wiphy *wiphy, struct net_device *dev, in qtnf_channel_switch()
814 static int qtnf_start_radar_detection(struct wiphy *wiphy, in qtnf_start_radar_detection()
832 static int qtnf_set_mac_acl(struct wiphy *wiphy, in qtnf_set_mac_acl()
846 static int qtnf_set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, in qtnf_set_power_mgmt()
863 static int qtnf_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wowlan) in qtnf_suspend()
895 static int qtnf_resume(struct wiphy *wiphy) in qtnf_resume()
919 static void qtnf_set_wakeup(struct wiphy *wiphy, bool enabled) in qtnf_set_wakeup()
967 struct wiphy *wiphy; in qtnf_cfg80211_reg_notifier() local
1007 struct wiphy *wiphy; in qtnf_wiphy_allocate() local
1025 qtnf_wiphy_setup_if_comb(struct wiphy *wiphy, struct qtnf_mac_info *mac_info) in qtnf_wiphy_setup_if_comb()
1054 struct wiphy *wiphy = priv_to_wiphy(mac); in qtnf_wiphy_register() local