HomeSort by: relevance | last modified time | path
    Searched defs:reply_res (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
drv_callbacks.c 52 u16 reply_res = WLAN_STATUS_SUCCESS; local
77 reply_res = hostapd_sta_assoc(hapd, sta->addr,
105 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) {
ieee802_11.c 414 int reply_res = WLAN_STATUS_UNSPECIFIED_FAILURE; local
495 reply_res = WLAN_STATUS_SUCCESS;
499 return reply_res;
510 int reply_res; local
512 reply_res = send_auth_reply(hapd, NULL, dst, WLAN_AUTH_FT,
520 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS ||
711 int reply_res; local
735 reply_res = send_auth_reply(hapd, sta, sta->addr,
742 return reply_res;
750 int reply_res; local
2877 int res, reply_res; local
5237 u16 reply_res; local
5331 u16 reply_res = WLAN_STATUS_UNSPECIFIED_FAILURE; local
    [all...]

Completed in 27 milliseconds