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

  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 70 wpabuf_put_u8(mbo, wpa_s->non_pref_chan[start].reason_detail);
133 non_pref->reason_detail != start_pref->reason_detail ||
254 * by their oper_class, reason, and reason_detail.
264 if (a->reason_detail != b->reason_detail)
265 return a->reason_detail - b->reason_detail;
331 chan->reason_detail = ret == 4 ? 0 : _reason_detail;
wpa_supplicant_i.h 1054 u8 reason_detail; member in struct:wpa_supplicant::wpa_mbo_non_pref_channel
    [all...]
  /external/wpa_supplicant_8/src/ap/
mbo_ap.c 51 info->reason_detail = buf[len - 1];
80 info->reason_code, info->reason_detail, channels);
138 info->reason_code, info->reason_detail);
sta_info.h 54 u8 reason_detail; member in struct:mbo_non_pref_chan_info

Completed in 63 milliseconds