Searched refs:WILC_SET_CFG (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.10/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() 692 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in wilc_disconnect() 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() 1027 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in wilc_remove_wep_key() 1043 result = wilc_send_config_pkt(vif, WILC_SET_CFG, &wid, 1); in wilc_set_wep_default_keyid() [all …]
|
| D | hif.h | 29 WILC_SET_CFG = 0, enumerator
|
| D | wlan.c | 1103 } else if (mode == WILC_SET_CFG) { in wilc_send_config_pkt()
|