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 644 const u8 *pos, *cell_pref = NULL, *reason = NULL; local
670 cell_pref = pos;
718 if (cell_pref)
720 *cell_pref);
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1009 unsigned int mbo_reason, cell_pref, reassoc_delay; local
1013 &reassoc_delay, &cell_pref);
1016 "MBO requires three arguments: mbo=<reason>:<reassoc_delay>:<cell_pref>");
1028 if (cell_pref != 0 && cell_pref != 1 && cell_pref != 255) {
1031 cell_pref);
1048 *mbo_pos++ = cell_pref;
    [all...]

Completed in 54 milliseconds