Home
last modified time | relevance | path

Searched refs:qtnf_vif (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcommands.h18 int qtnf_cmd_send_change_intf_type(struct qtnf_vif *vif,
22 int qtnf_cmd_send_del_intf(struct qtnf_vif *vif);
26 int qtnf_cmd_send_start_ap(struct qtnf_vif *vif,
28 int qtnf_cmd_send_stop_ap(struct qtnf_vif *vif);
49 int qtnf_cmd_send_del_sta(struct qtnf_vif *vif,
52 int qtnf_cmd_send_connect(struct qtnf_vif *vif,
56 int qtnf_cmd_send_disconnect(struct qtnf_vif *vif,
58 int qtnf_cmd_send_updown_intf(struct qtnf_vif *vif,
64 int qtnf_cmd_send_chan_switch(struct qtnf_vif *vif,
67 int qtnf_cmd_start_cac(const struct qtnf_vif *vif,
[all …]
H A Dcore.h44 struct qtnf_vif;
56 struct qtnf_vif { struct
104 struct qtnf_vif iflist[QTNF_MAX_INTF];
124 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac);
125 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac);
132 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *priv,
148 static inline struct qtnf_vif *qtnf_netdev_get_priv(struct net_device *dev) in qtnf_netdev_get_priv()
H A Dcfg80211.c75 struct qtnf_vif *change_vif, in qtnf_validate_iface_combinations()
79 struct qtnf_vif *vif; in qtnf_validate_iface_combinations()
129 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_virtual_intf()
162 struct qtnf_vif *vif; in qtnf_del_virtual_intf()
203 struct qtnf_vif *vif; in qtnf_add_virtual_intf()
376 struct qtnf_vif *vif; in qtnf_set_wiphy_params()
717 struct qtnf_vif *vif; in qtnf_disconnect()
786 struct qtnf_vif *vif; in qtnf_get_channel()
899 struct qtnf_vif *vif; in qtnf_set_tx_power()
943 struct qtnf_vif *vif; in qtnf_suspend()
[all …]
H A Dcore.c92 struct qtnf_vif *vif; in qtnf_netdev_hard_start_xmit()
140 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_tx_timeout()
274 struct qtnf_vif *vif; in qtnf_mac_get_free_vif()
288 struct qtnf_vif *vif; in qtnf_mac_get_base_vif()
330 struct qtnf_vif *vif = container_of(work, struct qtnf_vif, reset_work); in qtnf_vif_reset_handler()
393 struct qtnf_vif *vif = in qtnf_vif_send_data_high_pri()
413 struct qtnf_vif *vif; in qtnf_core_mac_alloc()
508 struct qtnf_vif *vif; in qtnf_core_mac_detach()
561 struct qtnf_vif *vif; in qtnf_core_mac_attach()
667 struct qtnf_vif *vif; in qtnf_core_netdevice_event()
[all …]
H A Dutil.h18 struct qtnf_sta_node *qtnf_sta_list_add(struct qtnf_vif *vif,
20 bool qtnf_sta_list_del(struct qtnf_vif *vif, const u8 *mac);
H A Devent.c19 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc()
136 qtnf_event_handle_bss_join(struct qtnf_vif *vif, in qtnf_event_handle_bss_join()
284 qtnf_event_handle_bss_leave(struct qtnf_vif *vif, in qtnf_event_handle_bss_leave()
311 qtnf_event_handle_mgmt_received(struct qtnf_vif *vif, in qtnf_event_handle_mgmt_received()
340 qtnf_event_handle_scan_results(struct qtnf_vif *vif, in qtnf_event_handle_scan_results()
442 struct qtnf_vif *vif; in qtnf_event_handle_freq_change()
488 static int qtnf_event_handle_radar(struct qtnf_vif *vif, in qtnf_event_handle_radar()
557 qtnf_event_handle_external_auth(struct qtnf_vif *vif, in qtnf_event_handle_external_auth()
596 qtnf_event_handle_mic_failure(struct qtnf_vif *vif, in qtnf_event_handle_mic_failure()
632 qtnf_event_handle_update_owe(struct qtnf_vif *vif, in qtnf_event_handle_update_owe()
[all …]
H A Dcommands.c236 int qtnf_cmd_send_start_ap(struct qtnf_vif *vif, in qtnf_cmd_send_start_ap()
371 int qtnf_cmd_send_stop_ap(struct qtnf_vif *vif) in qtnf_cmd_send_stop_ap()
834 int qtnf_cmd_send_del_intf(struct qtnf_vif *vif) in qtnf_cmd_send_del_intf()
1221 struct qtnf_vif *vif; in qtnf_cmd_resp_proc_mac_info()
1915 int qtnf_cmd_send_del_sta(struct qtnf_vif *vif, in qtnf_cmd_send_del_sta()
2074 int qtnf_cmd_send_connect(struct qtnf_vif *vif, in qtnf_cmd_send_connect()
2168 int qtnf_cmd_send_external_auth(struct qtnf_vif *vif, in qtnf_cmd_send_external_auth()
2455 int qtnf_cmd_send_chan_switch(struct qtnf_vif *vif, in qtnf_cmd_send_chan_switch()
2518 int qtnf_cmd_start_cac(const struct qtnf_vif *vif, in qtnf_cmd_start_cac()
2544 int qtnf_cmd_set_mac_acl(const struct qtnf_vif *vif, in qtnf_cmd_set_mac_acl()
[all …]
H A Dutil.c48 struct qtnf_sta_node *qtnf_sta_list_add(struct qtnf_vif *vif, in qtnf_sta_list_add()
75 bool qtnf_sta_list_del(struct qtnf_vif *vif, const u8 *mac) in qtnf_sta_list_del()
H A Dcfg80211.h13 void qtnf_cfg80211_vif_reset(struct qtnf_vif *vif);