Home | History | Annotate | Download | only in hostapd

Lines Matching full:cell_pref

1009 		unsigned int mbo_reason, cell_pref, reassoc_delay;
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;