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

  /external/wpa_supplicant_8/wpa_supplicant/
mbo.c 386 const u8 *pos, *cell_pref = NULL, *reason = NULL; local
412 cell_pref = pos;
460 if (cell_pref)
462 *cell_pref);
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1012 unsigned int mbo_reason, cell_pref, reassoc_delay; local
1016 &reassoc_delay, &cell_pref);
1019 "MBO requires three arguments: mbo=<reason>:<reassoc_delay>:<cell_pref>");
1033 if (cell_pref != 0 && cell_pref != 1 && cell_pref != 255) {
1036 cell_pref);
1055 *mbo_pos++ = cell_pref;
    [all...]

Completed in 66 milliseconds