[FS#550] hostapd (wpad-mesh) fails to start interface at same time with meshpoint interface

LEDE Bugs lede-bugs at lists.infradead.org
Wed Mar 14 19:19:52 PDT 2018


The following task has a new comment added:

FS#550 - hostapd (wpad-mesh) fails to start interface at same time with meshpoint interface
User who did this - Jeff Kletsky (jeffsf)

----------
**Dev help requested**

In ''ap/beacon.c''


    void handle_probe_req(struct hostapd_data *hapd,
                          const struct ieee80211_mgmt *mgmt, size_t len,
                          int ssi_signal)
 
 has changed and fi isn't available for
 
    +       struct hostapd_ubus_request req = {
    +               .type = HOSTAPD_UBUS_AUTH_REQ,
    +               .mgmt_frame = mgmt,
    +               .frame_info = fi,
    +       };
 
 which is later used in
 
    +       ubus_resp = hostapd_ubus_handle_event(hapd, &req);

----------

More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=550#comment4475



More information about the lede-bugs mailing list