Lines Matching full:vif
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,
40 int qtnf_cmd_send_del_key(struct qtnf_vif *vif, u8 key_index, bool pairwise,
42 int qtnf_cmd_send_set_default_key(struct qtnf_vif *vif, u8 key_index,
44 int qtnf_cmd_send_set_default_mgmt_key(struct qtnf_vif *vif, u8 key_index);
45 int qtnf_cmd_send_add_sta(struct qtnf_vif *vif, const u8 *mac,
47 int qtnf_cmd_send_change_sta(struct qtnf_vif *vif, const u8 *mac,
49 int qtnf_cmd_send_del_sta(struct qtnf_vif *vif,
52 int qtnf_cmd_send_connect(struct qtnf_vif *vif,
54 int qtnf_cmd_send_external_auth(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,
66 int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef);
67 int qtnf_cmd_start_cac(const struct qtnf_vif *vif,
70 int qtnf_cmd_set_mac_acl(const struct qtnf_vif *vif,
72 int qtnf_cmd_send_pm_set(const struct qtnf_vif *vif, u8 pm_mode, int timeout);
73 int qtnf_cmd_get_tx_power(const struct qtnf_vif *vif, int *dbm);
74 int qtnf_cmd_set_tx_power(const struct qtnf_vif *vif,
76 int qtnf_cmd_send_wowlan_set(const struct qtnf_vif *vif,
78 int qtnf_cmd_netdev_changeupper(const struct qtnf_vif *vif, int br_domain);
79 int qtnf_cmd_send_update_owe(struct qtnf_vif *vif,