Home
last modified time | relevance | path

Searched refs:add_sta_param (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/wilc1000/
Dhost_interface.h289 struct add_sta_param { struct
338 int wilc_add_station(struct wilc_vif *vif, struct add_sta_param *sta_param);
342 struct add_sta_param *sta_param);
Dhost_interface.c132 struct add_sta_param add_sta_info;
134 struct add_sta_param edit_sta_info;
2208 static u32 wilc_hif_pack_sta_param(u8 *buff, struct add_sta_param *param) in wilc_hif_pack_sta_param()
2242 struct add_sta_param *param = &msg->body.add_sta_info; in handle_add_station()
2345 struct add_sta_param *param = &msg->body.edit_sta_info; in handle_edit_station()
3843 int wilc_add_station(struct wilc_vif *vif, struct add_sta_param *sta_param) in wilc_add_station()
3847 struct add_sta_param *add_sta_info; in wilc_add_station()
3854 memcpy(add_sta_info, sta_param, sizeof(struct add_sta_param)); in wilc_add_station()
3940 struct add_sta_param *sta_param) in wilc_edit_station()
3944 struct add_sta_param *add_sta_info; in wilc_edit_station()
Dwilc_wfi_cfgoperations.c1873 struct add_sta_param sta_params = { {0} }; in add_station()
1929 struct add_sta_param sta_params = { {0} }; in change_station()