Searched refs:WILC_GET_CFG (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/wireless/microchip/wilc1000/ |
D | hif.h | 30 WILC_GET_CFG enumerator
|
D | hif.c | 568 result = wilc_send_config_pkt(vif, WILC_GET_CFG, &wid, 1); in host_int_get_assoc_res_info() 793 result = wilc_send_config_pkt(vif, WILC_GET_CFG, wid_list, wid_cnt); in wilc_get_statistics() 1274 result = wilc_send_config_pkt(vif, WILC_GET_CFG, &wid, 1); in wilc_get_mac_address() 1394 result = wilc_send_config_pkt(vif, WILC_GET_CFG, &wid, 1); in wilc_get_inactive_time() 1415 result = wilc_send_config_pkt(vif, WILC_GET_CFG, &wid, 1); in wilc_get_rssi() 1981 return wilc_send_config_pkt(vif, WILC_GET_CFG, &wid, 1); in wilc_get_tx_power()
|
D | wlan.c | 1372 if (mode == WILC_GET_CFG) { in wilc_send_config_pkt()
|