Home
last modified time | relevance | path

Searched refs:stored_settings (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c2902 struct termios stored_settings; in get_valid_wepkey() local
2913 (void) tcgetattr(0, &stored_settings); in get_valid_wepkey()
2914 new_settings = stored_settings; in get_valid_wepkey()
2926 (void) tcsetattr(0, TCSANOW, &stored_settings); in get_valid_wepkey()