Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/
Dcommands.h28 int qtnf_cmd_send_add_intf(struct qtnf_vif *vif, enum nl80211_iftype iftype,
30 int qtnf_cmd_send_change_intf_type(struct qtnf_vif *vif,
32 int qtnf_cmd_send_del_intf(struct qtnf_vif *vif);
36 int qtnf_cmd_send_start_ap(struct qtnf_vif *vif,
38 int qtnf_cmd_send_stop_ap(struct qtnf_vif *vif);
39 int qtnf_cmd_send_register_mgmt(struct qtnf_vif *vif, u16 frame_type, bool reg);
40 int qtnf_cmd_send_mgmt_frame(struct qtnf_vif *vif, u32 cookie, u16 flags,
42 int qtnf_cmd_send_mgmt_set_appie(struct qtnf_vif *vif, u8 frame_type,
44 int qtnf_cmd_get_sta_info(struct qtnf_vif *vif, const u8 *sta_mac,
48 int qtnf_cmd_send_add_key(struct qtnf_vif *vif, u8 key_index, bool pairwise,
[all …]
Dcore.h55 struct qtnf_vif;
73 struct qtnf_vif { struct
131 struct qtnf_vif iflist[QTNF_MAX_INTF];
151 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac);
152 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac);
155 int qtnf_core_net_attach(struct qtnf_wmac *mac, struct qtnf_vif *priv,
172 static inline struct qtnf_vif *qtnf_netdev_get_priv(struct net_device *dev) in qtnf_netdev_get_priv()
Dcfg80211.c85 struct qtnf_vif *change_vif, in qtnf_validate_iface_combinations()
89 struct qtnf_vif *vif; in qtnf_validate_iface_combinations()
124 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_virtual_intf()
156 struct qtnf_vif *vif; in qtnf_del_virtual_intf()
191 struct qtnf_vif *vif; in qtnf_add_virtual_intf()
262 static int qtnf_mgmt_set_appie(struct qtnf_vif *vif, in qtnf_mgmt_set_appie()
311 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_beacon()
319 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_start_ap()
332 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_stop_ap()
351 struct qtnf_vif *vif; in qtnf_set_wiphy_params()
[all …]
Dcore.c82 struct qtnf_vif *vif; in qtnf_netdev_hard_start_xmit()
125 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_get_stats64()
160 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_tx_timeout()
184 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_set_mac_address()
264 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac) in qtnf_mac_get_free_vif()
266 struct qtnf_vif *vif; in qtnf_mac_get_free_vif()
278 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac) in qtnf_mac_get_base_vif()
280 struct qtnf_vif *vif; in qtnf_mac_get_base_vif()
309 struct qtnf_vif *vif = container_of(work, struct qtnf_vif, reset_work); in qtnf_vif_reset_handler()
330 struct qtnf_vif *vif = &mac->iflist[QTNF_PRIMARY_VIF_IDX]; in qtnf_mac_init_primary_intf()
[all …]
Devent.c31 qtnf_event_handle_sta_assoc(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_assoc()
123 qtnf_event_handle_sta_deauth(struct qtnf_wmac *mac, struct qtnf_vif *vif, in qtnf_event_handle_sta_deauth()
157 qtnf_event_handle_bss_join(struct qtnf_vif *vif, in qtnf_event_handle_bss_join()
197 qtnf_event_handle_bss_leave(struct qtnf_vif *vif, in qtnf_event_handle_bss_leave()
230 qtnf_event_handle_mgmt_received(struct qtnf_vif *vif, in qtnf_event_handle_mgmt_received()
259 qtnf_event_handle_scan_results(struct qtnf_vif *vif, in qtnf_event_handle_scan_results()
369 struct qtnf_vif *vif; in qtnf_event_handle_freq_change()
409 static int qtnf_event_handle_radar(struct qtnf_vif *vif, in qtnf_event_handle_radar()
481 struct qtnf_vif *vif = NULL; in qtnf_event_parse()
Dutil.h29 struct qtnf_sta_node *qtnf_sta_list_add(struct qtnf_vif *vif,
31 bool qtnf_sta_list_del(struct qtnf_vif *vif, const u8 *mac);
Dutil.c60 struct qtnf_sta_node *qtnf_sta_list_add(struct qtnf_vif *vif, in qtnf_sta_list_add()
87 bool qtnf_sta_list_del(struct qtnf_vif *vif, const u8 *mac) in qtnf_sta_list_del()
Dcommands.c196 static bool qtnf_cmd_start_ap_can_fit(const struct qtnf_vif *vif, in qtnf_cmd_start_ap_can_fit()
225 int qtnf_cmd_send_start_ap(struct qtnf_vif *vif, in qtnf_cmd_send_start_ap()
352 int qtnf_cmd_send_stop_ap(struct qtnf_vif *vif) in qtnf_cmd_send_stop_ap()
385 int qtnf_cmd_send_register_mgmt(struct qtnf_vif *vif, u16 frame_type, bool reg) in qtnf_cmd_send_register_mgmt()
421 int qtnf_cmd_send_mgmt_frame(struct qtnf_vif *vif, u32 cookie, u16 flags, in qtnf_cmd_send_mgmt_frame()
468 int qtnf_cmd_send_mgmt_set_appie(struct qtnf_vif *vif, u8 frame_type, in qtnf_cmd_send_mgmt_set_appie()
726 int qtnf_cmd_get_sta_info(struct qtnf_vif *vif, const u8 *sta_mac, in qtnf_cmd_get_sta_info()
790 static int qtnf_cmd_send_add_change_intf(struct qtnf_vif *vif, in qtnf_cmd_send_add_change_intf()
853 int qtnf_cmd_send_add_intf(struct qtnf_vif *vif, in qtnf_cmd_send_add_intf()
860 int qtnf_cmd_send_change_intf_type(struct qtnf_vif *vif, in qtnf_cmd_send_change_intf_type()
[all …]
Dcfg80211.h26 void qtnf_cfg80211_vif_reset(struct qtnf_vif *vif);