...
Scope
The scope of this activity is to migrate from existing CcspWiFiAgent component to OneWiFi component in RDK-B Reference platform
Basic wifi info
Process Status
Code Block |
---|
|
root@Filogic-GW:~# systemctl status onewifi
* onewifi.service - Cosa service
Loaded: loaded (8;;file://Filogic-GW/lib/systemd/system/onewifi.service/lib/systemd/system/onewifi.service8;;; static)
Active: active (running) since Mon 2024-10-28 07:42:12 UTC; 1min 45s ago
TriggeredBy: * filogicwifiinitialized.path
Process: 4181 ExecStartPre=/bin/sh /usr/ccsp/wifi/onewifi_pre_start.sh (code=exited, status=0/SUCCESS)
Process: 4228 ExecStart=/usr/bin/OneWifi -subsys $Subsys (code=exited, status=0/SUCCESS)
Main PID: 4419 (OneWifi)
CGroup: /system.slice/onewifi.service
|- 4419 /usr/bin/OneWifi -subsys eRT.
`- 4567 /var/tmp/wifidb-server /opt/secure/wifi/rdkb-wifi.db --remote=punix:/var/tmp/wifidb.sock --unixctl=/var/tmp/wifi.ctl --lh
Notice: journal has been rotated since unit was started, output may be incomplete. |
wifi status
Code Block |
---|
language | bash |
---|
title | wifi info |
---|
|
root@Filogic-GW:~# iw dev
phy#0
Interface wifi0
ifindex 17
wdev 0x1
addr 00:0c:43:26:60:10
ssid BPI_RDKB-AP0
type AP
channel 1 (2412 MHz), width: 20 MHz, center1: 2412 MHz
txpower 27.00 dBm
multicast TXQ:
qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets
0 0 0 0 0 0 0 0 0
root@Filogic-GW:~# ifconfig wifi0
wifi0 Link encap:Ethernet HWaddr 00:0C:43:26:60:10
inet6 addr: fe80::20c:43ff:fe26:6010/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:86 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:11520 (11.2 KiB)
root@Filogic-GW:~# |
Logs
Code Block |
---|
language | bash |
---|
title | wifi logs |
---|
collapse | true |
---|
|
wifiHal.txt
220428-17:43:00.928302 <I> wifi_hal_pre_init:313: platfrom pre init
220428-17:43:00.928568 <I> wifi_hal_init:205: start
220428-17:43:00.930023 <E> wiphy_dump_handler:4380: Skipping for phy_index = 2, since it is not present in the interface table
220428-17:43:00.980908 <E> wiphy_get_info_handler:4741: max number of vaps per radio[1] value[57] out of range
220428-17:43:00.981260 <E> wiphy_get_info_handler:4741: max number of vaps per radio[0] value[57] out of range
220428-17:43:01.019606 <I> wifi_hal_init:302: HOSTAP_VERSION: 210
220428-17:43:01.019663 <I> wifi_hal_init:304: done
220428-17:43:01.019702 <I> wifi_hal_getHalCapability:127:Enumerating interfaces on PHY radio index: 0, RDK radio index:0
220428-17:43:01.019726 <I> wifi_hal_getHalCapability:151: interface name: wifi0, vap index: 0, vap name: private_ssid_2g
220428-17:43:01.019753 <I> wifi_hal_getHalCapability:127:Enumerating interfaces on PHY radio index: 1, RDK radio index:1
220428-17:43:01.019774 <I> wifi_hal_getHalCapability:151: interface name: wifi1, vap index: 1, vap name: private_ssid_5g
241028-07:42:13.215795 <I> wifi_hal_setRadioOperatingParameters:492:Index:0 Country: 229, Channel: 1, Op Class:12
241028-07:42:13.248419 <I> update_hostap_config_params:1911:Exit
241028-07:42:13.248633 <E> nl80211_enable_ap:5549: Error stopping/starting ap: -2 (No such file or directory)
241028-07:42:13.248782 <I> nl80211_update_wiphy:6145: Updating dev:0 successful
241028-07:42:13.248808 <I> wifi_hal_setRadioOperatingParameters:716: set radio params to nvram for radio : 0
241028-07:42:13.254814 <I> wifi_hal_setRadioOperatingParameters:492:Index:1 Country: 229, Channel: 44, Op Class:1
241028-07:42:13.255179 <I> update_hostap_config_params:1911:Exit
241028-07:42:13.255248 <E> nl80211_enable_ap:5549: Error stopping/starting ap: -100 (Network is down)
241028-07:42:13.255348 <I> nl80211_update_wiphy:6145: Updating dev:1 successful
241028-07:42:13.255373 <I> wifi_hal_setRadioOperatingParameters:716: set radio params to nvram for radio : 1
241028-07:42:13.274438 <I> wifi_hal_createVAP:954: radio index:0 pre-create vap
241028-07:42:13.274510 <I> wifi_hal_createVAP:963: vap index:0 create vap
241028-07:42:13.275054 <I> wifi_hal_createVAP:1008: vap index:0 interface:wifi0 mode:0
241028-07:42:13.275073 <I> wifi_hal_createVAP:1011: vap_enable_status:1
241028-07:42:13.275156 <I> wifi_hal_createVAP:1019: interface:wifi0 set down
241028-07:42:13.338872 <I> wifi_hal_createVAP:1028: interface:wifi0 set mode:0
241028-07:42:13.339035 <I> wifi_hal_createVAP:1036: interface:wifi0 radio configured:1 radio enabled:1
241028-07:42:13.339060 <I> wifi_hal_createVAP:1039: interface:wifi0 set up
241028-07:42:13.393021 <I> wifi_hal_createVAP:1046: interface:wifi0 bss enabled:1 bridge:brlan0
241028-07:42:13.393092 <I> wifi_hal_createVAP:1049: interface:wifi0 create bridge:brlan0
241028-07:42:13.393137 <I> nl80211_create_bridge:2975: bridge:brlan0 interface:wifi0 is hotspot:0
241028-07:42:13.393210 <I> nl80211_create_bridge:3009: bridge:brlan0 nl connect
241028-07:42:13.393285 <I> nl80211_create_bridge:3017: bridge:brlan0 nl add
241028-07:42:13.393953 <I> nl80211_create_bridge:3020: bridge:brlan0 alloc cache
241028-07:42:13.395089 <I> nl80211_create_bridge:3028: bridge:brlan0 cache refill
241028-07:42:13.395871 <I> nl80211_create_bridge:3031: bridge:brlan0 get link
241028-07:42:13.396006 <I> nl80211_create_bridge:3046: bridge:brlan0 enslave device wifi0
241028-07:42:13.413916 <I> nl80211_create_bridge:3056: bridge:brlan0 nl free
241028-07:42:13.414181 <I> wifi_hal_createVAP:1082: interface:wifi0 set bridge brlan0 up
241028-07:42:13.414285 <I> wifi_hal_createVAP:1091: interface:wifi0 update hostapd params
241028-07:42:13.417286 <I> wifi_hal_wps_init:900 Wi-Fi WPS config methods: 128
241028-07:42:13.417478 <I> update_hostap_iface:1306: Interface: wifi0 basic_data_transmit_rates:disabled, supported_data_transmit_rates:disabled
241028-07:42:13.417504 <I> update_hostap_iface:1386: Interface: wifi0 band: 0 mode:0x7fb79df098 (5) has 12 rates
241028-07:42:13.417523 <I> update_hostap_iface:1411: Interface: wifi0 band: 0 mode:0x7fb79df098 (1) has 12 rates
241028-07:42:13.417650 <I> update_hostap_iface:1497:interface name:wifi0 country:US op class:12 global op class:81 channel:1 frequency:2412 center_freq1:2412
241028-07:42:13.417676 <I> wifi_hal_createVAP:1099: interface:wifi0 vap_initialized:0
241028-07:42:13.417694 <I> wifi_hal_createVAP:1160: radio index:0 update hostapd interfaces
241028-07:42:13.417714 <I> wifi_hal_createVAP:1168: interface:wifi0 enable ap
241028-07:42:13.695445 <I> Set AP isolate:0
241028-07:42:13.695818 <I> wifi_drv_sta_deauth:9014: Send drv mlme: client mac:ff:ff:ff:ff:ff:ff reason_code:2
241028-07:42:13.826922 <I> wifi_drv_set_key:12123:key set success for ifname:wifi0 vap_index:0
241028-07:42:13.827018 <I> wifi_drv_set_operstate:11688: Enter, interface:wifi0 bridge:brlan0 driver operation state:1
241028-07:42:13.827338 <I> nl80211_register_spurious_frames:11614: register spurious frames handler for wifi0
241028-07:42:13.855853 <I> wifi_drv_set_operstate:11757: Exit, interface:wifi0 bridge:brlan0 driver configured for 802.11
241028-07:42:13.856015 <I> wifi_hal_createVAP:1176: interface:wifi0 set up
241028-07:42:13.856125 <I> wifi_hal_createVAP:1236: vap index:0 set power:0
241028-07:42:13.856180 <I> wifi_hal_createVAP:963: vap index:2 create vap
241028-07:42:13.856751 <I> wifi_hal_createVAP:975: vap index:2 create interface
241028-07:42:13.856899 <E> nl80211_create_interface:6359: Error creating wifi2 interface on dev:0 error: -99 (Cannot assign requested address)
241028-07:42:13.856927 <E> wifi_hal_createVAP:978: vap index:2 failed to create interface
241028-07:42:13.856947 <I> wifi_hal_createVAP:963: vap index:6 create vap
241028-07:42:13.856968 <I> wifi_hal_createVAP:975: vap index:6 create interface
241028-07:42:13.857016 <E> nl80211_create_interface:6359: Error creating wifi6 interface on dev:0 error: -99 (Cannot assign requested address)
241028-07:42:13.857038 <E> wifi_hal_createVAP:978: vap index:6 failed to create interface
241028-07:42:13.857055 <I> wifi_hal_createVAP:963: vap index:10 create vap
241028-07:42:13.857080 <I> wifi_hal_createVAP:975: vap index:10 create interface
241028-07:42:13.857125 <E> nl80211_create_interface:6359: Error creating wifi10 interface on dev:0 error: -99 (Cannot assign requested address)
241028-07:42:13.857146 <E> wifi_hal_createVAP:978: vap index:10 failed to create interface
241028-07:42:13.857168 <I> wifi_hal_createVAP:1247: radio index:0 post-create vap
241028-07:42:13.879733 <I> recv_link_status:2181: brlan0 BRIDGE IS CREATED
241028-07:42:13.903406 <E> wifi_hal_delApAclDevices:1682:interface for ap index:2 not found
241028-07:42:13.903444 <E> wifi_hal_delApAclDevices:1682:interface for ap index:6 not found
241028-07:42:13.903465 <E> wifi_hal_delApAclDevices:1682:interface for ap index:10 not found
241028-07:42:13.903837 <I> wifi_hal_createVAP:954: radio index:1 pre-create vap
241028-07:42:13.903933 <I> wifi_hal_createVAP:963: vap index:1 create vap
241028-07:42:13.903968 <I> wifi_hal_createVAP:1008: vap index:1 interface:wifi1 mode:0
241028-07:42:13.903985 <I> wifi_hal_createVAP:1011: vap_enable_status:1
241028-07:42:13.904053 <I> wifi_hal_createVAP:1019: interface:wifi1 set down
241028-07:42:13.904158 <I> wifi_hal_createVAP:1028: interface:wifi1 set mode:0
241028-07:42:13.904289 <I> wifi_hal_createVAP:1036: interface:wifi1 radio configured:1 radio enabled:1
241028-07:42:13.904313 <I> wifi_hal_createVAP:1039: interface:wifi1 set up
241028-07:42:13.904398 <I> wifi_hal_createVAP:1046: interface:wifi1 bss enabled:1 bridge:brlan0
241028-07:42:13.904417 <I> wifi_hal_createVAP:1049: interface:wifi1 create bridge:brlan0
241028-07:42:13.904438 <I> nl80211_create_bridge:2975: bridge:brlan0 interface:wifi1 is hotspot:0
241028-07:42:13.904475 <I> nl80211_create_bridge:3009: bridge:brlan0 nl connect
241028-07:42:13.904516 <I> nl80211_create_bridge:3017: bridge:brlan0 nl add
241028-07:42:13.904597 <I> nl80211_create_bridge:3020: bridge:brlan0 alloc cache
241028-07:42:13.905344 <I> nl80211_create_bridge:3028: bridge:brlan0 cache refill
241028-07:42:13.905991 <I> nl80211_create_bridge:3031: bridge:brlan0 get link
241028-07:42:13.906047 <I> nl80211_create_bridge:3046: bridge:brlan0 enslave device wifi1
241028-07:42:13.922012 <I> recv_link_status:2181: brlan0 BRIDGE IS CREATED
241028-07:42:13.922255 <I> nl80211_create_bridge:3056: bridge:brlan0 nl free
241028-07:42:13.922400 <I> wifi_hal_createVAP:1082: interface:wifi1 set bridge brlan0 up
241028-07:42:13.922471 <I> wifi_hal_createVAP:1091: interface:wifi1 update hostapd params
241028-07:42:13.922572 <I> wifi_hal_wps_init:900 Wi-Fi WPS config methods: 128
241028-07:42:13.922649 <I> update_hostap_iface:1306: Interface: wifi1 basic_data_transmit_rates:disabled, supported_data_transmit_rates:disabled
241028-07:42:13.922672 <I> update_hostap_iface:1386: Interface: wifi1 band: 1 mode:0x7fb79ce968 (0) has 0 rates
241028-07:42:13.922692 <I> update_hostap_iface:1411: Interface: wifi1 band: 1 mode:0x7fb79ce968 (2) has 0 rates
241028-07:42:13.922712 <I> update_hostap_iface:1497:interface name:wifi1 country:US op class:1 global op class:115 channel:44 frequency:5220 center_freq1:5210
241028-07:42:13.922733 <I> wifi_hal_createVAP:1099: interface:wifi1 vap_initialized:0
241028-07:42:13.922749 <I> wifi_hal_createVAP:1160: radio index:1 update hostapd interfaces
241028-07:42:13.922767 <I> wifi_hal_createVAP:1168: interface:wifi1 enable ap
241028-07:42:13.922877 <E> nl80211: Station flush failed: ret=-100 (Network is down)241028-07:42:13.934324 <E> wifi_drv_set_ap:11393: Failed to set beacon parameter for interface: wifi1 error: -100(Network is down)
241028-07:42:13.934377 <E> start_bss:2532: interface:wifi1 failed to start bss
241028-07:42:13.934400 <I> wifi_hal_createVAP:1176: interface:wifi1 set up
241028-07:42:13.934510 <I> wifi_hal_createVAP:1236: vap index:1 set power:0
241028-07:42:13.934867 <I> wifi_hal_createVAP:963: vap index:3 create vap
241028-07:42:13.934897 <I> wifi_hal_createVAP:975: vap index:3 create interface
241028-07:42:13.934988 <E> nl80211_create_interface:6359: Error creating wifi3 interface on dev:1 error: -99 (Cannot assign requested address)
241028-07:42:13.935011 <E> wifi_hal_createVAP:978: vap index:3 failed to create interface
241028-07:42:13.935028 <I> wifi_hal_createVAP:963: vap index:7 create vap
241028-07:42:13.935047 <I> wifi_hal_createVAP:975: vap index:7 create interface
241028-07:42:13.935088 <E> nl80211_create_interface:6359: Error creating wifi7 interface on dev:1 error: -99 (Cannot assign requested address)
241028-07:42:13.935108 <E> wifi_hal_createVAP:978: vap index:7 failed to create interface
241028-07:42:13.935124 <I> wifi_hal_createVAP:963: vap index:11 create vap
241028-07:42:13.935142 <I> wifi_hal_createVAP:975: vap index:11 create interface
241028-07:42:13.935181 <E> nl80211_create_interface:6359: Error creating wifi11 interface on dev:1 error: -99 (Cannot assign requested address)
241028-07:42:13.935201 <E> wifi_hal_createVAP:978: vap index:11 failed to create interface
241028-07:42:13.935218 <I> wifi_hal_createVAP:1247: radio index:1 post-create vap
241028-07:42:14.005404 <E> wifi_hal_delApAclDevices:1682:interface for ap index:3 not found
241028-07:42:14.005439 <E> wifi_hal_delApAclDevices:1682:interface for ap index:7 not found
241028-07:42:14.005460 <E> wifi_hal_delApAclDevices:1682:interface for ap index:11 not found
241028-07:42:14.040053 <I> wifi_hal_post_init:335: platform post init
241028-07:42:14.195181 <I> wifi_hal_createVAP:954: radio index:0 pre-create vap
241028-07:42:14.195320 <I> wifi_hal_createVAP:963: vap index:4 create vap
241028-07:42:14.195350 <I> wifi_hal_createVAP:975: vap index:4 create interface
241028-07:42:14.195497 <E> nl80211_create_interface:6359: Error creating wifi4 interface on dev:0 error: -99 (Cannot assign requested address)
241028-07:42:14.195534 <E> wifi_hal_createVAP:978: vap index:4 failed to create interface
241028-07:42:14.195554 <I> wifi_hal_createVAP:1247: radio index:0 post-create vap
241028-07:42:14.211435 <E> wifi_hal_delApAclDevices:1682:interface for ap index:4 not found
241028-07:42:14.212374 <I> wifi_hal_createVAP:954: radio index:0 pre-create vap
241028-07:42:14.212478 <I> wifi_hal_createVAP:963: vap index:8 create vap
241028-07:42:14.212503 <E> wifi_hal_createVAP:968:Failed to validate interface vap_info params for vap_index: 8 on radio index: 0. Failed to validate vap security params radius ip: port:0 key:
Failed to validate vap security params radius s_ip: s_port:0 s_key:
241028-07:42:14.212630 <E> wifi_hal_delApAclDevices:1682:interface for ap index:8 not found
241028-07:42:14.213506 <I> wifi_hal_createVAP:954: radio index:1 pre-create vap
241028-07:42:14.213567 <I> wifi_hal_createVAP:963: vap index:5 create vap
241028-07:42:14.213615 <I> wifi_hal_createVAP:975: vap index:5 create interface
241028-07:42:14.213769 <E> nl80211_create_interface:6359: Error creating wifi5 interface on dev:1 error: -99 (Cannot assign requested address)
241028-07:42:14.213798 <E> wifi_hal_createVAP:978: vap index:5 failed to create interface
241028-07:42:14.213816 <I> wifi_hal_createVAP:1247: radio index:1 post-create vap
241028-07:42:14.230668 <E> wifi_hal_delApAclDevices:1682:interface for ap index:5 not found
241028-07:42:14.231437 <I> wifi_hal_createVAP:954: radio index:1 pre-create vap
241028-07:42:14.231483 <I> wifi_hal_createVAP:963: vap index:9 create vap
241028-07:42:14.231505 <E> wifi_hal_createVAP:968:Failed to validate interface vap_info params for vap_index: 9 on radio index: 1. Failed to validate vap security params radius ip: port:0 key:
Failed to validate vap security params radius s_ip: s_port:0 s_key:
241028-07:42:14.231558 <E> wifi_hal_delApAclDevices:1682:interface for ap index:9 not found
wifiCtrl.txt
[OneWifi] 220428-17:43:00.928521<I> init_wifi_hal: start wifi hal init
[OneWifi] 220428-17:43:01.043922<I> rbus_register_handlers rbus open success
[OneWifi] 220428-17:43:01.079332<I> rbus_register_handlers rbus event register:[Device.WiFi.STA.1.Connection.Status]:Device.WiFi.STA.2.Connection.Status
[OneWifi] 220428-17:43:01.081601<I> rbus_subscribe_events:1513 Rbus event:Device.X_RDKCENTRAL-COM_DeviceControl.DeviceNetworkingMode subscribe success
[OneWifi] 220428-17:43:01.082650<I> rbus_subscribe_events:1523 Rbus event:Device.X_COMCAST-COM_GRE.Tunnel.1.TunnelStatus subscribe success
[OneWifi] 220428-17:43:01.106935<I> register_with_webconfig_framework: Done Registering
[OneWifi] 241028-07:42:13.215725<I> start_wifi_services:733 start gw vaps
[OneWifi] 241028-07:42:13.215755<I> start_radios(): Start radios
[OneWifi] 241028-07:42:13.248845<I> start_radios: wifi radio parameter set success: radio_index:0
[OneWifi] 241028-07:42:13.255410<I> start_radios: wifi radio parameter set success: radio_index:1
[OneWifi] 241028-07:42:13.856470<E> push_event_to_monitor_queue 525: Monitor queue is not ready yet. subtype: 262147
[OneWifi] 241028-07:42:13.903085<I> vap_svc_start_stop:284 wifi vaps create success for radio index: 0
[OneWifi] 241028-07:42:14.005053<I> vap_svc_start_stop:284 wifi vaps create success for radio index: 1
[OneWifi] 241028-07:42:14.008724<E> rbus_get_active_gw_parameter:641 rbus_get failed for [Device.X_RDK_GatewayManagement.ExternalGatewayPresent] with error [5]
[OneWifi] 241028-07:42:14.010048<I> CONFIG_WIFI=0 is_factory_reset_done=-1 fun captive_portal_check
[OneWifi] 241028-07:42:14.010116<I> FactoryReset is not done and captive portal customization already done fun captive_portal_check return
[OneWifi] 241028-07:42:14.010789<I> Last reboot reason is
[OneWifi] 241028-07:42:14.018692<E> private vaps have default credentials
[OneWifi] 241028-07:42:14.018755<I> Private vaps credentials= 1 and reboot reason =
[OneWifi] 241028-07:42:14.032032<I> Wifi_Broadcast_complete:44
[OneWifi] 241028-07:42:14.032091<I> Wifi_Name_Broadcasted:BPI_RDKB-AP0
[OneWifi] 241028-07:42:14.037637<I> Wifi_Broadcast_complete:44
[OneWifi] 241028-07:42:14.037687<I> Wifi_Name_Broadcasted:BPI_RDKB-AP1
[OneWifi] 241028-07:42:14.039973<I> wifi_hal_platform_post_init: start wifi apps
[OneWifi] 241028-07:42:14.191756<I> [marker_list_config_event]:2267 List type :0 value:1,2 is_config_changed:0
[OneWifi] 241028-07:42:14.191847<I> [marker_list_config_event]:2267 List type :1 value:1,2 is_config_changed:0
[OneWifi] 241028-07:42:14.191877<I> [marker_list_config_event]:2267 List type :2 value:1,2 is_config_changed:0
[OneWifi] 241028-07:42:14.191904<I> [marker_list_config_event]:2267 List type :3 value:1,2 is_config_changed:0
[OneWifi] 241028-07:42:14.205133<I> vap_svc_public_update: wifi vap create success: radio_index:0 vap_index:4 greylist_rfc:0
[OneWifi] 241028-07:42:14.205338<E> vap_svc_public_update: passpoint.enable 0
[OneWifi] 241028-07:42:14.205360<E> vap_svc_public_update: p_tgt_vap_map->passpoint.enable 0
[OneWifi] 241028-07:42:14.211503<I> process_xfinity_vaps:795 Able to create vaps. vap_enable 2
[OneWifi] 241028-07:42:14.212537<E> vap_svc_public_update: wifi vap create failure: radio_index:0 vap_index:8
[OneWifi] 241028-07:42:14.212681<I> process_xfinity_vaps:795 Able to create vaps. vap_enable 2
[OneWifi] 241028-07:42:14.224038<I> vap_svc_public_update: wifi vap create success: radio_index:1 vap_index:5 greylist_rfc:0
[OneWifi] 241028-07:42:14.224227<E> vap_svc_public_update: passpoint.enable 0
[OneWifi] 241028-07:42:14.224250<E> vap_svc_public_update: p_tgt_vap_map->passpoint.enable 0
[OneWifi] 241028-07:42:14.230727<I> process_xfinity_vaps:795 Able to create vaps. vap_enable 2
[OneWifi] 241028-07:42:14.231531<E> vap_svc_public_update: wifi vap create failure: radio_index:1 vap_index:9
[OneWifi] 241028-07:42:14.231584<I> process_xfinity_vaps:795 Able to create vaps. vap_enable 2
[OneWifi] 241028-07:42:14.242068<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242247<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242349<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242414<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242475<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242534<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242599<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242653<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242713<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242771<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.242840<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.243902<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.243993<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244088<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244156<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244228<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244295<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244408<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244473<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244562<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244630<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244693<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244758<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244809<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244866<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.244925<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.245023<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.245098<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.245146<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.245983<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.246235<I> events_rbus_publish(): rbusEvent_Publish Event 262159
[OneWifi] 241028-07:42:14.246313<I> events_rbus_publish(): rbusEvent_Publish Event 262159 |
Test Cases
S.NO | WiFi Test Cases validated on |
---|
1 | OneWifi systemd service should be RUNNING |
2 | OneWifi core files should not be created in /tmp folder |
3 | Wireless interfaces should be UP and RUNNING (i,e wifi0) |
4 | wifi0 interfaces should be mapped under brlan0 (check by using 'brctl show' or 'ovs-vsctl show') |
5 | 2G SSIDs should be broadcasted (check by using iw dev) |
6 | Able to connect default 2G SSIDs |
7 | CaptivePortal page should be appeared when we connect with the default SSID |
8 | Able to change default 2G SSIDs via captiveportal |
9 | Able to connect 2G with updated SSIDs |
10 | Wireless connected clients should get internet through router |
11 | Able to launch WebUI in wireless connected client |
12 | WiFi DM information should be persistent across all reboots |
13 | Webconfig validation for privatewifi subdoc through Webconfig UI |
14 | Able to edit WiFi information in WebUI under WiFi tab |
15 | Able to get/set wifi DM parameters via dmcli |
16 | Able to get/set wifi DM parameters via WebPA |
...
So far , we integrated and validated only single WiPhy Radio(i,e 2.4 GHz).
Reference
Jira |
---|
server | JIRA |
---|
serverId | 11deff04-0380-3a3d-a916-0849d4e573f7 |
---|
key | RDKBACCL-312 |
---|
|