<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_ym19_1_1516145112735_9312">Hello Everyone,</div><div id="yui_3_16_0_ym19_1_1516145112735_9312"><br></div><div id="yui_3_16_0_ym19_1_1516145112735_9312"><br></div><div id="yui_3_16_0_ym19_1_1516145112735_9312">I am wondering if here is the right place to ask the following question regarding Luci:</div><div id="yui_3_16_0_ym19_1_1516145112735_9312"><br></div><div id="yui_3_16_0_ym19_1_1516145112735_9312">Luci doesn't show the proper WIFI interface state .</div><div id="yui_3_16_0_ym19_1_1516145112735_9312" dir="ltr">In view/admin_network/wifi_overview.htm   file there is the following line which determine interface state:</div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12818"> var is_assoc = (iw.bssid && iw.bssid != '00:00:00:00:00:00' && iw.channel);</div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819">is_assoc =  1  //interface is enabled</div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819">is_assoc =  0  //interface is disabled</div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819">Is this correct implementation? is_assoc is always zero if interface is up in Master ( ap) mode.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819">Please advice. how can we determine if interface is up by looking at iw(Luci) command? or some other method.</div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819"><br></div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819">Thanks,</div><div dir="ltr" id="yui_3_16_0_ym19_1_1516145112735_12819">Farid</div></div></body></html>