Lines Matching defs:wiphy

118 		struct wiphy *wiphy = priv->dev->ieee80211_ptr->wiphy;  in cfg_scan_result()  local
171 struct wiphy *wiphy = dev->ieee80211_ptr->wiphy; in cfg_connect_result() local
233 static int set_channel(struct wiphy *wiphy, in set_channel()
260 static int scan(struct wiphy *wiphy, struct cfg80211_scan_request *request) in scan()
298 static int connect(struct wiphy *wiphy, struct net_device *dev, in connect()
447 static int disconnect(struct wiphy *wiphy, struct net_device *dev, in disconnect()
539 static int add_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in add_key()
644 static int del_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in del_key()
685 static int get_key(struct wiphy *wiphy, struct net_device *netdev, int link_id, in get_key()
723 static int set_default_key(struct wiphy *wiphy, struct net_device *netdev, in set_default_key()
730 static int set_default_mgmt_key(struct wiphy *wiphy, struct net_device *netdev, in set_default_mgmt_key()
738 static int get_station(struct wiphy *wiphy, struct net_device *dev, in get_station()
796 static int change_bss(struct wiphy *wiphy, struct net_device *dev, in change_bss()
802 static int set_wiphy_params(struct wiphy *wiphy, u32 changed) in set_wiphy_params()
870 static int set_pmksa(struct wiphy *wiphy, struct net_device *netdev, in set_pmksa()
904 static int del_pmksa(struct wiphy *wiphy, struct net_device *netdev, in del_pmksa()
936 static int flush_pmksa(struct wiphy *wiphy, struct net_device *netdev) in flush_pmksa()
1107 static int remain_on_channel(struct wiphy *wiphy, in remain_on_channel()
1146 static int cancel_remain_on_channel(struct wiphy *wiphy, in cancel_remain_on_channel()
1159 static int mgmt_tx(struct wiphy *wiphy, in mgmt_tx()
1249 static int mgmt_tx_cancel_wait(struct wiphy *wiphy, in mgmt_tx_cancel_wait()
1273 void wilc_update_mgmt_frame_registrations(struct wiphy *wiphy, in wilc_update_mgmt_frame_registrations()
1306 static int external_auth(struct wiphy *wiphy, struct net_device *dev, in external_auth()
1317 static int set_cqm_rssi_config(struct wiphy *wiphy, struct net_device *dev, in set_cqm_rssi_config()
1323 static int dump_station(struct wiphy *wiphy, struct net_device *dev, in dump_station()
1341 static int set_power_mgmt(struct wiphy *wiphy, struct net_device *dev, in set_power_mgmt()
1355 static int change_virtual_intf(struct wiphy *wiphy, struct net_device *dev, in change_virtual_intf()
1421 static int start_ap(struct wiphy *wiphy, struct net_device *dev, in start_ap()
1437 static int change_beacon(struct wiphy *wiphy, struct net_device *dev, in change_beacon()
1445 static int stop_ap(struct wiphy *wiphy, struct net_device *dev, in stop_ap()
1461 static int add_station(struct wiphy *wiphy, struct net_device *dev, in add_station()
1480 static int del_station(struct wiphy *wiphy, struct net_device *dev, in del_station()
1503 static int change_station(struct wiphy *wiphy, struct net_device *dev, in change_station()
1529 static struct wireless_dev *add_virtual_intf(struct wiphy *wiphy, in add_virtual_intf()
1599 static int del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in del_virtual_intf()
1621 static int wilc_suspend(struct wiphy *wiphy, struct cfg80211_wowlan *wow) in wilc_suspend()
1633 static int wilc_resume(struct wiphy *wiphy) in wilc_resume()
1638 static void wilc_set_wakeup(struct wiphy *wiphy, bool enabled) in wilc_set_wakeup()
1656 static int set_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in set_tx_power()
1688 static int get_tx_power(struct wiphy *wiphy, struct wireless_dev *wdev, in get_tx_power()
1829 struct wiphy *wiphy; in wilc_create_wiphy() local