vanhoefm / krackattacks-scripts

Other
3.33k stars 768 forks source link

How to identify kernel module #16

Closed cmonty14 closed 6 years ago

cmonty14 commented 6 years ago

Hi, my understanding is that I need to disable hardware encryption and therefore the kernel module must be known. I'm testing on Lenovo T410 and have identified this network cards: lspci -nn | grep Network 00:19.0 Ethernet controller [0200]: Intel Corporation 82577LM Gigabit Network Connection [8086:10ea] (rev 06) 03:00.0 Network controller [0280]: Intel Corporation Centrino Advanced-N 6200 [8086:4239] (rev 35)

How can I identify the relevant kernel module for this network card "Intel Corporation Centrino Advanced-N 6200"?

THX