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

  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 337 if (sta->added_unassoc && (reply_res != WLAN_STATUS_SUCCESS ||
340 sta->added_unassoc = 0;
979 if (sta->added_unassoc && (resp != WLAN_STATUS_SUCCESS ||
982 sta->added_unassoc = 0;
    [all...]
sta_info.h 118 unsigned int added_unassoc:1; member in struct:sta_info
sta_info.c 179 sta->added_unassoc = 0;
293 sta->added_unassoc = 0;
716 sta->added_unassoc = 0;
    [all...]
drv_callbacks.c 96 if (reply_res != WLAN_STATUS_SUCCESS || sta->added_unassoc) {
98 sta->added_unassoc = 0;
    [all...]

Completed in 543 milliseconds