Searched refs:qtnf_wmac (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/ |
| H A D | core.h | 65 struct qtnf_wmac *mac; 100 struct qtnf_wmac { struct 126 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac); argument 127 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac); 128 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac); 129 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac); 134 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *priv, 137 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed); 139 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid); 148 void qtnf_scan_done(struct qtnf_wmac *mac, bool aborted);
|
| H A D | commands.h | 15 int qtnf_cmd_get_mac_info(struct qtnf_wmac *mac); 23 int qtnf_cmd_band_info_get(struct qtnf_wmac *mac, 25 int qtnf_cmd_send_regulatory_config(struct qtnf_wmac *mac, const char *alpha2); 36 int qtnf_cmd_send_phy_params(struct qtnf_wmac *mac, u16 cmd_action, 51 int qtnf_cmd_send_scan(struct qtnf_wmac *mac); 60 int qtnf_cmd_reg_notify(struct qtnf_wmac *mac, struct regulatory_request *req, 62 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq,
|
| H A D | core.c | 40 struct qtnf_wmac *qtnf_core_get_mac(const struct qtnf_bus *bus, u8 macid) in qtnf_core_get_mac() 42 struct qtnf_wmac *mac = NULL; in qtnf_core_get_mac() 93 struct qtnf_wmac *mac; in qtnf_netdev_hard_start_xmit() 156 struct qtnf_wmac *mac; in qtnf_netdev_tx_timeout() 226 struct qtnf_wmac *mac, in qtnf_mac_init_single_band() 249 static int qtnf_mac_init_bands(struct qtnf_wmac *mac) in qtnf_mac_init_bands() 273 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac) in qtnf_mac_get_free_vif() 287 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac) in qtnf_mac_get_base_vif() 299 void qtnf_mac_iface_comb_free(struct qtnf_wmac *mac) in qtnf_mac_iface_comb_free() 316 void qtnf_mac_ext_caps_free(struct qtnf_wmac *mac) in qtnf_mac_ext_caps_free() [all …]
|
| H A D | cfg80211.c | 78 struct qtnf_wmac *mac; in qtnf_validate_iface_combinations() 202 struct qtnf_wmac *mac; in qtnf_add_virtual_intf() 374 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wiphy_params() 639 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_scan() 719 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_disconnect() 753 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_dump_survey() 911 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_tx_power() 951 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_suspend() 983 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_resume() 1007 struct qtnf_wmac *mac = wiphy_priv(wiphy); in qtnf_set_wakeup() [all …]
|
| H A D | event.c | 19 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc() 102 qtnf_event_handle_sta_deauth(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_deauth() 420 qtnf_event_handle_scan_complete(struct qtnf_wmac *mac, in qtnf_event_handle_scan_complete() 435 qtnf_event_handle_freq_change(struct qtnf_wmac *mac, in qtnf_event_handle_freq_change() 674 static int qtnf_event_parse(struct qtnf_wmac *mac, in qtnf_event_parse() 758 struct qtnf_wmac *mac; in qtnf_event_process_skb()
|
| H A D | cfg80211.h | 11 int qtnf_wiphy_register(struct qtnf_hw_info *hw_info, struct qtnf_wmac *mac);
|
| H A D | bus.h | 58 struct qtnf_wmac *mac[QTNF_MAX_MAC];
|
| H A D | commands.c | 989 qtnf_parse_wowlan_info(struct qtnf_wmac *mac, in qtnf_parse_wowlan_info() 1020 qtnf_parse_variable_mac_info(struct qtnf_wmac *mac, in qtnf_parse_variable_mac_info() 1229 qtnf_cmd_resp_proc_mac_info(struct qtnf_wmac *mac, in qtnf_cmd_resp_proc_mac_info() 1543 int qtnf_cmd_get_mac_info(struct qtnf_wmac *mac) in qtnf_cmd_get_mac_info() 1605 int qtnf_cmd_band_info_get(struct qtnf_wmac *mac, in qtnf_cmd_band_info_get() 1647 int qtnf_cmd_send_update_phy_params(struct qtnf_wmac *mac, u32 changed) in qtnf_cmd_send_update_phy_params() 2016 int qtnf_cmd_send_scan(struct qtnf_wmac *mac) in qtnf_cmd_send_scan() 2283 int qtnf_cmd_reg_notify(struct qtnf_wmac *mac, struct regulatory_request *req, in qtnf_cmd_reg_notify() 2455 int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u32 chan_freq, in qtnf_cmd_get_chan_stats() 2502 struct qtnf_wmac *mac = vif->mac; in qtnf_cmd_send_chan_switch()
|