Re: wpa_supplicant in base and in ports
- Reply: Cy Schubert : "Re: wpa_supplicant in base and in ports"
- In reply to: Cy Schubert : "Re: wpa_supplicant in base and in ports"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Dec 2022 18:35:45 UTC
On Fri, Dec 23, 2022 at 06:48:51AM -0800, Cy Schubert wrote: > >What hardware device is your wlan0? That would be "parent interface". I *think* the answer is ath0. In case it isn't, I've provided the following info dmesg ----- ath0: <Atheros AR946x/AR948x> mem 0xef200000-0xef27ffff irq 17 at device 0.0 on pci3 ar9300_flash_map: unimplemented for now Restoring Cal data from DRAM Restoring Cal data from EEPROM Restoring Cal data from Flash Restoring Cal data from Flash Restoring Cal data from OTP ar9300_hw_attach: ar9300_eeprom_attach returned 0 ath0: [HT] enabling HT modes ath0: [HT] enabling short-GI in 20MHz mode ath0: [HT] 1 stream STBC receive enabled ath0: [HT] 1 stream STBC transmit enabled ath0: [HT] LDPC transmit/receive enabled ath0: [HT] 2 RX streams; 2 TX streams ath0: AR9460 mac 640.2 RF5110 phy 0.0 ath0: 2GHz radio: 0x0000; 5GHz radio: 0x0000 /etc/rc.conf ------------ wlans_ath0="wlan0" ifconfig_wlan0="DHCP" create_args_wlan0="country GB regdomain ETSI" /etc/wpa_supplicant.conf ------------------------ network={ ssid="REDACTED_5G" psk="REDACTED_PASSWD" } thanks, --