Searched refs:wilc_send_config_pkt (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/net/wireless/microchip/wilc1000/ |
D | hif.c | 128 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in handle_scan_done() 249 result = wilc_send_config_pkt(vif, WILC_SET_CFG, wid_list, index); in wilc_scan() 299 result = wilc_send_config_pkt(vif, WILC_SET_CFG, wid_list, wid_cnt); in wilc_send_connect_wid() 347 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in handle_connect_timeout() 542 result = wilc_send_config_pkt(vif, WILC_GET_CFG, &wid, 1); in host_int_get_assoc_res_info() 692 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in wilc_disconnect() 763 result = wilc_send_config_pkt(vif, WILC_GET_CFG, wid_list, wid_cnt); in wilc_get_statistics() 846 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in handle_remain_on_chan() 880 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in wilc_handle_roc_expired() 955 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in handle_set_mcast_filter() [all …]
|
D | wlan.h | 429 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids,
|
D | wlan.c | 1331 int wilc_send_config_pkt(struct wilc_vif *vif, u8 mode, struct wid *wids, in wilc_send_config_pkt() function
|