doudootiana
New Member
Hy.
I work on a board Mochabin from GloablScale.
I tried to use a card mpcie ax with driver mt7915e.
This board has two interfaces : 1 for 2.4gh and 1 for 5/6ghz.
The 2.4 GHz works well.
But i want to use thé 5/6ghz it blocks here :
mgmt::deauth cb
I tried the card on another board and it works.
I tried to user a card 5ghz with drivers ath10k on the mochabin board and it works.
Hère the log output :
And here the configuration of hostapd :
I've been going around in circles for a week
Thanks by advance
Doudoo
I work on a board Mochabin from GloablScale.
I tried to use a card mpcie ax with driver mt7915e.
This board has two interfaces : 1 for 2.4gh and 1 for 5/6ghz.
The 2.4 GHz works well.
But i want to use thé 5/6ghz it blocks here :
mgmt::deauth cb
I tried the card on another board and it works.
I tried to user a card 5ghz with drivers ath10k on the mochabin board and it works.
Hère the log output :
Code:
broadcast key
nl80211: NL80211_CMD_SET_KEY - default key
nl80211: Set wlan1 operstate 0->1 (UP)
netlink: Operstate: ifindex=8 linkmode=-1 (no change), operstate=6 (IF_OPER_UP)
nl80211: TX queue param set: queue=0 aifs=1 cw_min=3 cw_max=7 burst_time=15 --> res=0
nl80211: TX queue param set: queue=1 aifs=1 cw_min=7 cw_max=15 burst_time=30 --> res=0
nl80211: TX queue param set: queue=2 aifs=3 cw_min=15 cw_max=63 burst_time=0 --> res=0
nl80211: TX queue param set: queue=3 aifs=7 cw_min=15 cw_max=1023 burst_time=0 --> res=0
wlan1: interface state HT_SCAN->ENABLED
wlan1: AP-ENABLED
wlan1: Setup of interface done.
RTM_NEWLINK: ifi_index=8 ifname=wlan1 operstate=6 linkmode=0 ifi_family=0 ifi_flags=0x11043 ([UP][RUNNING][LOWER_UP])
nl80211: Event message available
nl80211: Drv Event 60 (NL80211_CMD_FRAME_TX_STATUS) received for wlan1
nl80211: MLME event 60 (NL80211_CMD_FRAME_TX_STATUS) on wlan1(00:0a:52:08:32:49) A1=ff:ff:ff:ff:ff:ff A2=00:0a:52:08:32:49
nl80211: MLME event frame - hexdump(len=26): c0 00 00 00 ff ff ff ff ff ff 00 0a 52 08 32 49 00 0a 52 08 32 49 00 00 02 00
nl80211: Frame TX status event A1=ff:ff:ff:ff:ff:ff stype=12 cookie=0x3 ack=0
wlan1: Event TX_STATUS (16) received
mgmt::deauth cb
And here the configuration of hostapd :
Code:
Interface wifi interface=wlan1 # SSID et clef de securite ssid=doudoo_diagbox wpa_passphrase=12345678 # Mode : hw_mode=a # Canal channel=40 # Wifi 4 ieee80211n=1 ht_capab=[HT40+][HT40-][SHORT-GI-40][MAX-AMSDU-7935] # Wifi 5 ieee80211ac=1 vht_oper_chwidth=0 #vht_oper_centr_freq_seg0_idx= #vht_capab= # DFS ieee80211h=1 ieee80211h=1 ieee80211d=1 country_code=FR # Algo de secu auth_algs=1 #wpa=2 wpa=1 wpa_key_mgmt=WPA-PSK rsn_pairwise=CCMP macaddr_acl=0 # Bridge Lan #bridge=br-wifi # QoS wmm_enabled=1 wmm_ac_bk_cwmin=4 wmm_ac_bk_cwmax=10 wmm_ac_bk_aifs=7 wmm_ac_bk_txop_limit=0 wmm_ac_bk_acm=0 wmm_ac_be_aifs=3 wmm_ac_be_cwmin=4 wmm_ac_be_cwmax=10 wmm_ac_be_txop_limit=0 wmm_ac_be_acm=0 wmm_ac_vi_aifs=2 wmm_ac_vi_cwmin=3 wmm_ac_vi_cwmax=4 wmm_ac_vi_txop_limit=94 wmm_ac_vi_acm=0 wmm_ac_vo_aifs=2 wmm_ac_vo_cwmin=2 wmm_ac_vo_cwmax=3 wmm_ac_vo_txop_limit=47 wmm_ac_vo_acm=0 tx_queue_data3_aifs=7 tx_queue_data3_cwmin=15 tx_queue_data3_cwmax=1023 tx_queue_data3_burst=0 tx_queue_data2_aifs=3 tx_queue_data2_cwmin=15 tx_queue_data2_cwmax=63 tx_queue_data2_burst=0 tx_queue_data1_aifs=1 tx_queue_data1_cwmin=7 tx_queue_data1_cwmax=15 tx_queue_data1_burst=3.0 tx_queue_data0_aifs=1 tx_queue_data0_cwmin=3 tx_queue_data0_cwmax=7 tx_queue_data0_burst=1.5 # Logs logger_syslog=0 logger_syslog_level=4 logger_stdout=-1 logger_stdout_level=0
I've been going around in circles for a week
Thanks by advance
Doudoo