• Home
  • Raw
  • Download

Lines Matching refs:vif

154 int wilc_remove_wep_key(struct wilc_vif *vif, u8 index);
155 int wilc_set_wep_default_keyid(struct wilc_vif *vif, u8 index);
156 int wilc_add_wep_key_bss_sta(struct wilc_vif *vif, const u8 *key, u8 len,
158 int wilc_add_wep_key_bss_ap(struct wilc_vif *vif, const u8 *key, u8 len,
160 int wilc_add_ptk(struct wilc_vif *vif, const u8 *ptk, u8 ptk_key_len,
163 s32 wilc_get_inactive_time(struct wilc_vif *vif, const u8 *mac,
165 int wilc_add_rx_gtk(struct wilc_vif *vif, const u8 *rx_gtk, u8 gtk_key_len,
169 int wilc_set_pmkid_info(struct wilc_vif *vif, struct wilc_pmkid_attr *pmkid);
170 int wilc_get_mac_address(struct wilc_vif *vif, u8 *mac_addr);
171 int wilc_set_join_req(struct wilc_vif *vif, u8 *bssid, const u8 *ies,
173 int wilc_disconnect(struct wilc_vif *vif);
174 int wilc_set_mac_chnl_num(struct wilc_vif *vif, u8 channel);
175 int wilc_get_rssi(struct wilc_vif *vif, s8 *rssi_level);
176 int wilc_scan(struct wilc_vif *vif, u8 scan_source, u8 scan_type,
181 int wilc_hif_set_cfg(struct wilc_vif *vif,
184 int wilc_deinit(struct wilc_vif *vif);
185 int wilc_add_beacon(struct wilc_vif *vif, u32 interval, u32 dtim_period,
187 int wilc_del_beacon(struct wilc_vif *vif);
188 int wilc_add_station(struct wilc_vif *vif, const u8 *mac,
190 int wilc_del_allstation(struct wilc_vif *vif, u8 mac_addr[][ETH_ALEN]);
191 int wilc_del_station(struct wilc_vif *vif, const u8 *mac_addr);
192 int wilc_edit_station(struct wilc_vif *vif, const u8 *mac,
194 int wilc_set_power_mgmt(struct wilc_vif *vif, bool enabled, u32 timeout);
195 int wilc_setup_multicast_filter(struct wilc_vif *vif, u32 enabled, u32 count,
197 int wilc_remain_on_channel(struct wilc_vif *vif, u64 cookie,
201 int wilc_listen_state_expired(struct wilc_vif *vif, u64 cookie);
202 void wilc_frame_register(struct wilc_vif *vif, u16 frame_type, bool reg);
203 int wilc_set_operation_mode(struct wilc_vif *vif, int index, u8 mode,
205 int wilc_get_statistics(struct wilc_vif *vif, struct rf_info *stats);
206 int wilc_get_vif_idx(struct wilc_vif *vif);
207 int wilc_set_tx_power(struct wilc_vif *vif, u8 tx_power);
208 int wilc_get_tx_power(struct wilc_vif *vif, u8 *tx_power);