Lines Matching defs:wiphy

133 static void *mwifiex_cfg80211_get_adapter(struct wiphy *wiphy)  in mwifiex_cfg80211_get_adapter()
142 mwifiex_cfg80211_del_key(struct wiphy *wiphy, struct net_device *netdev, in mwifiex_cfg80211_del_key()
197 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, in mwifiex_cfg80211_mgmt_tx()
261 mwifiex_cfg80211_mgmt_frame_register(struct wiphy *wiphy, in mwifiex_cfg80211_mgmt_frame_register()
286 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy, in mwifiex_cfg80211_remain_on_channel()
328 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, in mwifiex_cfg80211_cancel_remain_on_channel()
358 mwifiex_cfg80211_set_tx_power(struct wiphy *wiphy, in mwifiex_cfg80211_set_tx_power()
386 mwifiex_cfg80211_set_power_mgmt(struct wiphy *wiphy, in mwifiex_cfg80211_set_power_mgmt()
406 mwifiex_cfg80211_set_default_key(struct wiphy *wiphy, struct net_device *netdev, in mwifiex_cfg80211_set_default_key()
431 mwifiex_cfg80211_add_key(struct wiphy *wiphy, struct net_device *netdev, in mwifiex_cfg80211_add_key()
471 int mwifiex_send_domain_info_cmd_fw(struct wiphy *wiphy) in mwifiex_send_domain_info_cmd_fw()
562 static void mwifiex_reg_notifier(struct wiphy *wiphy, in mwifiex_reg_notifier()
638 mwifiex_cfg80211_set_wiphy_params(struct wiphy *wiphy, u32 changed) in mwifiex_cfg80211_set_wiphy_params()
1051 mwifiex_cfg80211_change_virtual_intf(struct wiphy *wiphy, in mwifiex_cfg80211_change_virtual_intf()
1354 mwifiex_cfg80211_get_station(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_get_station()
1371 mwifiex_cfg80211_dump_station(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_dump_station()
1401 mwifiex_cfg80211_dump_survey(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_dump_survey()
1574 static int mwifiex_cfg80211_set_bitrate_mask(struct wiphy *wiphy, in mwifiex_cfg80211_set_bitrate_mask()
1626 static int mwifiex_cfg80211_set_cqm_rssi_config(struct wiphy *wiphy, in mwifiex_cfg80211_set_cqm_rssi_config()
1662 static int mwifiex_cfg80211_change_beacon(struct wiphy *wiphy, in mwifiex_cfg80211_change_beacon()
1696 mwifiex_cfg80211_del_station(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_del_station()
1732 mwifiex_cfg80211_set_antenna(struct wiphy *wiphy, u32 tx_ant, u32 rx_ant) in mwifiex_cfg80211_set_antenna()
1797 static int mwifiex_cfg80211_stop_ap(struct wiphy *wiphy, struct net_device *dev) in mwifiex_cfg80211_stop_ap()
1836 static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy, in mwifiex_cfg80211_start_ap()
1948 mwifiex_cfg80211_disconnect(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_disconnect()
2176 mwifiex_cfg80211_connect(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_connect()
2322 mwifiex_cfg80211_join_ibss(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_join_ibss()
2367 mwifiex_cfg80211_leave_ibss(struct wiphy *wiphy, struct net_device *dev) in mwifiex_cfg80211_leave_ibss()
2389 mwifiex_cfg80211_scan(struct wiphy *wiphy, in mwifiex_cfg80211_scan()
2585 struct wireless_dev *mwifiex_add_virtual_intf(struct wiphy *wiphy, in mwifiex_add_virtual_intf()
2829 int mwifiex_del_virtual_intf(struct wiphy *wiphy, struct wireless_dev *wdev) in mwifiex_del_virtual_intf()
3105 static int mwifiex_cfg80211_suspend(struct wiphy *wiphy, in mwifiex_cfg80211_suspend()
3158 static int mwifiex_cfg80211_resume(struct wiphy *wiphy) in mwifiex_cfg80211_resume()
3163 static void mwifiex_cfg80211_set_wakeup(struct wiphy *wiphy, in mwifiex_cfg80211_set_wakeup()
3252 static int mwifiex_cfg80211_set_coalesce(struct wiphy *wiphy, in mwifiex_cfg80211_set_coalesce()
3290 mwifiex_cfg80211_tdls_mgmt(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_tdls_mgmt()
3365 mwifiex_cfg80211_tdls_oper(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_tdls_oper()
3413 mwifiex_cfg80211_tdls_chan_switch(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_tdls_chan_switch()
3454 mwifiex_cfg80211_tdls_cancel_chan_switch(struct wiphy *wiphy, in mwifiex_cfg80211_tdls_cancel_chan_switch()
3479 mwifiex_cfg80211_add_station(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_add_station()
3495 mwifiex_cfg80211_channel_switch(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_channel_switch()
3552 static int mwifiex_cfg80211_get_channel(struct wiphy *wiphy, in mwifiex_cfg80211_get_channel()
3592 mwifiex_cfg80211_start_radar_detection(struct wiphy *wiphy, in mwifiex_cfg80211_start_radar_detection()
3633 mwifiex_cfg80211_change_station(struct wiphy *wiphy, struct net_device *dev, in mwifiex_cfg80211_change_station()
3764 struct wiphy *wiphy; in mwifiex_register_cfg80211() local