Searched refs:stored_settings (Results 1 – 1 of 1) sorted by relevance
2899 struct termios stored_settings; in get_valid_wepkey() local2910 (void) tcgetattr(0, &stored_settings); in get_valid_wepkey()2911 new_settings = stored_settings; in get_valid_wepkey()2923 (void) tcsetattr(0, TCSANOW, &stored_settings); in get_valid_wepkey()