Searched refs:qtnf_vif (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.h | 16 int qtnf_cmd_send_add_intf(struct qtnf_vif *vif, enum nl80211_iftype iftype, 18 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); 29 int qtnf_cmd_send_register_mgmt(struct qtnf_vif *vif, u16 frame_type, bool reg); 30 int qtnf_cmd_send_frame(struct qtnf_vif *vif, u32 cookie, u16 flags, 32 int qtnf_cmd_send_mgmt_set_appie(struct qtnf_vif *vif, u8 frame_type, 34 int qtnf_cmd_get_sta_info(struct qtnf_vif *vif, const u8 *sta_mac, 38 int qtnf_cmd_send_add_key(struct qtnf_vif *vif, u8 key_index, bool pairwise, [all …]
|
D | cfg80211.c | 75 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() 287 static int qtnf_mgmt_set_appie(struct qtnf_vif *vif, in qtnf_mgmt_set_appie() 336 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_change_beacon() 344 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_start_ap() 358 struct qtnf_vif *vif = qtnf_netdev_get_priv(dev); in qtnf_stop_ap() 376 struct qtnf_vif *vif; in qtnf_set_wiphy_params() [all …]
|
D | core.h | 44 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()
|
D | core.c | 81 struct qtnf_vif *vif = qtnf_netdev_get_priv(skb->dev); in qtnf_packet_send_hi_pri() 92 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() 164 struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_set_mac_address() 190 const struct qtnf_vif *vif = qtnf_netdev_get_priv(ndev); in qtnf_netdev_port_parent_id() 272 struct qtnf_vif *qtnf_mac_get_free_vif(struct qtnf_wmac *mac) in qtnf_mac_get_free_vif() 274 struct qtnf_vif *vif; in qtnf_mac_get_free_vif() 286 struct qtnf_vif *qtnf_mac_get_base_vif(struct qtnf_wmac *mac) in qtnf_mac_get_base_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() [all …]
|
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() 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() [all …]
|
D | util.h | 18 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);
|
D | commands.c | 189 static bool qtnf_cmd_start_ap_can_fit(const struct qtnf_vif *vif, in qtnf_cmd_start_ap_can_fit() 236 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() 389 int qtnf_cmd_send_register_mgmt(struct qtnf_vif *vif, u16 frame_type, bool reg) in qtnf_cmd_send_register_mgmt() 414 int qtnf_cmd_send_frame(struct qtnf_vif *vif, u32 cookie, u16 flags, in qtnf_cmd_send_frame() 450 int qtnf_cmd_send_mgmt_set_appie(struct qtnf_vif *vif, u8 frame_type, in qtnf_cmd_send_mgmt_set_appie() 702 int qtnf_cmd_get_sta_info(struct qtnf_vif *vif, const u8 *sta_mac, in qtnf_cmd_get_sta_info() 745 static int qtnf_cmd_send_add_change_intf(struct qtnf_vif *vif, in qtnf_cmd_send_add_change_intf() 801 int qtnf_cmd_send_add_intf(struct qtnf_vif *vif, enum nl80211_iftype iftype, in qtnf_cmd_send_add_intf() 808 int qtnf_cmd_send_change_intf_type(struct qtnf_vif *vif, in qtnf_cmd_send_change_intf_type() [all …]
|
D | util.c | 48 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()
|
D | cfg80211.h | 13 void qtnf_cfg80211_vif_reset(struct qtnf_vif *vif);
|