HomeSort by relevance Sort by last modified time
    Searched refs:hostapd_drv_send_mlme (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 71 if (hostapd_drv_send_mlme(hapd, &mgmt, end - (u8 *) &mgmt, 0) < 0)
109 if (hostapd_drv_send_mlme(hapd, &resp, end - (u8 *) &resp, 0) < 0)
ap_drv_ops.h 83 int hostapd_drv_send_mlme(struct hostapd_data *hapd,
wmm.c 159 if (hostapd_drv_send_mlme(hapd, m, len, 0) < 0)
ieee802_11.c 266 if (hostapd_drv_send_mlme(hapd, reply, rlen, 0) < 0)
821 if (hostapd_drv_send_mlme(hapd, &reply, send_len, 0) < 0)
927 if (hostapd_drv_send_mlme(hapd, reply, send_len, 0) < 0)
    [all...]
ap_drv_ops.c 560 int hostapd_drv_send_mlme(struct hostapd_data *hapd, function
wpa_auth_glue.c 416 res = hostapd_drv_send_mlme(hapd, (u8 *) m, mlen, 0);
beacon.c 441 if (hostapd_drv_send_mlme(hapd, resp, resp_len, noack) < 0)
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 565 if (hostapd_drv_send_mlme(hapd, buf, pos - buf, 0) < 0) {

Completed in 325 milliseconds